Selected topics in Data Science and Machine Learning (2019)

Course organization

Lectures

Lectures

Additional materials

Articles and demos

Programming

In general programming in Python is easy and one can start very quickly. Of course some previous experience in programming is very helpful. For our course except from the standard Python, it would be useful to learn a bit about numpy and matplotlib.

Datasets

Funny and tricky example based on the F. J. Anscombe's article (see above). This is a nice demonstration that the purely numerical analysis might be also misleading and that the data visualization plays an important role.

"Classical" flower classification problem:

Some test data set

Linear regression examples (see more here)