Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1018 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 1018 Bytes

Published reports:

LSTM Book

A repository to store studies and POCs related to LSTM neural networks.

The main goal is to implement a LSTM neural network from scratch.

How to run

Virtual environment

python3.10 -m venv .venv

Use python 3.10

Activate virtual environment

source .venv/bin/activate

Install dependencies

pip install -r requirements.txt

Learning