Skip to content

xindervella/ExperimentsinMLinAction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#ML in Action

This is a Experiments from Peter Harrington book "ML in Action"

#kNN: k Nearest Neighbours

Input:

  • inX: vector to compare to existing dataset (1xN)

  • dataSet: size m data set of known vectors (NxM)

  • labels: data set labels (1xM vector)

  • k: number of neighbors to use for comparison (should be an odd number)

Output:

  • the most popular class label

#Decision Tree

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages