Backpropagation through time

后端 未结 8 1209
长发绾君心
长发绾君心 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条回答
  • 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 :)

    0 讨论(0)
  • 2021-02-07 06:50

    I'm from a Java background but Encog has a .net implementation as well (and is a seriously good framework for NNets, with good time series support)

    Can't help with an F# framework, but what domain are you coding for? If it's finance I'll reassert the "take a look at Encog"

    0 讨论(0)
提交回复
热议问题