Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 654 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 654 Bytes

Binder

Neural-Net-Regressor

A little experiment with the simplest possible network, visualizing gradiant descent

I got inspired by James Loy's NN tutorial and adapted it into an even simpler network with only one node that performs a simple linear regression. The point for me was to visualize the loss surface corresponding to weight and bias of the single node and plotting the models learning steps.