Skip to content

A simple binary prediction model that gets the Alzheimer's drugs' description texts as input. It classifies the drugs into two Small Molecules (SM) and Disease modifying therapies (DMT) categories. The model utilizes BERT for word embeddings.

Notifications You must be signed in to change notification settings

esmailza/A-Recommendation-Model-for-Predicting-Alzheimer-s-Drugs-Mechanism-of-Action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

A Recommendation Model for Predicting Alzheimer's Drugs' Mechanism of Action

A simple binary prediction model that gets the Alzheimer's drugs' description texts as input. It classifies the drugs into two Small Molecules (SM) and Disease modifying therapies (DMT) categories.

Overview of encoding a document into a single CLS vector using BioBERT

bertdrawing

A version of trained DT with term frequency features that is visualized. Blue

leaves indicate the DMT Biologics class and orange leaves stands for Small Molecules dt-eps-converted-to.pdf

Dataset

Download the dataset from [https://www.alzforum.org/therapeutics]

citation

@inproceedings{pouyan,
 title={A Recommendation Model for Predicting Alzheimer's Drugs' Mechanism of Action},
 author={Nahed, Pouyan and Kambar, Mina Esmail Zadeh Nojoo and Cacho, Jorge Ram{\'o}n Fonseca and Lee, Garam and Cummings, Jeffrey and Taghva, Kazem},
 booktitle={Intelligent Sustainable Systems - Selected Papers of WorldS4},
 pages={},
 year={2022},
 organization={Springer}
}

About

A simple binary prediction model that gets the Alzheimer's drugs' description texts as input. It classifies the drugs into two Small Molecules (SM) and Disease modifying therapies (DMT) categories. The model utilizes BERT for word embeddings.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages