Array Basics, Array Indexing and Slicing, Transposing, Sorting and Concatenating,
Compare Search, Array Math, Arrays of String and Unicode Values.
Machine learning intro
Main concepts of machine learning: learning from precedents (supervised),
objects, features, answers, model algorithms, learning method, empirical risk, overfitting
Understanding Pandas data structures: DataFrame and Series. Data summarizing, filtering, sorting.
Simple implementation of your own TED Talks recommendation model to deepen your knowledge and proficiency with Pandas.
Linear Models, Stochastic Gradient Descent
Linear models of regression and classification
The Stochastic Gradient (SG, SAG) method is suitable for any models and loss functions
Approximation of the threshold loss function
Regularization solves the multicollinearity problem and also reduces overfitting
Likelihood maximization and minimization of the empirical risk are different views
on the same optimization problem