Working through the book Hands-On Machine Learning with Scikit-learn and Tensorflow. This book enables you to really get started with tensorflow suo moto. This is my favorite visualisation from the book:
-
Frame the problem and look at big picture
-
Get the data
-
Explore the data
-
Prepare the data: a. work on copies of data b. write functions for all data transformations c. remove outlier d. fill in missing values e. feature selection, drop attribute f. discretize continous features g. decompose features h. feature scaling
-
Short list promising models: a. train quick and dirty models b. do n fold crossvalidation c. analyse type of errors
-
Fine tune the system
-
Try ensemble methods to combine
-
Present the solution
-
Launch
Agerons message:
"Before we close the last chapter of this book, I would like to thank you for reading it up to the last paragraph. I truly hope that you had as much pleasure reading this book as I had writing it, and that it will be useful for your projects, big or small... My greatest hope is that this book will inspire you to build a wonderful ML application that will benefit all of us! What will it be?"