Recurrent neural network copying writing style of an author written in CUDA
C++
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.