Skip to content

Commit b1678cd

Browse files
author
Nan Jiang
committed
update
1 parent 3195d66 commit b1678cd

19 files changed

+4
-134
lines changed
File renamed without changes.

Diff for: README.md

+4-15
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
1-
# mlee-nce
2-
Biological Event Trigger Identification with Noise Contrastive Estimation. IEEE/ACM TRANSACTIONS ON COMPUTATIONAL BIOLOGY AND BIOINFORMATICS, 2017.
1+
## generate the training, validation and testing set.
32

4-
1. keras
5-
6-
use keras to inplement the event trigger identification pipeline.
7-
8-
2. theano
9-
10-
use theano to implement the event trigger identification pipeline, the training data is reconstruct by NCE algorithm. If the sample size is set to $k$, then the training batch size should be set to $k+1$, so that this training process is align to the algorithm in paper.
11-
12-
3. word-embedding
13-
14-
perl script is used for download pubmed articles, along with XML extractor. Also you can use the `gensim.Word2Vec` for training the word-embedding features.
15-
16-
3+
## convert the multi-label classification into binary classification
4+
## training every logistic classification model and output the testing results
5+
## summarize the predicted results for every categories and overall results.

Diff for: theano/dense.py renamed to dense.py

File renamed without changes.
File renamed without changes.
File renamed without changes.

Diff for: keras/kmlp.3.py renamed to keras_backup/kmlp.3.py

File renamed without changes.

Diff for: keras/kmlp.4.py renamed to keras_backup/kmlp.4.py

File renamed without changes.

Diff for: keras/kmlp.5.py renamed to keras_backup/kmlp.5.py

File renamed without changes.

Diff for: keras/kmlp.6.py renamed to keras_backup/kmlp.6.py

File renamed without changes.

Diff for: keras/kmlp.py renamed to keras_backup/kmlp.py

File renamed without changes.

Diff for: theano/main.py renamed to main.py

File renamed without changes.
File renamed without changes.

Diff for: theano/softmax.py renamed to softmax.py

File renamed without changes.

Diff for: theano/aliasmethod.py

-89
This file was deleted.

Diff for: theano/config/basic.json

-13
This file was deleted.

Diff for: theano/config/model.json

-12
This file was deleted.

Diff for: theano/readme.md

-5
This file was deleted.

Diff for: theano/updates.py renamed to updates.py

File renamed without changes.

Diff for: theano/utils.py renamed to utils.py

File renamed without changes.

0 commit comments

Comments
 (0)