Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lord3008/working-with-rnns
This repo showcases my work with RNNs, LSTMs, GRU etc.
https://github.com/lord3008/working-with-rnns
Last synced: 5 days ago
JSON representation
This repo showcases my work with RNNs, LSTMs, GRU etc.
- Host: GitHub
- URL: https://github.com/lord3008/working-with-rnns
- Owner: Lord3008
- Created: 2024-06-23T07:58:24.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-25T08:29:42.000Z (5 months ago)
- Last Synced: 2024-06-25T10:04:45.914Z (5 months ago)
- Language: Jupyter Notebook
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Working with RNNs 🌟📊
Welcome to the Working with RNNs Repository!
This repository contains a comprehensive collection of projects and code examples focused on Recurrent Neural Networks (RNNs), Long Short-Term Memory (LSTM) networks, and Gated Recurrent Units (GRUs). Whether you're a beginner or an experienced machine learning enthusiast, you'll find valuable resources to help you understand and implement these powerful models.## List of Contributions:
1. RNN Architecture: It is the starting with RNNs, here the architecture of RNN is build and others.