Machine Learning with scikit-learn


Machine learning in Python

Introduction to Machine Learning

“Machine learning gives computers the ability to learn without explicitly programmed.” - Arthur Samuel, 1959

Machine learning originated from pattern recognition and computational learning theory in AI. It is the study and construction of algorithms to learn from and make predictions on data through building a model from sample input.

Some uses of learning algorithms

Types of learning tasks

Packages to be installed

In this tutorial, we will cover:

Useful websites