KEMBL / machine-learning

A set of code for testing machine learning related ideas in node environment
1 stars 0 forks source link

Code back-propagation algorithm in OOP network example #2

Closed KEMBL closed 4 years ago

KEMBL commented 4 years ago

As a developer I wan to research processes in the backpropagation algorithm, so I need aт OOP code of the not optimized neural network (optimization makes code less readable). No side libraries for NN should be used.

KEMBL commented 4 years ago

ready