HendrikHenselmann / Haskell-Neural-Network

This is an implementation of a Neural Network written in Haskell. I wrote it only to deepen my understandings of Neural Networks. It is not meant to be used for real world application.
MIT License
0 stars 0 forks source link

Backpropagation is not working yet! #1

Closed HendrikHenselmann closed 3 years ago

HendrikHenselmann commented 3 years ago

At first add more tests! Try to track down the bug.

HendrikHenselmann commented 3 years ago

I replaced the Mini Batch Gradient Descent Backpropagation to the Stochastic Gradient Descent method. It is working so far. Maybe I will implement the Mini Batch Gradient Descent Backpropagation algorithm later.