MCPcopy Create free account

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

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

↓ 1 callersFunctionmain
(we_file='glove_model_50.npz', w2i_file='glove_word2idx_50.json')
nlp_class2/visualize_countries.py:9
↓ 1 callersFunctionmain
()
nlp_class2/rntn_tensorflow.py:231
↓ 1 callersFunctionmain
()
nlp_class2/tfidf_tsne.py:21
↓ 1 callersFunctionmain
(we_file, w2i_file, use_brown=True, n_files=50)
nlp_class2/glove.py:291
↓ 1 callersFunctionmain
()
nlp_class2/ner_rnn.py:7
↓ 1 callersFunctionmain
()
nlp_class2/pos_baseline.py:145
↓ 1 callersFunctionmain
()
unsupervised_class3/autoencoder_tf.py:69
↓ 1 callersFunctionmain
()
unsupervised_class3/vae_theano.py:215
↓ 1 callersFunctionmain
()
unsupervised_class3/autoencoder_theano.py:89
↓ 1 callersFunctionmain
()
unsupervised_class3/vae_tf.py:209
↓ 1 callersFunctionmain
()
bayesian_ml/4/npbgmm.py:196
↓ 1 callersFunctionmain
()
bayesian_ml/4/emgmm.py:63
↓ 1 callersFunctionmain
()
bayesian_ml/4/vigmm.py:207
↓ 1 callersFunctionmain
()
rl2/mountaincar/pg_tf_random.py:226
↓ 1 callersFunctionmain
()
rl2/mountaincar/pg_theano_random.py:197
↓ 1 callersFunctionmain
()
rl2/cartpole/q_learning.py:117
↓ 1 callersFunctionmain
()
rl2/cartpole/dqn_tf.py:184
↓ 1 callersFunctionmain
()
rl2/cartpole/dqn_theano.py:200
↓ 1 callersFunctionmain
()
rl2/cartpole/pg_theano.py:255
↓ 1 callersFunctionmain
()
rl2/cartpole/pg_tf.py:239
↓ 1 callersFunctionmain
()
nlp_class/lsa.py:75
↓ 1 callersFunctionmain
()
unsupervised_class2/tsne_mnist.py:16
↓ 1 callersFunctionmain
(loadfile=None, savefile=None)
unsupervised_class2/visualize_features.py:15
↓ 1 callersFunctionmain
()
unsupervised_class2/tsne_donut.py:29
↓ 1 callersFunctionmain
()
unsupervised_class2/pca.py:14
↓ 1 callersFunctionmain
()
unsupervised_class2/rbm_tf.py:122
↓ 1 callersFunctionmain
()
unsupervised_class2/xwing.py:106
↓ 1 callersFunctionmain
()
unsupervised_class2/rbm.py:120
↓ 1 callersFunctionmain
()
unsupervised_class2/vanishing.py:120
↓ 1 callersFunctionmain
()
unsupervised_class2/tsne_xor.py:19
↓ 1 callersFunctionmain
()
unsupervised_class2/unsupervised.py:118
↓ 1 callersFunctionmain
()
unsupervised_class2/tsne_books.py:72
↓ 1 callersFunctionmain
()
unsupervised_class/choose_k.py:8
↓ 1 callersFunctionmain
()
unsupervised_class/kmeans.py:86
↓ 1 callersFunctionmain
()
unsupervised_class/kmeans_mnist.py:74
↓ 1 callersFunctionmain
()
unsupervised_class/kmeans_fail.py:28
↓ 1 callersFunctionmain
()
unsupervised_class/gmm.py:66
↓ 1 callersFunctionmain
()
unsupervised_class/kmeans_visualize.py:58
↓ 1 callersFunctionmain
()
unsupervised_class/hcluster.py:9
↓ 1 callersFunctionmarginal
(x, c, m, a, B)
bayesian_ml/4/npbgmm.py:19
↓ 1 callersFunctionmnist
()
unsupervised_class3/dcgan_theano.py:595
↓ 1 callersFunctionmy_tokenizer
(s)
rnn_class/util.py:69
↓ 1 callersFunctionmy_tokenizer
(s)
nlp_class/lsa.py:26
↓ 1 callersFunctionmy_tokenizer
(s)
unsupervised_class2/tsne_books.py:22
↓ 1 callersFunctionmy_tokenizer
(s)
unsupervised_class/books.py:24
↓ 1 callersFunctionmyr2
(T, Y)
airline/ann.py:15
↓ 1 callersFunctionmyr2
(T, Y)
airline/rnn.py:22
↓ 1 callersMethodnext
(self)
ab_testing/chisquare.py:32
↓ 1 callersFunctionnormalize_phi_hat
(phi_hat)
bayesian_ml/4/npbgmm.py:32
↓ 1 callersFunctionobjective
(X, Y, C, mu, a, b, e, f, a0, b0, e0, f0)
bayesian_ml/3/run.py:17
↓ 1 callersFunctionparity
(B=12, learning_rate=10e-5, epochs=200)
rnn_class/srn_parity_tf.py:93
↓ 1 callersFunctionparity
(B=12, learning_rate=10e-4, epochs=3000)
rnn_class/batch_parity.py:150
↓ 1 callersFunctionparity
(B=12, learning_rate=10e-4, epochs=1000)
rnn_class/tf_parity.py:119
↓ 1 callersFunctionparity
(B=12, learning_rate=10e-5, epochs=200)
rnn_class/srn_parity.py:99
↓ 1 callersMethodpartial_fit
(self, input_, target, eligibility, lr=1e-2)
rl2/mountaincar/td_lambda.py:31
↓ 1 callersMethodpartial_fit
(self, X, Y)
rl2/cartpole/q_learning.py:29
↓ 1 callersMethodpartial_fit
(self, x, y, e, lr=1e-4)
rl2/cartpole/td_lambda.py:23
↓ 1 callersMethodperturb_params
(self)
rl2/mountaincar/pg_tf_random.py:155
↓ 1 callersMethodperturb_params
(self)
rl2/mountaincar/pg_theano_random.py:130
↓ 1 callersFunctionplay_game
(grid, policy)
rl/monte_carlo_es.py:14
↓ 1 callersFunctionplay_game
(grid, policy)
rl/monte_carlo.py:13
↓ 1 callersFunctionplay_game
(grid, policy)
rl/monte_carlo_no_es.py:32
↓ 1 callersFunctionplay_multiple_episodes
(env, T, params)
rl2/cartpole/save_a_video.py:33
↓ 1 callersFunctionplay_one
( env, total_t, experience_replay_buffer, model, target_model, gamma, batch_size, epsilon, e
rl2/atari/dqn_tf.py:163
↓ 1 callersFunctionplay_one
( env, total_t, experience_replay_buffer, model, target_model, gamma, batch_size, epsilon, e
rl2/atari/dqn_theano.py:237
↓ 1 callersFunctionplay_one
( env, total_t, experience_replay_buffer, model, target_model, gamma, batch_size, epsilon, e
rl2/atari/dqn_tf_alt.py:228
↓ 1 callersFunctionplay_one
(model, eps, gamma, n=5)
rl2/mountaincar/n_step.py:56
↓ 1 callersFunctionplay_one
(env, pmodel, gamma)
rl2/mountaincar/pg_tf_random.py:170
↓ 1 callersFunctionplay_one
(model, eps, gamma)
rl2/mountaincar/q_learning.py:100
↓ 1 callersFunctionplay_one
(model, eps, gamma, lambda_)
rl2/mountaincar/td_lambda.py:72
↓ 1 callersFunctionplay_one
(env, pmodel, gamma)
rl2/mountaincar/pg_theano_random.py:141
↓ 1 callersFunctionplay_one
(env, model, eps, gamma)
rl2/cartpole/q_learning.py:89
↓ 1 callersFunctionplay_one
(model, eps, gamma)
rl2/cartpole/q_learning_bins.py:76
↓ 1 callersFunctionplay_one
(env, model, tmodel, eps, gamma, copy_period)
rl2/cartpole/dqn_tf.py:156
↓ 1 callersFunctionplay_one
(env, model, tmodel, eps, gamma, copy_period)
rl2/cartpole/dqn_theano.py:172
↓ 1 callersFunctionplay_one
(model, eps, gamma, lambda_)
rl2/cartpole/td_lambda.py:80
↓ 1 callersFunctionplay_one_episode
(env, params)
rl2/cartpole/random_search.py:17
↓ 1 callersFunctionplay_one_mc
(env, pmodel, vmodel, gamma)
rl2/cartpole/pg_theano.py:202
↓ 1 callersFunctionplay_one_mc
(env, pmodel, vmodel, gamma)
rl2/cartpole/pg_tf.py:186
↓ 1 callersFunctionplot
(bandits, trial)
ab_testing/bayesian_bandit.py:30
↓ 1 callersFunctionplot
(a, b, trial, ctr)
ab_testing/demo.py:8
↓ 1 callersFunctionplot_cumulative_variance
(pca)
ann_class2/util.py:118
↓ 1 callersFunctionplot_k_means
(X, K, index_word_map, max_iter=20, beta=1.0, show_plots=True)
unsupervised_class/books.py:90
↓ 1 callersFunctionplot_k_means
(X, K, max_iter=20, beta=1.0)
unsupervised_class/kmeans_visualize.py:20
↓ 1 callersFunctionplot_train_vs_test_curves
(X, Y, sample=20, max_deg=20)
linear_regression_class/overfitting.py:50
↓ 1 callersMethodpost
(self)
supervised_class/app.py:28
↓ 1 callersFunctionpredict
(p_y)
ann_class2/util.py:138
↓ 1 callersFunctionpredict
(X, W1, b1, W2, b2)
ann_class/batch_donut.py:26
↓ 1 callersMethodpredict
(self, X)
ann_class2/dropout_theano.py:150
↓ 1 callersMethodpredict
(self, X)
ann_class2/dropout_tensorflow.py:110
↓ 1 callersMethodpredict
(self, X)
ann_class2/tf_with_save.py:90
↓ 1 callersMethodpredict
(self, X)
cnn_class/cifar.py:220
↓ 1 callersMethodpredict
(self, X)
rnn_class/mlp_parity.py:113
↓ 1 callersMethodpredict
(self, prev_words)
rnn_class/srn_language_tf.py:150
↓ 1 callersMethodpredict
(self, X)
supervised_class2/rf_vs_bag2.py:56
↓ 1 callersMethodpredict
(self, X)
supervised_class2/bagging_classification.py:62
↓ 1 callersMethodpredict
(self, X)
supervised_class2/util.py:71
↓ 1 callersMethodpredict
(self, X)
rl2/mountaincar/n_step.py:39
↓ 1 callersMethodpredict
(self, X)
rl2/mountaincar/pg_tf_random.py:125
↓ 1 callersMethodpredict
(self, X)
rl2/mountaincar/pg_theano_random.py:107
← previousnext →601–700 of 1,092, ranked by callers