Skip to content

harinu123/a_informed-meta-learning_p

 
 

Repository files navigation

Informed Meta-Learning with INPs

i also try here to use the INP framework for a biologicla problem (predicting ligand protein binding)

Setup

The environment.yaml lists the required packages to reproduce the experiments presented in the paper. To install the evnironment run:

conda env create -f environment.yaml

conda activate inps

Experiments with Synthetic Data

jobs/run_sinusoids.sh contais commands that need to be run to reproduce the experiments with synthetic data

After training the models, results can be analyzed with the following two notebooks:

  • evaluation/evaluate_sinusoids.ipynb contains the analysis of the base experiments
  • evaluation/evaluate_sinusoids_dist_shift.ipynb contains the analysis of the train/test distribution shift experiment

Experiments with the Tempereatures Dataset

jobs/run_temperatures.sh contais commands that need to be run to reproduce the experiments with the tempereatures datasets

After training the models, results can be analyzes with evaluation/evaluate_temperature.ipynb

About

Code to reproduce the results presented in the Informed Meta-Learning paper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 92.3%
  • Python 7.4%
  • Shell 0.3%