Backpropagation through time

后端 未结 8 1328
长发绾君心
长发绾君心 2021-02-07 05:53

Does anyone know of a library with a working implementation of backpropagation through time? Any of Java/Python/C#/VB.NET/F# (preferably the last one) will do!

8条回答
  •  不要未来只要你来
    2021-02-07 06:48

    I made backpropagation algorithm in Java quite time ago. I uploaded it into GitHub, maybe you can find it useful: https://github.com/bernii/NeuralNetwokPerceptronKohonen

    Let me now if it was helpful :)

提交回复
热议问题