CharlieYJH / basic-lstm

An implementation of the vanilla LSTM.
1 stars 2 forks source link

Just comment #1

Open AngelNikoloff opened 6 years ago

AngelNikoloff commented 6 years ago

Hi,

Your LSTM implementation is fantastic. It is the best clean c++ code for education purpose that I have seen.

I am beginner in neural networks and I was looking for something as this to help me understand this kind of network from long time, but nothing so understandable I found so far.

I finally understand LSTM from the first time I read you code 

Thanks a lot , I highly appreciate your work.

p.s. I just curious what is you final purpose for this project – it looks interesting?

CharlieYJH commented 6 years ago

@AngelNikoloff

Wow! I hadn't expected anyone to find this repo, thanks for the compliment!

This project is just an application of what I've learned about LSTMs, so I made it just to see if I can make a working LSTM from what I know. What better way to learn than by doing it yourself, right?

Anyways, I'm glad that it's able to help you understand more about LSTMs! They are fascinating things and you should definitely try and make one yourself too!

Thanks for the comment!