Skip to content

Multilabel classification using pytorch neuralnetwork, optimized hyperparameter using optuna.

License

Notifications You must be signed in to change notification settings

dinabandhu50/PROJECT_MoA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mechanisms of Action (MoA) Prediction

Data config

Project Overview

  • The project is for learning how to use optuna with pytorch. The code is taken from youtube video of "Abhishek Thakur" (youtube channel).
  • Things I have learn from this project:
    • multilabel problem
    • creating ml/dl folder structure
    • pytorch
    • optuna

Recreate the project

  • You should have anaconda installed
  • You should not have conda environment with name 'moa'
  • Run setup.sh
    • this will setup the conda environment as well as download the data files.