Skip to content

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

Notifications You must be signed in to change notification settings

Amorim33/lstm-book

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published