blog-image

Basics of Machine Learning

In this lecture, we will introduce machine learning basics and show how to categorize texts (Classification). Here we will use Python Scikit Learn library to prepare data, build and evaluate models, comparing various existing classification algorithms and data representations. The lecture will introduce the following concepts:

  • What is machine learning ?
  • Preparing data
  • Learning a model
  • Evaluating a model