markroxor / fromscratchtoml

The machine learning library you really understand.
https://markroxor.github.io/fromscratchtoml/
MIT License
31 stars 19 forks source link

Recurrent neural network #48

Closed markroxor closed 6 years ago

markroxor commented 6 years ago

http://willwolf.io/2016/10/18/recurrent-neural-network-gradients-and-lessons-learned-therein/ http://www.wildml.com/2015/09/recurrent-neural-networks-tutorial-part-1-introduction-to-rnns/

souravsingh commented 6 years ago

Let me look into this

markroxor commented 6 years ago

@souravsingh This was part of the dev-sprint, the code is in place in the rnn branch. I have pushed most of the code, some minor fixes are introduced by @Saisuchith in #52.

So don't worry about it.

souravsingh commented 6 years ago

So I am guessing visualization for RNN is the only part left, correct?

markroxor commented 6 years ago

Along with writing a notebook with working examples. Yes.