Chapter7

Chapter 7: Recurrent Neural Networks
Alternatives To Chapter7
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Pytorch67,356146a day ago23August 10, 202212,055otherPython
Tensors and Dynamic neural networks in Python with strong GPU acceleration
Pytorch Tutorial26,129
2 months ago85mitPython
PyTorch Tutorial for Deep Learning Researchers
Darknet24,202
12 days ago1,956otherC
Convolutional Neural Networks
Openface14,689
7 days ago10apache-2.0Lua
Face recognition with deep neural networks.
Neural Networks And Deep Learning14,073
3 months ago8Python
Code samples for my book "Neural Networks and Deep Learning"
Gnnpapers13,979
5 months ago10
Must-read papers on graph neural networks (GNN)
Brain.js13,68119860a month ago70September 14, 202259mitTypeScript
🤖 GPU accelerated Neural networks in JavaScript for Browsers and Node.js
Playground10,968
a month ago116apache-2.0TypeScript
Play with neural networks!
Convnetjs10,389
48 months ago1June 11, 201574mitJavaScript
Deep Learning in Javascript. Train Convolutional Neural Networks (or ordinary ones) in your browser.
Sonnet9,51541113 months ago27March 27, 202033apache-2.0Python
TensorFlow-based neural network library
Alternatives To Chapter7
Select To Compare


Alternative Project Comparisons
Readme

Chapter 7 - Recurrent Neural Networks

This case study explores recurrent neural networks on Neural Machine Translation. Upon starting the docker container, a jupyter server will start up. The Chapter 7 notebook will walk through the experiments performed.

Requirements

Without GPU (CPU only):

If using a GPU:

Running the Docker Image

The docker images for this case study are located on dockerhub. Running the commands below will automatically download and start a jupyter notebook.

Run the Docker image for CPU only computation:

docker run -p 8888:8888 --rm springernlp/chapter_7:latest

Run the Docker image with GPU access:

docker run --runtime=nvidia -p 8888:8888 --rm springernlp/chapter_7:latest

Building the Docker image

docker build -t chapter_7:latest .

Book Reference

More information can be found at: Deep Learning for NLP and Speech Recognition by Springer

Popular Network Projects
Popular Neural Network Projects
Popular Networking Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Docker
Network
Pytorch
Neural Network
Neural
Docker Image
Gpu
Recurrent Neural Networks
Gru
Nmt
Neural Machine Translation