MCPcopy Create free account

hub / github.com/Riashat/Active-Learning-Bayesian-Convolutional-Neural-Networks / functions

Functions1,217 in github.com/Riashat/Active-Learning-Bayesian-Convolutional-Neural-Networks

↓ 4 callersMethodfit_generator
Fit a model on data generated batch-by-batch by a Python generator. The generator is run in parallel to the model, for efficiency, and
ConvNets/keras/models.py:861
↓ 4 callersMethodfit_generator
Fit a model on data generated batch-by-batch by a Python generator. The generator is run in parallel to the model, for efficiency, and
ConvNets/keras/models.py:1307
↓ 4 callersFunctionflatten
(x)
ConvNets/keras/backend/theano_backend.py:289
↓ 4 callersMethodget_output
(self, train)
ConvNets/keras/layers/advanced_activations.py:69
↓ 4 callersFunctionload_batch
(fpath, label_key='labels')
ConvNets/keras/datasets/cifar.py:7
↓ 4 callersFunctionmake_batches
(N_data, batch_size)
ConvNets/Uncertainty_Comparison/deepGP_approxEP-master/numpy/code/tools.py:7
↓ 4 callersMethodn_cdf
(x)
ConvNets/Uncertainty_Comparison/black_box_alpha_BNN/boston_housing/theano/network_layer.py:84
↓ 4 callersMethodn_cdf
(x)
ConvNets/Uncertainty_Comparison/Probabilistic-Backpropagation-master/theano/PBP_net/network_layer.py:35
↓ 4 callersMethodoutput
(self, x)
ConvNets/Uncertainty_Comparison/black_box_alpha_BNN/boston_housing/theano/network.py:45
↓ 4 callersMethodoutput_probabilistic
(self, x, inter_layer=None)
ConvNets/Uncertainty_Comparison/deepGP_approxEP-master/numpy/code/FITC_network.py:148
↓ 4 callersFunctionrepeat_elements
Repeat the elements of a tensor along an axis, like np.repeat. If x has shape (s1, s2, s3) and axis=1, the output will have shape (s1, s2 * r
ConvNets/keras/backend/theano_backend.py:246
↓ 4 callersMethodsave_weights
Save weights from all layers to a HDF5 files.
ConvNets/keras/models.py:1266
↓ 4 callersMethodset_previous
(self, layer, connection_map={})
ConvNets/keras/layers/containers.py:251
↓ 4 callersFunctionshape
(x)
ConvNets/keras/backend/tensorflow_backend.py:37
↓ 4 callersFunctionshared_dataset
Function that loads the dataset into shared variables The reason we store our dataset in shared variables is to allow Theano to copy
ConvNets/Uncertainty_Comparison/black_box_alpha_BNN/mnist/experiment.py:32
↓ 4 callersFunctionshared_dataset
(data_xy, borrow=True)
ConvNets/Uncertainty_Comparison/black_box_alpha_BNN/boston_housing/theano/BB_Alpha_Value1_AL_Random.py:70
↓ 4 callersFunctionshared_dataset
(data_xy, borrow=True)
ConvNets/Uncertainty_Comparison/black_box_alpha_BNN/boston_housing/theano/BB_Alpha_Value0.5_AL_Random.py:70
↓ 4 callersFunctionshared_dataset
(data_xy, borrow=True)
ConvNets/Uncertainty_Comparison/black_box_alpha_BNN/boston_housing/theano/Averaged_BB_Alpha_Value10e-6_AL_Random.py:70
↓ 4 callersFunctionshared_dataset
(data_xy, borrow=True)
ConvNets/Uncertainty_Comparison/black_box_alpha_BNN/boston_housing/theano/Averaged_BB_Alpha_Value1_AL_Random.py:70
↓ 4 callersFunctionshared_dataset
(data_xy, borrow=True)
ConvNets/Uncertainty_Comparison/black_box_alpha_BNN/boston_housing/theano/BB_Alpha_Value10e-6_AL_Random.py:70
↓ 4 callersFunctionshared_dataset
(data_xy, borrow=True)
ConvNets/Uncertainty_Comparison/black_box_alpha_BNN/boston_housing/theano/Averaged_BB_Alpha_Value0.5_AL_Random.py:70
↓ 4 callersFunctionshared_dataset
(data_xy, borrow=True)
ConvNets/Uncertainty_Comparison/black_box_alpha_BNN/boston_housing/theano/BB_Alpha_AL_Bald.py:73
↓ 4 callersFunctionshared_dataset
(data_xy, borrow=True)
active_learning/mnist_N1000/regression_example/BB-Alpha_Random_1.py:70
↓ 4 callersFunctionshared_dataset
(data_xy, borrow=True)
active_learning/mnist_N1000/regression_example/BB-Alpha_Random_0.5.py:70
↓ 4 callersFunctionshared_dataset
(data_xy, borrow=True)
active_learning/mnist_N1000/regression_example/BB-Alpha_Random_10e-6.py:70
↓ 4 callersMethodupdate_posterior_for_prediction
(self)
ConvNets/Uncertainty_Comparison/deepGP_approxEP-master/numpy/code/FITC_network.py:690
↓ 3 callersFunctionLogSumExp
(x, axis = None)
ConvNets/Uncertainty_Comparison/black_box_alpha_BNN/boston_housing/theano/black_box_alpha.py:19
↓ 3 callersMethod__init__
(self, output_dim, init='glorot_uniform', inner_init='orthogonal', activatio
ConvNets/keras/layers/recurrent.py:263
↓ 3 callersMethod_predict_loop
Abstract method to loop over some data in batches.
ConvNets/keras/models.py:280
↓ 3 callersFunction_runner
All the recurrent layers share the same interface, so we can run through them with a single function.
ConvNets/tests/keras/layers/test_recurrent.py:12
↓ 3 callersMethod_set_model
(self, model)
ConvNets/keras/callbacks.py:26
↓ 3 callersMethod_set_params
(self, params)
ConvNets/keras/callbacks.py:22
↓ 3 callersMethod_test_loop
Abstract method to loop over some data in batches.
ConvNets/keras/models.py:307
↓ 3 callersFunction_test_weights_graph
(model, class_weight=None, sample_weight=None)
ConvNets/tests/test_loss_weighting.py:91
↓ 3 callersFunction_test_weights_sequential
(model, class_weight=None, sample_weight=None)
ConvNets/tests/test_loss_weighting.py:60
↓ 3 callersMethodadd_shape
(self, name, shape)
ConvNets/Uncertainty_Comparison/black_box_alpha_BNN/boston_housing/autograd/black_box_alpha.py:20
↓ 3 callersFunctionbase_filter
()
ConvNets/keras/preprocessing/text.py:20
↓ 3 callersFunctioncode_snippet
(snippet)
ConvNets/docs/autogen.py:112
↓ 3 callersMethodcount_params
(self)
ConvNets/keras/layers/containers.py:516
↓ 3 callersFunctioncreate_graph_model
()
ConvNets/tests/test_loss_weighting.py:51
↓ 3 callersFunctioncreate_sequential_model
()
ConvNets/tests/test_loss_weighting.py:42
↓ 3 callersMethodestimate_ls_temp
(self, X)
ConvNets/Uncertainty_Comparison/deepGP_approxEP-master/numpy/code/FITC_network.py:1028
↓ 3 callersMethodgamma
(x)
ConvNets/Uncertainty_Comparison/black_box_alpha_BNN/boston_housing/theano/network_layer.py:89
↓ 3 callersMethodgamma
(x)
ConvNets/Uncertainty_Comparison/Probabilistic-Backpropagation-master/theano/PBP_net/network_layer.py:40
↓ 3 callersMethodget_config
(self)
ConvNets/keras/layers/recurrent.py:333
↓ 3 callersMethodget_input
(self, train=False)
ConvNets/keras/layers/containers.py:137
↓ 3 callersFunctionget_method_signature
(method)
ConvNets/docs/autogen.py:70
↓ 3 callersMethodget_output
(self, train=False)
ConvNets/keras/layers/containers.py:127
↓ 3 callersMethodget_weights
(self)
ConvNets/keras/layers/containers.py:519
↓ 3 callersFunctionmake_batches
(size, batch_size)
ConvNets/keras/models.py:45
↓ 3 callersFunctionnormal
(shape, scale=0.05, name=None)
ConvNets/keras/initializations.py:17
↓ 3 callersMethodon_batch_begin
(self, batch, logs={})
ConvNets/keras/callbacks.py:41
↓ 3 callersMethodon_batch_end
(self, batch, logs={})
ConvNets/keras/callbacks.py:54
↓ 3 callersMethodon_epoch_begin
(self, epoch, logs={})
ConvNets/keras/callbacks.py:30
↓ 3 callersMethodon_epoch_end
(self, epoch, logs={})
ConvNets/keras/callbacks.py:37
↓ 3 callersMethodon_train_begin
(self, logs={})
ConvNets/keras/callbacks.py:69
↓ 3 callersMethodon_train_end
(self, logs={})
ConvNets/keras/callbacks.py:73
↓ 3 callersMethodoutput
(self, x)
ConvNets/Uncertainty_Comparison/black_box_alpha_BNN/mnist/network.py:38
↓ 3 callersFunctionround
(x)
ConvNets/keras/backend/theano_backend.py:200
↓ 3 callersMethodsequences_to_matrix
modes: binary, count, tfidf, freq
ConvNets/keras/preprocessing/text.py:163
↓ 3 callersMethodset_params
(self, params)
ConvNets/Uncertainty_Comparison/Probabilistic-Backpropagation-master/theano/PBP_net/network.py:103
↓ 3 callersFunctiontext_to_word_sequence
prune: sequence of characters to filter out
ConvNets/keras/preprocessing/text.py:27
↓ 3 callersFunctionweighted_objective
(fn)
ConvNets/keras/models.py:77
↓ 2 callersMethod__init__
(self, model, optimizer, loss, train_batch_size=128, test_batch_size=128, nb
ConvNets/keras/wrappers/scikit_learn.py:39
↓ 2 callersMethod_fit
Abstract fit function for f(ins). Assume that f returns a list, labelled by out_labels.
ConvNets/keras/models.py:193
↓ 2 callersFunction_on_gpu
Return whether the session is set to run on GPU or not (i.e. on CPU).
ConvNets/keras/backend/theano_backend.py:13
↓ 2 callersMethod_process_layer
Process a layer, adding its node to the graph and creating edges to its outputs. `connect_to` specify where the output of th
ConvNets/keras/utils/visualize_util.py:79
↓ 2 callersFunction_runner
(layer)
ConvNets/tests/keras/layers/test_noise.py:21
↓ 2 callersFunctionarray_to_img
(x, scale=True)
ConvNets/keras/preprocessing/image.py:78
↓ 2 callersMethodcompute_kuu
(self)
ConvNets/Uncertainty_Comparison/deepGP_approxEP-master/theano/code/FITC_layer.py:101
↓ 2 callersMethodcompute_kuu
(self)
ConvNets/Uncertainty_Comparison/deepGP_approxEP-master/numpy/code/FITC_network.py:622
↓ 2 callersMethodcompute_psi0_theano
(self, lls, lsf, xmean, xvar)
ConvNets/Uncertainty_Comparison/deepGP_approxEP-master/theano/code/EQ_kernel.py:64
↓ 2 callersMethodcompute_psi1_theano
(self, lls, lsf, xmean, xvar, z)
ConvNets/Uncertainty_Comparison/deepGP_approxEP-master/theano/code/EQ_kernel.py:68
↓ 2 callersMethodcompute_psi2_theano
(self, lls, lsf, xmean, xvar, z)
ConvNets/Uncertainty_Comparison/deepGP_approxEP-master/theano/code/EQ_kernel.py:78
↓ 2 callersMethodcount_params
(self)
ConvNets/keras/layers/containers.py:166
↓ 2 callersFunctioncreate_model
(weight_reg=None, activity_reg=None)
ConvNets/tests/keras/test_regularizers.py:36
↓ 2 callersFunctiond_trace_MKzz_dhypers
(lls, lsf, z, M, Kzz)
ConvNets/Uncertainty_Comparison/deepGP_approxEP-master/numpy/code/EQ_kernel.py:68
↓ 2 callersFunctiondata
Data providing function: This function is separated from model() so that hyperopt won't reload data for each evaluation run.
ConvNets/Model_Fitting_Analysis/Dropout_BALD/Bayes_Opt_Experiments/Dropout_Bald/trial_hyperas.py:11
↓ 2 callersFunctiondisplay
(objects, positions)
ConvNets/keras/utils/layer_utils.py:99
↓ 2 callersMethoddo_first_pass
(self, X, y)
ConvNets/Uncertainty_Comparison/Probabilistic-Backpropagation-master/theano/PBP_net/pbp.py:118
↓ 2 callersMethoddo_pbp
(self, X_train, y_train, n_iterations)
ConvNets/Uncertainty_Comparison/Probabilistic-Backpropagation-master/theano/PBP_net/pbp.py:60
↓ 2 callersFunctiondraw_samples
(q, K)
ConvNets/Uncertainty_Comparison/black_box_alpha_BNN/boston_housing/autograd/black_box_alpha.py:70
↓ 2 callersMethodencode
(self, C, maxlen=None)
ConvNets/examples/addition_rnn.py:50
↓ 2 callersFunctionepsilon
()
ConvNets/keras/backend/common.py:8
↓ 2 callersFunctionfloatx
()
ConvNets/keras/backend/common.py:17
↓ 2 callersFunctionforward_PBP
ConvNets/Uncertainty_Comparison/Probabilistic-Backpropagation-master/c/PBP_net/network.c:364
↓ 2 callersFunctionget_error_and_ll
(w, v_prior, X, y, K, location, scale)
ConvNets/Uncertainty_Comparison/black_box_alpha_BNN/boston_housing/autograd/black_box_alpha.py:102
↓ 2 callersFunctionget_function_name
(o)
ConvNets/keras/models.py:183
↓ 2 callersMethodget_indexes
(self, vect, name)
ConvNets/Uncertainty_Comparison/black_box_alpha_BNN/boston_housing/autograd/black_box_alpha.py:29
↓ 2 callersMethodget_input
(self, train=False)
ConvNets/keras/layers/containers.py:267
↓ 2 callersFunctionget_layer_to_name
Returns a dict mapping layer to their name in the model
ConvNets/keras/utils/visualize_util.py:20
↓ 2 callersMethodget_output
(self, train)
ConvNets/examples/antirectifier.py:56
↓ 2 callersMethodget_output
(self, train=False)
ConvNets/keras/layers/core.py:1686
↓ 2 callersMethodget_output
(self, train)
ConvNets/keras/layers/advanced_activations.py:27
↓ 2 callersMethodget_output
(self, train)
ConvNets/keras/layers/advanced_activations.py:102
↓ 2 callersMethodget_output
(self, train)
ConvNets/keras/layers/advanced_activations.py:184
↓ 2 callersMethodget_output
(self, train)
ConvNets/keras/layers/advanced_activations.py:216
↓ 2 callersMethodget_output_mask
(self, train=False)
ConvNets/keras/layers/core.py:324
↓ 2 callersMethodget_output_shape
(self, head, train=False)
ConvNets/keras/layers/core.py:1627
↓ 2 callersFunctionget_parameters_q
(w, v_prior, scale = 1.0)
ConvNets/Uncertainty_Comparison/black_box_alpha_BNN/boston_housing/autograd/black_box_alpha.py:75
← previousnext →101–200 of 1,217, ranked by callers