Skip to content

Commit

Permalink
Update theory.md (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatinAmz authored Sep 5, 2024
1 parent 9299dca commit fcbce76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions theory.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@

Supervised learning is a type of machine learning in which our algorithms are trained using well-labeled training data, and machines predict the output based on that data. Labeled data indicates that the input data has already been tagged with the appropriate output. Basically, it is the task of learning a function that maps the input set and returns an output. Some of its examples are: Linear Regression, Logistic Regression, KNN, etc.

k-Nearest Neighbors(KNN):Looking at the k closest labeled data points

<br/>

Expand Down

0 comments on commit fcbce76

Please sign in to comment.