↓ 27 callersFunctionanalogy(pos1, neg1, pos2, neg2, word2idx, idx2word, W)
nlp_class2/word2vec.py:276
↓ 27 callersFunctionanalogy(pos1, neg1, pos2, neg2, word2idx, idx2word, W)
nlp_class2/word2vec_theano.py:327
↓ 27 callersFunctionanalogy(pos1, neg1, pos2, neg2, word2idx, idx2word, W)
nlp_class2/word2vec_tf.py:378
↓ 20 callersMethodfit(self, X, Y, learning_rate=1e-4, mu=0.99, epochs=30, show_fig=True, activation=T.nnet.relu, RecurrentUnit=GRU,
nlp_class2/pos_rnn.py:32
↓ 17 callersMethodfit(self, X, Y, activation=T.tanh, learning_rate=1e-3, mu=0.5, reg=0, epochs=5000, batch_sz=None, print_period=10
airline/ann.py:41
↓ 8 callersMethodfit(self, X, learning_rate=1e-5, mu=0.99, epochs=10, show_fig=True, activation=T.nnet.relu, RecurrentUnit=GRU, no
rnn_class/wiki.py:31
↓ 7 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:42
↓ 7 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