Build your first Machine Learning Model – Sushrut Tendulkar
The purpose of any Machine Learning model is to build an equation corresponding to the data provided. For example, y mx c is an equation which predicts value of y when given with the value of x. Let's try to build a model which can predict the coefficients of the equation. We have taken output value as sum of 2xa, 3xb and 4xc. We'll train our model with the training dataset and we'll see if model is able to correctly come up with coefficients.
Jun-30-2020, 05:16:41 GMT
- Technology: