↓ 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, 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, 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, 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, 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, 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, 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, activation=T.tanh, learning_rate=10e-2, mu=0.5, reg=0, epochs=2000, show_fig=False)
airline/rnn.py:32
↓ 1 callersMethodfit_to_input(self, k, learning_rate=0.00001, mu=0.99, reg=10e-10, epochs=20000)
unsupervised_class2/unsupervised.py:45