aigamedev / scikit-neuralnetwork

Deep neural networks without the learning cliff! Classifiers and regressors compatible with scikit-learn.
BSD 3-Clause "New" or "Revised" License
1.2k stars 221 forks source link

recurrent neural networks -- how soon #217

Open andreplima opened 7 years ago

andreplima commented 7 years ago

Hey guys,

I was wondering if you could be so kind as sharing with me when the release supporting recurrent nns will be made available.

Best Regards and many thanks for your effort spent on building this lib...

Andre

wqp89324 commented 7 years ago

I have the same question.

a-heintz commented 7 years ago

Hi,

I would like to piggy back off of this question. In the documentation, it says that you can add LSTM layers through customizing layers. Are there any tips or references on how to do this?

Thanks!