-
Notifications
You must be signed in to change notification settings - Fork 3
Machine Learning
Rajan edited this page May 29, 2022
·
2 revisions
DNA sequence classification using MLPClassifier classifier
$ python dna_classifier-1.py <train.fasta> <test.fasta>
Dimensionality reduction using PCA and then applying MLPClassifier classifier for classification of cancer type (benign and malignant)
$ python brca_classifier-1.py