Skip to content

Notebooks with code example, exercices and notes from the book Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow, 3rd Edition by Aurelien Geron

License

Notifications You must be signed in to change notification settings

MrIsCM/Learning-Machine-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learnign Machine Learning

Description

This is a collection of notebooks to learn Machine Learning. I am using the book Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow from Aurelien Géron.

Notebooks

Each notebook is a chapter from the book (except for the first one). The notebooks are organized as follows:

Exercises

My solutions to (some of) the exercises are in the exercises folder.

Extra

Also, I am building some functions (that are already well implemented in Scikit-learn) from scratch to understand them better. They are in the MyClasses folder.

Currently:

  • Process Data: A class to process data (1 hot encoder, normalization, split data in train, test, val sets, ...).
  • Metrics: A class to calculate metrics (accuracy, precision, recall, rmse, ...).

Acknowledgments

About

Notebooks with code example, exercices and notes from the book Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow, 3rd Edition by Aurelien Geron

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published