Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 472 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 472 Bytes

RNA with MLP

Training a MLP neural network using Jupyter Notebook and Python.

How to Install

# clone project
git clone https://github.com/uea-geral/rna-mlp-experiments-exercise

# change directory
cd rna-mlp-experiments-exercise

# install dependencies
python -m pip install -r requirements.txt

Author