- Myths and misconceptions about ML and AI
- Introduction to python
- Numpy and Scipy
- OOP
- Interpolation
- linear regression cost function
- gradient descent and other minimization methods
- regularization - over fit - under fit
- regression vs classification
- Logistic regression cost function
- instance based methods
- model
- kNN classification
- distance and similarity
- Principal component analysis
- KPCA
- TSNE
- what is clustering
- partition
- validation
- application
- density based methods
- DBSCAN
- Density peaks
- Force field training
- Conformer search
- Introduction to the problem and historical note
- genetic algortihms
- operators
- main loop
- minimization problem
- TSP problem
- N queen problem
- Maximum margin problem
- Linear SVM
- Kernel trick
- SVM as a constrained minimization problem
- motivation and biological inspiration
- perceptron
- ANN cost function
- simple ANN