Recurrent Neural Networks using TensorFlow.
Project description
Recurrent Neural Networks using TensorFlow.
Installation
pip install rnn
It is recommended to use a virtual environment.
Getting Started
from rnn import LSTM
model = LSTM(units=128, projections=300)
outputs = model(inputs)
Sequence Generation
from rnn import Generator
sequence = Generator(model)
sample = sequence(seed, length)
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
rnn-0.0.0.tar.gz
(2.5 kB
view details)
File details
Details for the file rnn-0.0.0.tar.gz.
File metadata
- Download URL: rnn-0.0.0.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
70b86b12a5fbcdcc3b259c4d8c9b3fd6553716ce8016e6601f0f8a087e7b8938
|
|
| MD5 |
82d737ab105fb4f1ebbab4f703f1c4cc
|
|
| BLAKE2b-256 |
c0c38479729ed0af7da637df37c6c402965ae73c44969e593d1ac900dcd889bc
|