ANALYSIS AND MACHINE LEARNING TECHNIQUES WITH BASICS OF COMPUTER SCIENCE AND STATISTICAL LEARNING - (CTF) Loriano Storchi)
Note the course is lectured in Italian.
These notes have no claim of completeness, but represent only a reference, I hope a useful one, for all those who have followed
the course. (Some unavoidable inaccuracies will be corrected as soon as possible)
Slides:
Warnings, slides may undergo changes during the course
-
00:
Introduction
-
01:
Introduction to Informatics
What is a computer ?, Networks and TCP/IP, Digitalization and basics of data encryption
-
02:
Brief introduction to statistics,
Basic Concepts of Probability (The Language of Uncertainty)
Descriptive Statistics (Summarizing Data) and Inferential Statistics (Making Conclusions)
-
03:
Brief introduction to programming languages and computer complexity
-
04:
Python, Python data structures and more
-
05:
Statistical Learning and Machine Learning,
ML Introduction, Unsupervised techniques, Reinforcement Learning,
Supervised Techniques, Regression and Classification,
LR and PLS and Logistic Regression and RF and GPR, Deep Learning, NN, CNN,
Interpretable ML, PySR: Python library for symbolic regression
Bibliography:
-
"Computer organization and design : the hardware/software interface",
Book by David A Patterson, John L. Hennessy
-
"TCP/IP Illustrated: Volume 1: The Protocols",
Book by W. Richard Stevens, Kevin R. Falls, Gary R. Wrigh
-
"Introduction to Statistics:,
Book by David M. Lane1, David Scott, Mikki Hebl, Rudy Guerra, Dan Osherson, Heidi Zimmer
-
"Introduction to Computer Programming with Python",
Book by Harris Wang
-
"An Introduction to Statistical Learning: With Applications in Python",
Book by Gareth James, Daniela Witten, Trevor Hastie, Robert Tibshirani, Jonathan Taylor
-
"The Hundred-Page Machine Learning",
Book by Andriy Burkov
-
"nterpretable Machine Learning: A Guide for Making Black Box Models Explainable",
Book by Christoph Molnar