↓ 3 callersMethodfit(self, X, Y, activation=T.nnet.relu, learning_rate=1e-3, mu=0.0, reg=0, epochs=100, batch_sz=None, print_perio
ann_class2/theano_ann.py:39
↓ 3 callersMethodfit(self, X, Y, V=None, K=None, D=50, lr=1e-1, mu=0.99, batch_sz=100, epochs=6)
nlp_class2/pos_baseline.py:21
↓ 3 callersMethodfit(self, X, learning_rate=0.5, mu=0.99, epochs=50, batch_sz=100, show_fig=False)
unsupervised_class2/xwing.py:40
↓ 3 callersMethodfit(self, X, Y, Xtest, Ytest, pretrain=True, learning_rate=0.01, mu=0.99, reg=0.1, epochs=1, batch_sz=100)
unsupervised_class2/autoencoder.py:123
↓ 2 callersMethodbuild(self, We, Wx, Wh, bh, h0, Wo, bo)
rnn_class/srn_language_tf.py:22
↓ 2 callersMethodfit(self, X, Y, learning_rate=10e-3, mu=0.99, reg=10e-12, eps=10e-10, epochs=400, batch_sz=20, print_period=1, sh
rnn_class/mlp_parity.py:31
↓ 2 callersMethodfit(self, X, learning_rate=10e-1, mu=0.99, reg=1.0, activation=T.tanh, epochs=500, show_fig=False)
rnn_class/srn_language.py:18
↓ 2 callersMethodfit(self, X, Y, sigma=1.5, lam=1, show_w=set(), Q=None)
bayesian_ml/2/probit.py:12