Treatment dosage prediction using PyTorch Neural Network + Lightning.
This neural model predicts treatment dosage effectiveness for our patients.
Create and activate virtual env
$ python -m venv simple_nn
$ source simple_nn/bin/activate
Install requirements
$ pip install -r requirements.txt
Git clone this repo to your server/local
$ git clone git@github.com:kmoroz67/DosePredict.git