Skip to content

Recurrent neural network copying writing style of an author written in CUDA

Notifications You must be signed in to change notification settings

DominQu/rnn-cuda

Repository files navigation

rnn-cuda

Building

mkdir build
cd build
cmake ..
make

Description

This project implements an LSTM recurrent neural network with matrix operations in CUDA. The main goal of the network is to learn certain text style and generate new text.

About

Recurrent neural network copying writing style of an author written in CUDA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages