GoodStuff11 / Neural-Network

0 stars 0 forks source link

Loss functions #2

Open GoodStuff11 opened 5 years ago

GoodStuff11 commented 5 years ago

Convert the loss functions into classes, defining their derivatives.

GoodStuff11 commented 5 years ago

System has been implemented. More is required:

GoodStuff11 commented 5 years ago

This class should have a base abstract class called Optimizer and derived classes for each of the algorithms. It should be fully self-contained, not just having the functions