The machine learning part finds values for the coefficients a, b and c.
Even if you stepped through the code, you will see the equation be evaluated just fine, but you still won’t know why the coefficients are the way they are. Oh and there are literally billions of coefficients.
imagine you have a simple equation:
ax + by + cz
The machine learning part finds values for the coefficients a, b and c.
Even if you stepped through the code, you will see the equation be evaluated just fine, but you still won’t know why the coefficients are the way they are. Oh and there are literally billions of coefficients.