This seminar series takes place in the framework of the Lowell Observatory Dead Parrots Python Seminar.
Slides and example notebooks will be provided here.
This schedule is preliminary and might be subject to changes.
- what is machine learning, what is AI?
- tasks: unsupervised learning/supervised learning
- software: scikit-learn (and a little bit of pytorch)
- some cool application examples as motivation
- k-means clustering
- kernel density estimation
- principal component analysis
- data: training data, test data, iid
- objective functions
- metrics and errors
- generalization and regularization
- parameters and hyperparameters
- k-nearest neighbors: classification and regression
- decision trees
- ensemble methods: random forests
- hyperparameter tuning
- neurons and neural networks
- perceptrons and multi-layer perceptrons
- stochastic gradient descent and backpropagation
- convolutional neural networks
- deep learning examples