Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 399 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 399 Bytes

DNA and Protein Classification Baseline Models

A DNA and protein sequence LSTM classifier implemented with PyTorch. Originally created for comparison with iGakco-SVM, a new gapped k-mer support vector machine classifier for sequence annotation.

Usage:

python main.py --trn data/1.1.test.fasta --tst data/1.1.test.fasta --batch 64 --file results.txt