An open API service indexing awesome lists of open source software.

https://github.com/uea-geral/rna-mlp-experiments-exercise

đŸ§ Training a MLP neural network using Jupyter Notebook and Python.
https://github.com/uea-geral/rna-mlp-experiments-exercise

jupyter mlp python rna

Last synced: 5 months ago
JSON representation

đŸ§ Training a MLP neural network using Jupyter Notebook and Python.

Awesome Lists containing this project

README

          

![](./repo/logo.png)

# RNA with MLP

> Training a MLP neural network using Jupyter Notebook and Python.

## How to Install

```bash
# 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

- Created by [@gabrielSantosLima](https://github.com/gabrielSantosLima/)
- Credits to [@elloa](https://github.com/elloa)