what are weights in a machine learning model

339 views

what are weights in a machine learning model

In: 7

9 Answers

Anonymous 0 Comments

In the simplest terms, machine learning does the following:

1. takes input data,
2. does some math on it,
3. spits out the solution.

“Weights” are just numbers that are involved in math in step 2. During the learning process, the job of the machine learning model is to figure out what those numbers need to be so that the solution is correct.

You are viewing 1 out of 9 answers, click here to view all answers.