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

↓ 2 callersFunctionget_stories
Given a file name, read the file, retrieve the stories, and then convert the sentences into a single story. If max_length is supplied, any storie
ConvNets/examples/babi_memnn.py:70
↓ 2 callersFunctionget_stories
Given a file name, read the file, retrieve the stories, and then convert the sentences into a single story. If max_length is supplied, any storie
ConvNets/examples/babi_rnn.py:116
↓ 2 callersMethodget_updates
(self, params, constraints, loss)
ConvNets/keras/optimizers.py:78
↓ 2 callersFunctiongram_matrix
(x)
ConvNets/examples/neural_style_transfer.py:177
↓ 2 callersFunctionimg_to_array
(img)
ConvNets/keras/preprocessing/image.py:93
↓ 2 callersMethodinit_hypers
(self, x_train, y_train)
ConvNets/Uncertainty_Comparison/deepGP_approxEP-master/theano/code/FITC_network.py:108
↓ 2 callersMethodinit_hypers_Gaussian
(self, x_train, y_train)
ConvNets/Uncertainty_Comparison/deepGP_approxEP-master/numpy/code/FITC_network.py:719
↓ 2 callersMethodinit_hypers_Probit
(self, x_train)
ConvNets/Uncertainty_Comparison/deepGP_approxEP-master/numpy/code/FITC_network.py:799
↓ 2 callersMethodinit_hypers_Softmax
(self, x_train, y_train)
ConvNets/Uncertainty_Comparison/deepGP_approxEP-master/numpy/code/FITC_network.py:881
↓ 2 callersFunctionload_data
(path, train=True)
ConvNets/examples/kaggle_otto_nn.py:38
↓ 2 callersMethodlog_likelihood_values
(self, x, y, location = 0.0, scale = 1.0)
ConvNets/Uncertainty_Comparison/black_box_alpha_BNN/boston_housing/theano/network.py:55
↓ 2 callersMethodlogistic
(self, x)
ConvNets/Uncertainty_Comparison/black_box_alpha_BNN/mnist/network_layer.py:47
↓ 2 callersMethodlogistic
(self, x)
ConvNets/Uncertainty_Comparison/black_box_alpha_BNN/boston_housing/theano/network_layer.py:45
↓ 2 callersFunctionmodel_from_config
ConvNets/keras/models.py:142
↓ 2 callersMethodoutput_probabilistic
(self, m)
ConvNets/Uncertainty_Comparison/Probabilistic-Backpropagation-master/theano/PBP_net/network.py:49
↓ 2 callersFunctionpermute_dimensions
Transpose dimensions. pattern should be a tuple or list of dimension indices, e.g. [0, 2, 1].
ConvNets/keras/backend/tensorflow_backend.py:230
↓ 2 callersFunctionpnorm
ConvNets/Uncertainty_Comparison/Probabilistic-Backpropagation-master/c/PBP_net/pnorm.c:281
↓ 2 callersFunctionpnorm5
ConvNets/Uncertainty_Comparison/Probabilistic-Backpropagation-master/c/PBP_net/pnorm.c:72
↓ 2 callersFunctionpow
(x, a)
ConvNets/keras/backend/theano_backend.py:204
↓ 2 callersFunctionpredict
(samples_q, X)
ConvNets/Uncertainty_Comparison/black_box_alpha_BNN/boston_housing/autograd/black_box_alpha.py:46
↓ 2 callersFunctionpreprocess_data
(X, scaler=None)
ConvNets/examples/kaggle_otto_nn.py:50
↓ 2 callersFunctionpreprocess_image
(image_path)
ConvNets/examples/neural_style_transfer.py:89
↓ 2 callersFunctionprintProgress
Call in a loop to create terminal progress bar @params: iteration - Required : current iteration (Int) total - Requi
ConvNets/Uncertainty_Comparison/deepGP_approxEP-master/numpy/code/AEPDGP.py:3
↓ 2 callersMethodrandom_transform
(self, x)
ConvNets/keras/preprocessing/image.py:193
↓ 2 callersMethodrefine_prior
(self, params)
ConvNets/Uncertainty_Comparison/Probabilistic-Backpropagation-master/theano/PBP_net/prior.py:62
↓ 2 callersMethodreset_states
(self)
ConvNets/keras/layers/recurrent.py:306
↓ 2 callersMethodset_input
(self)
ConvNets/keras/layers/containers.py:130
↓ 2 callersFunctionset_params
ConvNets/Uncertainty_Comparison/Probabilistic-Backpropagation-master/c/PBP_net/network.c:1060
↓ 2 callersMethodset_weights
(self, weights)
ConvNets/keras/layers/containers.py:525
↓ 2 callersMethodset_weights
(self, weights)
ConvNets/keras/layers/normalization.py:69
↓ 2 callersMethodshape
(self)
ConvNets/keras/utils/io_utils.py:51
↓ 2 callersFunctionshared_dataset
(data_xy, borrow=True)
ConvNets/Uncertainty_Comparison/black_box_alpha_BNN/boston_housing/theano/experiment_approximate_VI.py:20
↓ 2 callersFunctionshared_dataset
(data_xy, borrow=True)
ConvNets/Uncertainty_Comparison/black_box_alpha_BNN/boston_housing/theano/experiment.py:20
↓ 2 callersFunctionskipgrams
Take a sequence (list of indexes of words), returns couples of [word_index, other_word index] and labels (1s or 0s), where la
ConvNets/keras/preprocessing/sequence.py:85
↓ 2 callersFunctionstep
(x)
ConvNets/Uncertainty_Comparison/deepGP_approxEP-master/theano/tests/test_toy_1D.py:19
↓ 2 callersFunctionstep
(x)
ConvNets/Uncertainty_Comparison/deepGP_approxEP-master/numpy/tests/test_toy_1D.py:11
↓ 2 callersMethodsummary
Print out a summary of the model architecture, include parameter count information.
ConvNets/keras/models.py:399
↓ 2 callersMethodtexts_to_sequences_generator
Transform each text in texts in a sequence of integers. Only top "nb_words" most frequent words will be taken into account.
ConvNets/keras/preprocessing/text.py:135
↓ 2 callersMethodto_json
Return a JSON string containing the model configuration. To load a model from a JSON save file, use `keras.models.from_json(json_stri
ConvNets/keras/models.py:376
↓ 2 callersFunctiontokenize
Return the tokens of a sentence including punctuation. >>> tokenize('Bob dropped the apple. Where is the apple?') ['Bob', 'dropped', 'the', '
ConvNets/examples/babi_memnn.py:29
↓ 2 callersFunctiontokenize
Return the tokens of a sentence including punctuation. >>> tokenize('Bob dropped the apple. Where is the apple?') ['Bob', 'dropped', 'the', '
ConvNets/examples/babi_rnn.py:75
↓ 2 callersFunctiontrain_model
(model, train, test, nb_classes)
ConvNets/examples/mnist_transfer_cnn.py:43
↓ 2 callersMethodupdate_randomness
(self)
ConvNets/Uncertainty_Comparison/black_box_alpha_BNN/mnist/network.py:33
↓ 2 callersMethodupdate_randomness
(self)
ConvNets/Uncertainty_Comparison/black_box_alpha_BNN/boston_housing/theano/network.py:38
↓ 2 callersFunctionvariable
(value, dtype=_FLOATX, name=None)
ConvNets/keras/backend/tensorflow_backend.py:24
↓ 2 callersFunctionvariable
Instantiate a tensor variable.
ConvNets/keras/backend/theano_backend.py:30
↓ 2 callersFunctionvectorize_stories
(data, word_idx, story_maxlen, query_maxlen)
ConvNets/examples/babi_memnn.py:81
↓ 2 callersFunctionvectorize_stories
(data, word_idx, story_maxlen, query_maxlen)
ConvNets/examples/babi_rnn.py:127
↓ 1 callersMethod__init__
(self, sigma, **kwargs)
ConvNets/keras/layers/noise.py:26
↓ 1 callersMethod_fix_unknown_dimension
Find and replace a single missing dimension in an output shape given and input shape. A near direct port of the internal numpy functi
ConvNets/keras/layers/core.py:703
↓ 1 callersMethod_pooling_function
(self, back_end, inputs, pool_size, strides, border_mode, dim_ordering)
ConvNets/keras/layers/convolutional.py:370
↓ 1 callersMethod_pooling_function
(self, inputs, pool_size, strides, border_mode, dim_ordering)
ConvNets/keras/layers/convolutional.py:490
↓ 1 callersMethod_pydot_node_for_layer
Returns the pydot.Node corresponding to the given layer. `label` specify the name of the layer (only used if the layer isn't yet
ConvNets/keras/utils/visualize_util.py:44
↓ 1 callersMethod_set_model
(self, model)
ConvNets/keras/callbacks.py:109
↓ 1 callersMethod_set_params
(self, params)
ConvNets/keras/callbacks.py:106
↓ 1 callersFunctionaccuracy
(p, y)
ConvNets/keras/utils/np_utils.py:42
↓ 1 callersFunctionadam
(loss, all_params, learning_rate = 0.001)
ConvNets/Uncertainty_Comparison/black_box_alpha_BNN/mnist/black_box_alpha.py:21
↓ 1 callersFunctionadam
(loss, all_params, learning_rate = 0.001)
ConvNets/Uncertainty_Comparison/black_box_alpha_BNN/boston_housing/theano/black_box_alpha.py:23
↓ 1 callersMethodadd_training_point
(self, X_add, y_add)
ConvNets/Uncertainty_Comparison/deepGP_approxEP-master/theano/code/AEPDGP_net.py:113
↓ 1 callersMethodadd_training_point
(self, X_add, y_add)
ConvNets/Uncertainty_Comparison/deepGP_approxEP-master/numpy/code/AEPDGP_net.py:172
↓ 1 callersFunctionbackward_PBP
ConvNets/Uncertainty_Comparison/Probabilistic-Backpropagation-master/c/PBP_net/network.c:472
↓ 1 callersFunctionbatch_shuffle
(index_array, batch_size)
ConvNets/keras/models.py:33
↓ 1 callersMethodbuild
(self)
ConvNets/keras/layers/advanced_activations.py:141
↓ 1 callersFunctioncategorical_probas_to_classes
(p)
ConvNets/keras/utils/np_utils.py:52
↓ 1 callersFunctionchol2inv
(chol)
ConvNets/Uncertainty_Comparison/deepGP_approxEP-master/numpy/code/EQ_kernel.py:5
↓ 1 callersFunctionclass_to_docs_link
(cls)
ConvNets/docs/autogen.py:94
↓ 1 callersFunctionclass_to_source_link
(cls)
ConvNets/docs/autogen.py:102
↓ 1 callersFunctionclip_norm
(g, c, n)
ConvNets/keras/optimizers.py:8
↓ 1 callersMethodcompute_cavity
(self)
ConvNets/Uncertainty_Comparison/deepGP_approxEP-master/theano/code/FITC_layer.py:115
↓ 1 callersMethodcompute_cavity
(self)
ConvNets/Uncertainty_Comparison/deepGP_approxEP-master/numpy/code/FITC_network.py:641
↓ 1 callersFunctioncompute_distance_matrix
(x)
ConvNets/Uncertainty_Comparison/deepGP_approxEP-master/theano/code/FITC_network.py:259
↓ 1 callersMethodcompute_energy
(self, params, X_train, y_train, n_per_mb)
ConvNets/Uncertainty_Comparison/deepGP_approxEP-master/theano/code/AEPDGP.py:71
↓ 1 callersMethodcompute_energy
(self, params, Xb, yb, N_train, compute_logZ=False)
ConvNets/Uncertainty_Comparison/deepGP_approxEP-master/numpy/code/AEPDGP.py:117
↓ 1 callersMethodcompute_kernel_numpy
(self, lls, lsf, x, z)
ConvNets/Uncertainty_Comparison/deepGP_approxEP-master/theano/code/EQ_kernel.py:15
↓ 1 callersMethodcompute_logZ_and_gradients
(self, x, y, epsilon=None)
ConvNets/Uncertainty_Comparison/deepGP_approxEP-master/numpy/code/FITC_network.py:273
↓ 1 callersMethodcompute_logZ_sep
(self, x, y)
ConvNets/Uncertainty_Comparison/deepGP_approxEP-master/theano/code/FITC_network.py:88
↓ 1 callersMethodcompute_phi_cavity
(self)
ConvNets/Uncertainty_Comparison/deepGP_approxEP-master/theano/code/FITC_layer.py:233
↓ 1 callersMethodcompute_phi_cavity
(self)
ConvNets/Uncertainty_Comparison/deepGP_approxEP-master/numpy/code/FITC_network.py:136
↓ 1 callersMethodcompute_phi_posterior
(self)
ConvNets/Uncertainty_Comparison/deepGP_approxEP-master/theano/code/FITC_layer.py:222
↓ 1 callersMethodcompute_phi_posterior
(self)
ConvNets/Uncertainty_Comparison/deepGP_approxEP-master/numpy/code/FITC_network.py:122
↓ 1 callersMethodcompute_phi_prior
(self)
ConvNets/Uncertainty_Comparison/deepGP_approxEP-master/theano/code/FITC_layer.py:214
↓ 1 callersMethodcompute_phi_prior
(self)
ConvNets/Uncertainty_Comparison/deepGP_approxEP-master/numpy/code/FITC_network.py:108
↓ 1 callersFunctioncompute_test_error
(y, m, lik, median=False)
ConvNets/Uncertainty_Comparison/deepGP_approxEP-master/numpy/code/tools.py:10
↓ 1 callersFunctioncompute_test_nll
(y, mf, vf, lik, median=False, n_samples=1000)
ConvNets/Uncertainty_Comparison/deepGP_approxEP-master/numpy/code/tools.py:79
↓ 1 callersFunctioncontainer_from_config
(original_layer_dict, custom_objects={})
ConvNets/keras/utils/layer_utils.py:18
↓ 1 callersFunctioncontent_loss
(base, combination)
ConvNets/examples/neural_style_transfer.py:200
↓ 1 callersFunctioncontinuity_loss
(x)
ConvNets/examples/deep_dream.py:139
↓ 1 callersFunctiondeprocess_image
(x)
ConvNets/examples/neural_style_transfer.py:96
↓ 1 callersFunctiondeprocess_image
(x)
ConvNets/examples/deep_dream.py:71
↓ 1 callersFunctiondeprocess_image
(x)
ConvNets/active_learning/Acquisition_Functions/SSL_Minimum_Bayes_Risk/mbr_multi_class_trial.py:227
↓ 1 callersFunctiondeterministc_forward_PBP
ConvNets/Uncertainty_Comparison/Probabilistic-Backpropagation-master/c/PBP_net/network.c:302
↓ 1 callersFunctiondo_ADF_update
ConvNets/Uncertainty_Comparison/Probabilistic-Backpropagation-master/c/PBP_net/network.c:719
↓ 1 callersMethodestimate_ls
(self, X)
ConvNets/Uncertainty_Comparison/deepGP_approxEP-master/theano/code/FITC_network.py:204
↓ 1 callersFunctioneval_loss_and_grads
(x)
ConvNets/examples/neural_style_transfer.py:238
↓ 1 callersFunctioneval_loss_and_grads
(x)
ConvNets/examples/deep_dream.py:173
↓ 1 callersMethodfit
Required for featurewise_center, featurewise_std_normalization and zca_whitening.
ConvNets/keras/preprocessing/image.py:212
↓ 1 callersMethodfit_on_sequences
required before using sequences_to_matrix (if fit_on_texts was never called)
ConvNets/keras/preprocessing/text.py:107
↓ 1 callersMethodfit_on_texts
required before using texts_to_sequences or texts_to_matrix # Arguments texts: can be a list of strings,
ConvNets/keras/preprocessing/text.py:75
↓ 1 callersFunctionfit_q
(X, y, hidden_layer_size, batch_size, epochs, K, learning_rate = 1e-2, v_prior = 1.0)
ConvNets/Uncertainty_Comparison/black_box_alpha_BNN/boston_housing/autograd/black_box_alpha.py:117
↓ 1 callersMethodflow
(self, X, y, batch_size=32, shuffle=False, seed=None, save_to_dir=None, save_prefix="", save_format="jpeg")
ConvNets/keras/preprocessing/image.py:142
← previousnext →201–300 of 1,217, ranked by callers