91 Forks
283 Stars
283 Watchers

RNNSharp

RNNSharp is a toolkit of deep recurrent neural network which is widely used for many different kinds of tasks, such as sequence labeling, sequence-to-sequence and so on. It's written by C# language and based on .NET framework 4.6 or above versions. RNNSharp supports many different types of networks, such as forward and bi-directional network, sequence-to-sequence network, and different types of layers, such as LSTM, Softmax, sampled Softmax and others.

How to download and setup RNNSharp

Open terminal and run command
git clone https://github.com/zhongkaifu/RNNSharp.git
git clone is used to create a copy or clone of RNNSharp repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with RNNSharp https://github.com/zhongkaifu/RNNSharp/archive/master.zip

Or simply clone RNNSharp with SSH
[email protected]:zhongkaifu/RNNSharp.git

If you have some problems with RNNSharp

You may open issue on RNNSharp support forum (system) here: https://github.com/zhongkaifu/RNNSharp/issues