↓ 2 callersMethodfit(self, X, Y, learning_rate=1e-2, mu=0.99, reg=1e-12, epochs=400, batch_sz=20, print_period=1, show_fig=False)
rnn_class/mlp_parity.py:37
↓ 2 callersMethodfit(self, X, learning_rate=1., mu=0.99, reg=1.0, activation=T.tanh, epochs=500, show_fig=False)
rnn_class/srn_language.py:25
↓ 2 callersMethodfit(self, X, Y, sigma=1.5, lam=1, show_w=set(), Q=None)
bayesian_ml/2/probit.py:12
↓ 2 callersMethodget_ht_ct(self, xWxi_t, xWxf_t, xWxc_t, xWxo_t, h_t1, c_t1)
rnn_class/batch_units.py:189