MCPcopy Create free account

hub / github.com/bxshi/ProjE / functions

Functions84 in github.com/bxshi/ProjE

↓ 2 callersMethodsampled_softmax
(tensor, weights)
ProjE_softmax_noweight.py:246
↓ 2 callersMethodsampled_softmax
(tensor, weights)
ProjE_softmax.py:246
↓ 1 callersMethodcorrupted_training
(self, htr)
ProjE_softmax_noweight.py:87
↓ 1 callersMethodcorrupted_training
(self, htr)
ProjE_sigmoid.py:87
↓ 1 callersMethodcorrupted_training
(self, htr)
ProjE_softmax.py:87
↓ 1 callersMethodraw_training_data
(self, batch_size=100)
ProjE_softmax_noweight.py:61
↓ 1 callersMethodraw_training_data
(self, batch_size=100)
ProjE_sigmoid.py:61
↓ 1 callersMethodraw_training_data
(self, batch_size=100)
ProjE_softmax.py:61
↓ 1 callersMethodtest
(self, inputs, scope=None)
ProjE_softmax_noweight.py:326
↓ 1 callersMethodtest
(self, inputs, scope=None)
ProjE_sigmoid.py:327
↓ 1 callersMethodtest
(self, inputs, scope=None)
ProjE_softmax.py:324
↓ 1 callersFunctiontest_evaluation
(testing_data, head_pred, tail_pred, hr_t, tr_h)
ProjE_softmax_noweight.py:440
↓ 1 callersFunctiontest_evaluation
(testing_data, head_pred, tail_pred, hr_t, tr_h)
ProjE_sigmoid.py:441
↓ 1 callersFunctiontest_evaluation
(testing_data, head_pred, tail_pred, hr_t, tr_h)
ProjE_softmax.py:438
↓ 1 callersFunctiontest_ops
(model: ProjE)
ProjE_softmax_noweight.py:391
↓ 1 callersFunctiontest_ops
(model: ProjE)
ProjE_sigmoid.py:392
↓ 1 callersFunctiontest_ops
(model: ProjE)
ProjE_softmax.py:389
↓ 1 callersMethodtrain
(self, inputs, regularizer_weight=1., scope=None)
ProjE_softmax_noweight.py:254
↓ 1 callersMethodtrain
(self, inputs, regularizer_weight=1., scope=None)
ProjE_sigmoid.py:254
↓ 1 callersMethodtrain
(self, inputs, regularizer_weight=1., scope=None)
ProjE_softmax.py:254
↓ 1 callersFunctiontrain_ops
(model: ProjE, learning_rate=0.1, optimizer_str='gradient', regularizer_weight=1.0)
ProjE_softmax_noweight.py:366
↓ 1 callersFunctiontrain_ops
(model: ProjE, learning_rate=0.1, optimizer_str='gradient', regularizer_weight=1.0)
ProjE_sigmoid.py:367
↓ 1 callersFunctiontrain_ops
(model: ProjE, learning_rate=0.1, optimizer_str='gradient', regularizer_weight=1.0)
ProjE_softmax.py:364
Method__init__
(self, data_dir, embed_dim=100, combination_method='simple', dropout=0.5, neg_weight=0.5)
ProjE_softmax_noweight.py:108
Method__init__
(self, data_dir, embed_dim=100, combination_method='simple', dropout=0.5, neg_weight=0.5)
ProjE_sigmoid.py:108
Method__init__
(self, data_dir, embed_dim=100, combination_method='simple', dropout=0.5, neg_weight=0.5)
ProjE_softmax.py:108
Method__l1_normalize
(x, dim, epsilon=1e-12, name=None)
ProjE_softmax_noweight.py:240
Method__l1_normalize
(x, dim, epsilon=1e-12, name=None)
ProjE_sigmoid.py:240
Method__l1_normalize
(x, dim, epsilon=1e-12, name=None)
ProjE_softmax.py:240
Functiondata_generator_func
(in_queue: JoinableQueue, out_queue: Queue, tr_h, hr_t, n_entity, neg_weight)
ProjE_softmax_noweight.py:410
Functiondata_generator_func
(in_queue: JoinableQueue, out_queue: Queue, tr_h, hr_t, n_entity, neg_weight)
ProjE_sigmoid.py:411
Functiondata_generator_func
(in_queue: JoinableQueue, out_queue: Queue, tr_h, hr_t, n_entity, neg_weight)
ProjE_softmax.py:408
Methodent_embedding
(self)
ProjE_softmax_noweight.py:41
Methodent_embedding
(self)
ProjE_sigmoid.py:41
Methodent_embedding
(self)
ProjE_softmax.py:41
Methodgen_hr_t
(triple_data)
ProjE_softmax_noweight.py:146
Methodgen_hr_t
(triple_data)
ProjE_sigmoid.py:146
Methodgen_hr_t
(triple_data)
ProjE_softmax.py:146
Methodgen_tr_h
(triple_data)
ProjE_softmax_noweight.py:157
Methodgen_tr_h
(triple_data)
ProjE_sigmoid.py:157
Methodgen_tr_h
(triple_data)
ProjE_softmax.py:157
Methodhr_t
(self)
ProjE_softmax_noweight.py:25
Methodhr_t
(self)
ProjE_sigmoid.py:25
Methodhr_t
(self)
ProjE_softmax.py:25
Methodload_triple
(file_path)
ProjE_softmax_noweight.py:139
Methodload_triple
(file_path)
ProjE_sigmoid.py:139
Methodload_triple
(file_path)
ProjE_softmax.py:139
Functionmain
(_)
ProjE_softmax_noweight.py:492
Functionmain
(_)
ProjE_sigmoid.py:493
Functionmain
(_)
ProjE_softmax.py:490
Methodn_entity
(self)
ProjE_softmax_noweight.py:13
Methodn_entity
(self)
ProjE_sigmoid.py:13
Methodn_entity
(self)
ProjE_softmax.py:13
Methodn_train
(self)
ProjE_softmax_noweight.py:17
Methodn_train
(self)
ProjE_sigmoid.py:17
Methodn_train
(self)
ProjE_softmax.py:17
Methodrel_embedding
(self)
ProjE_softmax_noweight.py:45
Methodrel_embedding
(self)
ProjE_sigmoid.py:45
Methodrel_embedding
(self)
ProjE_softmax.py:45
Methodsampled_softmax
(tensor, weights)
ProjE_sigmoid.py:246
Methodtesting_data
(self, batch_size=100)
ProjE_softmax_noweight.py:71
Methodtesting_data
(self, batch_size=100)
ProjE_sigmoid.py:71
Methodtesting_data
(self, batch_size=100)
ProjE_softmax.py:71
Methodtr_h
(self)
ProjE_softmax_noweight.py:29
Methodtr_h
(self)
ProjE_sigmoid.py:37
Methodtr_h
(self)
ProjE_softmax.py:37
Methodtrain_hr_t
(self)
ProjE_softmax_noweight.py:33
Methodtrain_hr_t
(self)
ProjE_sigmoid.py:29
Methodtrain_hr_t
(self)
ProjE_softmax.py:29
Methodtrain_tr_h
(self)
ProjE_softmax_noweight.py:37
Methodtrain_tr_h
(self)
ProjE_sigmoid.py:33
Methodtrain_tr_h
(self)
ProjE_softmax.py:33
Methodtrainable_variables
(self)
ProjE_softmax_noweight.py:21
Methodtrainable_variables
(self)
ProjE_sigmoid.py:21
Methodtrainable_variables
(self)
ProjE_softmax.py:21
Methodtraining_data
(self, batch_size=100)
ProjE_softmax_noweight.py:48
Methodtraining_data
(self, batch_size=100)
ProjE_sigmoid.py:48
Methodtraining_data
(self, batch_size=100)
ProjE_softmax.py:48
Methodvalidation_data
(self, batch_size=100)
ProjE_softmax_noweight.py:79
Methodvalidation_data
(self, batch_size=100)
ProjE_sigmoid.py:79
Methodvalidation_data
(self, batch_size=100)
ProjE_softmax.py:79
Functionworker_func
(in_queue: JoinableQueue, out_queue: Queue, hr_t, tr_h)
ProjE_softmax_noweight.py:399
Functionworker_func
(in_queue: JoinableQueue, out_queue: Queue, hr_t, tr_h)
ProjE_sigmoid.py:400
Functionworker_func
(in_queue: JoinableQueue, out_queue: Queue, hr_t, tr_h)
ProjE_softmax.py:397