MCPcopy Create free account

hub / github.com/csawtelle/udemy-machine-learning-examples / functions

Functions1,092 in github.com/csawtelle/udemy-machine-learning-examples

↓ 1 callersFunctiond
(u, v)
unsupervised_class/kmeans.py:7
↓ 1 callersFunctiondense_to_one_hot
Convert class labels from scalars to one-hot vectors.
tensorflow/input_data.py:40
↓ 1 callersFunctionderivative_b1
(Z, T, Y, W2)
ann_class/batch_donut.py:44
↓ 1 callersFunctionderivative_b1
(T, Y, W2, Z)
ann_class/backprop.py:91
↓ 1 callersFunctionderivative_b2
(T, Y)
ann_class/batch_donut.py:35
↓ 1 callersFunctionderivative_b2
(T, Y)
ann_class/backprop.py:87
↓ 1 callersFunctionderivative_w1
(X, Z, T, Y, W2)
ann_class/batch_donut.py:39
↓ 1 callersFunctionderivative_w1
(X, Z, T, Y, W2)
ann_class/backprop.py:66
↓ 1 callersFunctionderivative_w2
(Z, T, Y)
ann_class/batch_donut.py:31
↓ 1 callersFunctionderivative_w2
(Z, T, Y)
ann_class/backprop.py:33
↓ 1 callersFunctiondisplay_tree
(t, lvl=0)
nlp_class2/util.py:43
↓ 1 callersFunctiondonut
()
unsupervised_class/kmeans_fail.py:7
↓ 1 callersFunctiondownload_file
(file_id, dest)
unsupervised_class3/util.py:139
↓ 1 callersFunctionerror_rate
(p, t)
ann_class2/dropout_theano.py:155
↓ 1 callersFunctionerror_rate
(p, t)
ann_class2/tensorflow2.py:17
↓ 1 callersFunctionerror_rate
(p, t)
ann_class2/theano_gpu.py:17
↓ 1 callersFunctionerror_rate
(p, t)
ann_class2/dropout_tensorflow.py:115
↓ 1 callersFunctionerror_rate
(p, t)
ann_class2/theano2.py:17
↓ 1 callersFunctionerror_rate
(targets, predictions)
cnn_class/cifar.py:28
↓ 1 callersFunctionerror_rate
(p, t)
rnn_class/renet_mnist.py:16
↓ 1 callersFunctionerror_rate
(p, t)
rnn_class/renet.py:24
↓ 1 callersFunctionexperiment
()
ab_testing/bayesian_bandit.py:40
↓ 1 callersFunctionfake_signal
(init=big_init)
hmm_class/hmmc_scaled_concat.py:229
↓ 1 callersFunctionfake_signal
(init=simple_init)
hmm_class/hmmc.py:227
↓ 1 callersFunctionfake_signal
(init=simple_init)
hmm_class/hmmc_concat.py:229
↓ 1 callersFunctionfake_signal
()
hmm_class/hmmc_theano.py:183
↓ 1 callersFunctionfake_signal
()
hmm_class/hmmc_theano2.py:191
↓ 1 callersFunctionfake_signal
()
hmm_class/hmmc_tf.py:201
↓ 1 callersMethodfind_split
(self, X, Y, col)
supervised_class/dt.py:87
↓ 1 callersMethodfit
(self, X, max_iter=10, print_period=1)
hmm_class/hmmd_tf.py:23
↓ 1 callersMethodfit
(self, X, learning_rate=0.001, max_iter=10, V=None, p_cost=1.0, print_period=10)
hmm_class/hmmd_theano.py:20
↓ 1 callersMethodfit
(self, X, learning_rate=0.001, max_iter=10, V=None, print_period=1)
hmm_class/hmmd_theano2.py:28
↓ 1 callersMethodfit
(self, X, Y, V)
hmm_class/hmm_classifier.py:17
↓ 1 callersMethodfit
(self, X, max_iter=30)
hmm_class/hmmd.py:18
↓ 1 callersMethodfit
(self, X, max_iter=30)
hmm_class/hmmd_scaled.py:18
↓ 1 callersMethodfit
(self, X, Y, learning_rate=1e-4, mu=0.9, decay=0.9, epochs=8, batch_sz=100, show_fig=False)
ann_class2/dropout_theano.py:38
↓ 1 callersMethodfit
(self, X, Y, lr=1e-3, mu=0.99, decay=0.999, epochs=300, batch_sz=100, split=True, print_every=20)
ann_class2/dropout_tensorflow.py:31
↓ 1 callersMethodfit
(self, X, Y, Xtest, Ytest)
ann_class2/tf_with_save.py:44
↓ 1 callersMethodfit
(self, X, Y, lr=1e-4, mu=0.99, reg=1e-6, decay=0.99999, eps=1e-2, batch_sz=30, epochs=100, show_fig=True)
cnn_class/cifar.py:111
↓ 1 callersMethodfit
(self, X, Y, learning_rate=10e-1, mu=0.99, reg=1.0, activation=T.tanh, epochs=500, show_fig=False)
rnn_class/poetry_classifier.py:17
↓ 1 callersMethodfit
(self, X, Y, learning_rate=10e-1, mu=0.99, reg=1.0, activation=tf.tanh, epochs=100, show_fig=False)
rnn_class/srn_parity_tf.py:15
↓ 1 callersMethodfit
(self, X, Y, batch_sz=20, learning_rate=10e-1, mu=0.99, reg=1.0, activation=T.tanh, epochs=100, show_fig=False
rnn_class/batch_parity.py:16
↓ 1 callersMethodfit
(self, X, learning_rate=10e-5, mu=0.99, epochs=10, batch_sz=100, show_fig=True, activation=T.nnet.relu, Recurr
rnn_class/batch_wiki.py:24
↓ 1 callersMethodfit
(self, X, Y, batch_sz=20, learning_rate=10e-1, mu=0.99, activation=tf.nn.sigmoid, epochs=100, show_fig=False)
rnn_class/tf_parity.py:39
↓ 1 callersMethodfit
(self, X, learning_rate=10e-1, mu=0.99, reg=1.0, activation=T.tanh, epochs=500, show_fig=False)
rnn_class/rrnn_language.py:18
↓ 1 callersMethodfit
(self, X, Y, learning_rate=10e-1, mu=0.99, reg=1.0, activation=T.tanh, epochs=100, show_fig=False)
rnn_class/srn_parity.py:16
↓ 1 callersMethodfit
(self, X, epochs=500, show_fig=False)
rnn_class/srn_language_tf.py:95
↓ 1 callersMethodfit
(self, X, num_neg_samples=10, learning_rate=1e-4, mu=0.99, reg=0.1, epochs=10)
nlp_class2/word2vec.py:72
↓ 1 callersMethodfit
(self, trees, learning_rate=3*1e-3, mu=0.99, reg=1e-4, epochs=15, activation=T.nnet.relu, train_inner_nodes=Fa
nlp_class2/recursive_theano.py:21
↓ 1 callersMethodfit
(self, trees, lr=1e-1, mu=0.9, reg=0.1, epochs=5)
nlp_class2/recursive_tensorflow.py:52
↓ 1 callersMethodfit
(self, trees, learning_rate=1e-3, mu=0.5, reg=1e-2, eps=1e-2, epochs=20, activation=T.tanh, train_inner_nodes=
nlp_class2/rntn_theano.py:22
↓ 1 callersMethodfit
(self, trees, lr=10e-3, mu=0.9, reg=10e-2, epochs=5)
nlp_class2/rntn_tensorflow.py:71
↓ 1 callersMethodfit
(self, sentences, cc_matrix=None, learning_rate=1e-4, reg=0.1, xmax=100, alpha=0.75, epochs=10, gd=False, use_
nlp_class2/glove.py:32
↓ 1 callersMethodfit
(self, df)
supervised_class2/rf_classification.py:24
↓ 1 callersMethodfit
(self, X, Y)
supervised_class2/util.py:30
↓ 1 callersMethodfit
(self, X, epochs=30, batch_sz=64)
unsupervised_class3/autoencoder_tf.py:48
↓ 1 callersMethodfit
(self, X, Y)
unsupervised_class3/bayes_classifier_gmm.py:15
↓ 1 callersMethodfit
(self, X, epochs=30, batch_sz=64)
unsupervised_class3/vae_theano.py:197
↓ 1 callersMethodfit
(self, X, epochs=30, batch_sz=64)
unsupervised_class3/autoencoder_theano.py:71
↓ 1 callersMethodfit
(self, X, Y)
unsupervised_class3/bayes_classifier_gaussian.py:15
↓ 1 callersMethodfit
(self, X, epochs=30, batch_sz=64)
unsupervised_class3/vae_tf.py:171
↓ 1 callersMethodfit
(self, X, Y)
bayesian_ml/1/nb.py:12
↓ 1 callersMethodfit
(self, X, epochs=1, batch_sz=100, show_fig=False)
unsupervised_class2/autoencoder_tf.py:48
↓ 1 callersMethodfit
(self, X, Y, Xtest, Ytest, pretrain=True, epochs=1, batch_sz=100)
unsupervised_class2/autoencoder_tf.py:127
↓ 1 callersMethodfit
(self, X, Y, learning_rate=0.01, mu=0.99, epochs=30, batch_sz=100)
unsupervised_class2/vanishing.py:28
↓ 1 callersMethodfit
(self, X, learning_rate=0.5, mu=0.99, epochs=1, batch_sz=100, show_fig=False)
unsupervised_class2/autoencoder.py:22
↓ 1 callersMethodfit
(self, X, Y, smoothing=10e-3)
supervised_class/bayes.py:12
↓ 1 callersMethodfit
(self, X, Y, smoothing=10e-3)
supervised_class/nb.py:12
↓ 1 callersMethodfit
(self, X, Y, activation=T.tanh, learning_rate=10e-2, mu=0.5, reg=0, epochs=2000, show_fig=False)
airline/rnn.py:32
↓ 1 callersFunctionfit_and_display
(X, Y, sample, deg)
linear_regression_class/overfitting.py:22
↓ 1 callersFunctionfit_coin
()
hmm_class/hmmd_tf.py:106
↓ 1 callersFunctionfit_coin
()
hmm_class/hmmd_theano.py:128
↓ 1 callersFunctionfit_coin
()
hmm_class/hmmd_theano2.py:127
↓ 1 callersFunctionfit_coin
()
hmm_class/hmmd.py:175
↓ 1 callersFunctionfit_coin
()
hmm_class/hmmd_scaled.py:159
↓ 1 callersMethodfit_to_input
(self, k, learning_rate=0.00001, mu=0.99, reg=10e-10, epochs=20000)
unsupervised_class2/unsupervised.py:45
↓ 1 callersMethodfit_transform
(self, df)
supervised_class2/rf_classification.py:61
↓ 1 callersFunctionforward
(X, W1, b1, W2, b2)
ann_class/forwardprop.py:35
↓ 1 callersFunctionforward
(X, W1, b1, W2, b2)
ann_class/tf_example.py:45
↓ 1 callersFunctionforward
(X, W1, b1, W2, b2)
ann_class/backprop.py:13
↓ 1 callersFunctionforward
(x)
rnn_class/renet.py:413
↓ 1 callersFunctionforward
(x, W1, W2)
unsupervised_class3/parameterize_guassian.py:31
↓ 1 callersFunctionforward
(X, W, b)
ann_logistic_extra/logistic_predict.py:15
↓ 1 callersFunctionforward
(X, W1, b1, W2, b2)
ann_logistic_extra/ann_predict.py:20
↓ 1 callersMethodforward
(self, X)
ann_class2/theano_ann.py:115
↓ 1 callersMethodforward
(self, X)
rl2/mountaincar/pg_tf_random.py:36
↓ 1 callersMethodforward
(self, X)
rl2/mountaincar/pg_theano_random.py:36
↓ 1 callersMethodforward
(self, X)
rl2/cartpole/dqn_tf.py:30
↓ 1 callersMethodforward
(self, X)
rl2/cartpole/dqn_theano.py:52
↓ 1 callersMethodforward
(self, X)
unsupervised_class2/xwing.py:29
↓ 1 callersMethodforward
(self, X)
unsupervised_class2/xwing.py:90
↓ 1 callersMethodforward
(self, X)
unsupervised_class2/autoencoder_tf.py:166
↓ 1 callersMethodforward
(self, X)
unsupervised_class2/unsupervised.py:39
↓ 1 callersMethodforward
(self, X)
airline/rnn.py:99
↓ 1 callersMethodforwardT
(self, X)
unsupervised_class2/xwing.py:32
↓ 1 callersMethodforward_hidden
(self, X)
unsupervised_class2/rbm_tf.py:105
↓ 1 callersMethodforward_output
(self, X)
unsupervised_class2/autoencoder_tf.py:87
↓ 1 callersMethodforward_output
(self, X)
unsupervised_class2/rbm.py:104
↓ 1 callersMethodforward_output
(self, X)
unsupervised_class2/autoencoder.py:97
↓ 1 callersMethodforward_train
(self, X)
ann_class2/dropout_theano.py:134
← previousnext →401–500 of 1,092, ranked by callers