Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csawtelle/udemy-machine-learning-examples
/ functions
Functions
1,092 in github.com/csawtelle/udemy-machine-learning-examples
⨍
Functions
1,092
◇
Types & classes
147
Method
images
(self)
tensorflow/input_data.py:84
Function
init_weight
(M1, M2)
airline/rnn.py:19
Method
is_draw
(self)
rl/tic_tac_toe.py:218
Method
labels
(self)
tensorflow/input_data.py:87
Method
load
(filename, activation)
rnn_class/poetry_classifier.py:91
Method
log_likelihood
(self, x)
hmm_class/hmmd_theano.py:92
Method
log_likelihood
(self, x)
hmm_class/hmmd_theano2.py:86
Function
lrelu
(x, alpha=0.2)
unsupervised_class3/dcgan_tf.py:31
Function
lrelu
(x, alpha=0.2)
unsupervised_class3/dcgan_theano.py:38
Function
main
()
unsupervised_class2/autoencoder.py:209
Function
mnist
()
unsupervised_class3/dcgan_tf.py:540
Method
mvn_pdf
(x, mu, sigma)
hmm_class/hmmc_theano.py:104
Method
mvn_pdf
(x, m, S)
hmm_class/hmmc_theano2.py:105
Method
next_batch
Return the next `batch_size` examples from this data set.
tensorflow/input_data.py:95
Method
num_examples
(self)
tensorflow/input_data.py:90
Method
output
(self, x)
rnn_class/lstm_wiki.py:81
Method
output
(self, x, go_backwards=False)
rnn_class/renet.py:129
Method
output
(self, Xflat, startPoints)
rnn_class/batch_gru.py:56
Method
output
(self, x)
rnn_class/lstm.py:81
Method
partial_fit
(self, X, Y)
rl2/cartpole/tf_warmup.py:37
Method
partial_fit
(self, X, actions, advantages)
rl2/cartpole/pg_theano.py:95
Method
partial_fit
(self, X, Y)
rl2/cartpole/theano_warmup.py:36
Method
partial_fit
(self, X, actions, advantages)
rl2/cartpole/pg_tf.py:89
Function
play_one_td
(env, pmodel, vmodel, gamma)
rl2/cartpole/pg_tf.py:155
Method
predict
(self, X)
ann_class2/theano_ann.py:125
Method
predict
(self, X)
rl2/mountaincar/td_lambda.py:34
Method
predict
(self, X)
rl2/cartpole/q_learning.py:32
Method
predict
(self, X)
rl2/cartpole/tf_warmup.py:40
Method
predict
(self, X)
rl2/cartpole/theano_warmup.py:39
Method
predict
(self, X)
rl2/cartpole/td_lambda.py:26
Function
print_sentence
(words, idx2word)
nlp_class2/recursive_theano.py:223
Function
read_data_sets
(train_dir, fake_data=False, one_hot=False)
tensorflow/input_data.py:118
Function
real_signal
()
hmm_class/hmmc_scaled_concat.py:209
Function
real_signal
()
hmm_class/hmmc.py:208
Function
real_signal
()
hmm_class/hmmc_concat.py:210
Function
real_signal
()
hmm_class/hmmc_theano.py:162
Function
real_signal
()
hmm_class/hmmc_theano2.py:170
Function
real_signal
()
hmm_class/hmmc_tf.py:171
Function
recurrence
(x, last, decay)
hmm_class/scan3.py:20
Function
recurrence
(last_output, current_input)
hmm_class/tf_scan2.py:21
Function
recurrence
(last, x)
hmm_class/tf_scan3.py:27
Function
recurrence
(n, fn_1, fn_2)
hmm_class/scan2.py:13
Function
recurrence
(x_t, h_tm1)
rnn_class/renet_mnist.py:47
Method
recurrence
(old_a_old_s, x_t)
hmm_class/hmmd_tf.py:70
Method
recurrence
(t, old_a, x)
hmm_class/hmmd_theano.py:106
Method
recurrence
(t, old_a, B)
hmm_class/hmmc_theano.py:138
Method
recurrence
(t, old_a, x)
hmm_class/hmmd_theano2.py:105
Method
recurrence
(t, old_a, B)
hmm_class/hmmc_theano2.py:146
Method
recurrence
(old_a_old_s, B_t)
hmm_class/hmmc_tf.py:114
Method
recurrence
(x_t, h_t1)
rnn_class/poetry_classifier.py:120
Method
recurrence
(h_t1, xw_t)
rnn_class/srn_parity_tf.py:42
Method
recurrence
(self, x_t, h_t1, c_t1)
rnn_class/lstm_wiki.py:73
Method
recurrence
(xw_t, is_start, h_t1, h0)
rnn_class/batch_parity.py:72
Method
recurrence
(self, x_t, h_t1)
rnn_class/gru.py:41
Method
recurrence
(x_t, h_t1)
rnn_class/rrnn_language.py:133
Method
recurrence
(x_t, h_t1)
rnn_class/srn_parity.py:43
Method
recurrence
(self, x_t, h_tm1)
rnn_class/renet.py:124
Method
recurrence
(self, xWxr_t, xWxz_t, xWxh_t, is_start, h_t1, h0)
rnn_class/batch_gru.py:48
Method
recurrence
(h_t1, xWe_t)
rnn_class/srn_language_tf.py:51
Method
recurrence
(self, x_t, h_t1, c_t1)
rnn_class/lstm.py:73
Method
recurrence
(x_t, h_t1)
rnn_class/srn_language.py:53
Method
recurrence
(n, hiddens, words, parents, relations)
nlp_class2/recursive_theano.py:46
Method
recurrence
(n, hiddens, words, left, right)
nlp_class2/rntn_theano.py:55
Function
relu
(a)
ann_class2/dropout_theano.py:159
Function
relu
(a)
ann_class2/dropout_tensorflow.py:119
Function
relu
(x)
unsupervised_class2/util.py:8
Function
renet_layer_lr
(X, rnn1, rnn2, w, h, wp, hp)
rnn_class/renet.py:196
Function
renet_layer_lr_noscan
(X, rnn1, rnn2, w, h, wp, hp)
rnn_class/renet.py:144
Function
renet_layer_ud
(X, rnn1, rnn2, w, h, wp, hp)
rnn_class/renet.py:238
Function
rnn_pass
(x)
rnn_class/renet.py:172
Method
save
(self, filename)
rnn_class/poetry_classifier.py:87
Method
score
(self, X, Y)
supervised_class2/util.py:48
Method
score
(self, X, Y)
supervised_class2/util.py:78
Method
set_session
(self, session)
rnn_class/srn_language_tf.py:19
Method
set_session
(self, session)
unsupervised_class2/rbm_tf.py:23
Method
set_symbol
(self, sym)
rl/tic_tac_toe.py:249
Function
simple_init
()
hmm_class/generate_c.py:15
Function
square
(x)
hmm_class/scan1.py:13
Function
square
(last, current)
hmm_class/tf_scan1.py:19
Method
state_pdfs
(xt)
hmm_class/hmmc_theano.py:110
Method
state_pdfs
(xt)
hmm_class/hmmc_theano2.py:111
Method
take_action
(self, env)
rl/tic_tac_toe.py:252
Function
test_donut
()
ann_class/xor_donut.py:105
Function
test_single_autoencoder
()
unsupervised_class2/autoencoder_tf.py:194
Function
test_spinner
()
nlp_class/article_spinner.py:62
Function
train_poetry
()
rnn_class/rrnn_language.py:187
Function
train_poetry
()
rnn_class/srn_language.py:202
Method
transform
(self, X)
unsupervised_class2/rbm_tf.py:115
Method
undo_move
(self, action)
rl/grid_world.py:43
Method
update
(self, env)
rl/tic_tac_toe.py:263
Method
update_state_history
(self, s)
rl/tic_tac_toe.py:266
Function
wikipedia
()
rnn_class/srn_language.py:222
← previous
1,001–1,092 of 1,092, ranked by callers