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.
- Host: GitHub
- URL: https://github.com/uea-geral/rna-mlp-experiments-exercise
- Owner: uea-geral
- Created: 2024-06-14T15:09:51.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-14T23:45:26.000Z (almost 2 years ago)
- Last Synced: 2025-02-12T21:17:22.995Z (over 1 year ago)
- Topics: jupyter, mlp, python, rna
- Language: Jupyter Notebook
- Homepage:
- Size: 625 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# 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)