zhongkaifu / 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.
BSD 3-Clause "New" or "Revised" License
285 stars 92 forks source link

Missing file (BPTTLayer.cs) for latest commit #15

Closed bratao closed 8 years ago

bratao commented 8 years ago

@zhongkaifu , You're awesome !! I'm very excited to lest the deep network.

However, in the latest commit, it reference the file BPTTLayer.cs. And I can't find this file in the actual git.

zhongkaifu commented 8 years ago

@bratao Thank you so much! I have added this file to git.