tahmidmehdi / smiles-classifiers

Molecule Classifiers for InVivo AI Challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SMILES Classifiers

Molecule Classifiers for InVivo AI Challenge. bagofwords.py contains code to run and cross validate random forest and logistic regressions with TF-IDF features for each molecule. mol2vec.py contains code to run and cross validate random forest and logistic regressions with latent embeddings from the mol2vec model. neuralnets.py contains code to run and cross validate convolutional recurrent neural nets (CRNNs) and RNNs for molecule classification.

Dependencies

For mol2vec.py, ensure that the model_300dim.pkl from https://github.com/samoturk/mol2vec/tree/master/examples/models is in the same folder as the script.

About

Molecule Classifiers for InVivo AI Challenge


Languages

Language:Python 100.0%