Decided to build a Two neuron Neural Network that could do Linear Regression. Implemented function for sigmoid(Logistic regression), haven't tested it. In order to Use Sigmoid, add a "Sigmoid" value to the "layers" list when clicking See inside.
Wanted to make a neural network in Scratch for some reason. Added a single Linear-Layer to this. Linear Layer is just y = mx + b, and computer has to figure out the values for m and b. Loss is how wrong the computer is(less loss = better results). Loss curve is a graph of loss. This should go to zero. Will not always, might see curve go up to infinity instead.