Skip to content

Machine Learning

Machine learning content here. I started reading the book Géron, Aurélien. “Hands-on Machine Learning with Scikit-Learn, Keras, and TensorFlow” and found it extremely useful.

Firstly I put down some basics one needs to grasp to get comfortable with ML

  1. Getting used to using packages and knowing the norms and paradigm of using it.
  2. Knowing where to look for a certain feature in Scikit Learn.
  3. Being able to build custom classes in Scikit Learn

I learnt these on the way while going through the book and created my own notebooks while following along in the Hands On section.