Skip to content

Naveen-Nanda/machine-learning-exercises

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine-learning-exercises

Machine learning exercises from: https://github.com/ageron/handson-ml following the hands on machine learning textbook

important things to consider (from ML recipe #3):

  1. Make sure features aren't duplicated e.g. height in inches and height in centimeters
  2. Make sure your features are easy to understand
  3. Try to figure out the best features to use which will help you classify correctly
  4. try to avoid useless features as they can mess up your data sets

link to google tutorials on Machine learning: https://www.youtube.com/watch?v=N9fDIAflCMY

About

Machine learning exercises from: https://github.com/ageron/handson-ml following the hands on machine learning textbook

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.7%
  • Shell 0.3%