Linear Models in ML
General Equation Generally the equation for a linear model will have two inputs(but can have any number of inputs) and be written as: x1*w1 + x2*w2 +b The goal of the ANN is to find the minimal errored equation which, when given a new input can predict accurate outputs comparedContinue Reading