Skip to content

Ramprasad-Group/multi-task-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Polymer Informatics with Multi-Task Learning

This repository contains the code to the paper. The code trains four different machine learning models for the prediction of polymer properties. Two of the models are single-task (nn_st.py and gpr.py) and two are multi-task (nn_mt2.py and nn_mt.py) models. Please see the paper for more details.

Prerequisites

Install

  1. Clone repo
git clone https://gitlab.com/ramprasad-group/multi-task-learning && cd multi-task-learning
  1. Init poetry
poetry install
poetry shell
cd .. && mkdir test && cd test
  1. Run
mtask -h

Use

  1. In the test directory
mkdir dataset && cd dataset
  1. Place dataset in the dataset/ directory

  2. Run

mtask_new nn-st train
or
mtask_new nn-mt train
or
mtask_new nn-st2 train

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages