Skip to content
This repository has been archived by the owner on Nov 5, 2022. It is now read-only.

Latest commit

 

History

History

meta-learn-forecast-task

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Meta Learning to Select the Best Forecasting Tasks for Clinical Outcome Prediction

Overview

Code written using Tensorflow 2.0 and Python 3.0.

File Structure

  • [meta_trainer.py] (Main trainer file.)

  • [customized_layers.py] (Customized layer definitions.)

  • [encoder_decoder.py] (Encoder/Decoder implementation.)

  • [tasks.py] (Definition of tasks, which implement task loss and metrics.)