MCPcopy Create free account

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

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

Methodimages
(self)
tensorflow/input_data.py:84
Functioninit_weight
(M1, M2)
airline/rnn.py:19
Methodis_draw
(self)
rl/tic_tac_toe.py:218
Methodlabels
(self)
tensorflow/input_data.py:87
Methodload
(filename, activation)
rnn_class/poetry_classifier.py:91
Methodlog_likelihood
(self, x)
hmm_class/hmmd_theano.py:92
Methodlog_likelihood
(self, x)
hmm_class/hmmd_theano2.py:86
Functionlrelu
(x, alpha=0.2)
unsupervised_class3/dcgan_tf.py:31
Functionlrelu
(x, alpha=0.2)
unsupervised_class3/dcgan_theano.py:38
Functionmain
()
unsupervised_class2/autoencoder.py:209
Functionmnist
()
unsupervised_class3/dcgan_tf.py:540
Methodmvn_pdf
(x, mu, sigma)
hmm_class/hmmc_theano.py:104
Methodmvn_pdf
(x, m, S)
hmm_class/hmmc_theano2.py:105
Methodnext_batch
Return the next `batch_size` examples from this data set.
tensorflow/input_data.py:95
Methodnum_examples
(self)
tensorflow/input_data.py:90
Methodoutput
(self, x)
rnn_class/lstm_wiki.py:81
Methodoutput
(self, x, go_backwards=False)
rnn_class/renet.py:129
Methodoutput
(self, Xflat, startPoints)
rnn_class/batch_gru.py:56
Methodoutput
(self, x)
rnn_class/lstm.py:81
Methodpartial_fit
(self, X, Y)
rl2/cartpole/tf_warmup.py:37
Methodpartial_fit
(self, X, actions, advantages)
rl2/cartpole/pg_theano.py:95
Methodpartial_fit
(self, X, Y)
rl2/cartpole/theano_warmup.py:36
Methodpartial_fit
(self, X, actions, advantages)
rl2/cartpole/pg_tf.py:89
Functionplay_one_td
(env, pmodel, vmodel, gamma)
rl2/cartpole/pg_tf.py:155
Methodpredict
(self, X)
ann_class2/theano_ann.py:125
Methodpredict
(self, X)
rl2/mountaincar/td_lambda.py:34
Methodpredict
(self, X)
rl2/cartpole/q_learning.py:32
Methodpredict
(self, X)
rl2/cartpole/tf_warmup.py:40
Methodpredict
(self, X)
rl2/cartpole/theano_warmup.py:39
Methodpredict
(self, X)
rl2/cartpole/td_lambda.py:26
Functionprint_sentence
(words, idx2word)
nlp_class2/recursive_theano.py:223
Functionread_data_sets
(train_dir, fake_data=False, one_hot=False)
tensorflow/input_data.py:118
Functionreal_signal
()
hmm_class/hmmc_scaled_concat.py:209
Functionreal_signal
()
hmm_class/hmmc.py:208
Functionreal_signal
()
hmm_class/hmmc_concat.py:210
Functionreal_signal
()
hmm_class/hmmc_theano.py:162
Functionreal_signal
()
hmm_class/hmmc_theano2.py:170
Functionreal_signal
()
hmm_class/hmmc_tf.py:171
Functionrecurrence
(x, last, decay)
hmm_class/scan3.py:20
Functionrecurrence
(last_output, current_input)
hmm_class/tf_scan2.py:21
Functionrecurrence
(last, x)
hmm_class/tf_scan3.py:27
Functionrecurrence
(n, fn_1, fn_2)
hmm_class/scan2.py:13
Functionrecurrence
(x_t, h_tm1)
rnn_class/renet_mnist.py:47
Methodrecurrence
(old_a_old_s, x_t)
hmm_class/hmmd_tf.py:70
Methodrecurrence
(t, old_a, x)
hmm_class/hmmd_theano.py:106
Methodrecurrence
(t, old_a, B)
hmm_class/hmmc_theano.py:138
Methodrecurrence
(t, old_a, x)
hmm_class/hmmd_theano2.py:105
Methodrecurrence
(t, old_a, B)
hmm_class/hmmc_theano2.py:146
Methodrecurrence
(old_a_old_s, B_t)
hmm_class/hmmc_tf.py:114
Methodrecurrence
(x_t, h_t1)
rnn_class/poetry_classifier.py:120
Methodrecurrence
(h_t1, xw_t)
rnn_class/srn_parity_tf.py:42
Methodrecurrence
(self, x_t, h_t1, c_t1)
rnn_class/lstm_wiki.py:73
Methodrecurrence
(xw_t, is_start, h_t1, h0)
rnn_class/batch_parity.py:72
Methodrecurrence
(self, x_t, h_t1)
rnn_class/gru.py:41
Methodrecurrence
(x_t, h_t1)
rnn_class/rrnn_language.py:133
Methodrecurrence
(x_t, h_t1)
rnn_class/srn_parity.py:43
Methodrecurrence
(self, x_t, h_tm1)
rnn_class/renet.py:124
Methodrecurrence
(self, xWxr_t, xWxz_t, xWxh_t, is_start, h_t1, h0)
rnn_class/batch_gru.py:48
Methodrecurrence
(h_t1, xWe_t)
rnn_class/srn_language_tf.py:51
Methodrecurrence
(self, x_t, h_t1, c_t1)
rnn_class/lstm.py:73
Methodrecurrence
(x_t, h_t1)
rnn_class/srn_language.py:53
Methodrecurrence
(n, hiddens, words, parents, relations)
nlp_class2/recursive_theano.py:46
Methodrecurrence
(n, hiddens, words, left, right)
nlp_class2/rntn_theano.py:55
Functionrelu
(a)
ann_class2/dropout_theano.py:159
Functionrelu
(a)
ann_class2/dropout_tensorflow.py:119
Functionrelu
(x)
unsupervised_class2/util.py:8
Functionrenet_layer_lr
(X, rnn1, rnn2, w, h, wp, hp)
rnn_class/renet.py:196
Functionrenet_layer_lr_noscan
(X, rnn1, rnn2, w, h, wp, hp)
rnn_class/renet.py:144
Functionrenet_layer_ud
(X, rnn1, rnn2, w, h, wp, hp)
rnn_class/renet.py:238
Functionrnn_pass
(x)
rnn_class/renet.py:172
Methodsave
(self, filename)
rnn_class/poetry_classifier.py:87
Methodscore
(self, X, Y)
supervised_class2/util.py:48
Methodscore
(self, X, Y)
supervised_class2/util.py:78
Methodset_session
(self, session)
rnn_class/srn_language_tf.py:19
Methodset_session
(self, session)
unsupervised_class2/rbm_tf.py:23
Methodset_symbol
(self, sym)
rl/tic_tac_toe.py:249
Functionsimple_init
()
hmm_class/generate_c.py:15
Functionsquare
(x)
hmm_class/scan1.py:13
Functionsquare
(last, current)
hmm_class/tf_scan1.py:19
Methodstate_pdfs
(xt)
hmm_class/hmmc_theano.py:110
Methodstate_pdfs
(xt)
hmm_class/hmmc_theano2.py:111
Methodtake_action
(self, env)
rl/tic_tac_toe.py:252
Functiontest_donut
()
ann_class/xor_donut.py:105
Functiontest_single_autoencoder
()
unsupervised_class2/autoencoder_tf.py:194
Functiontest_spinner
()
nlp_class/article_spinner.py:62
Functiontrain_poetry
()
rnn_class/rrnn_language.py:187
Functiontrain_poetry
()
rnn_class/srn_language.py:202
Methodtransform
(self, X)
unsupervised_class2/rbm_tf.py:115
Methodundo_move
(self, action)
rl/grid_world.py:43
Methodupdate
(self, env)
rl/tic_tac_toe.py:263
Methodupdate_state_history
(self, s)
rl/tic_tac_toe.py:266
Functionwikipedia
()
rnn_class/srn_language.py:222
← previous1,001–1,092 of 1,092, ranked by callers