Machine learning ===================================================================== There several algorithms of machine learning, among them we can find Support Vector Machine (SVM), linear regression, logistic regression, Decision Trees, Random Forest, Adaboost among another popular algorithms. Slides ---------------------------------------------------------------------------------------- .. list-table:: Another resources.... :widths: 10 20 :header-rows: 1 * - Model - Material * - Background concepts - `Slides Background concepts `_ * - Linear regression - `Slides Linear regression `_ * - Regularization - `Slides Regularization `_ * - Logistic regression - `Slides logistic regression `_ * - Naive Bayes - `Slides Naive Bayes `_ * - K-Nearest Neighborhoods (KNN) - `Slides KNN `_ * - Neural Networks (NN) - `Slides Neural Networks `_ * - Decision Tree - `Slides DT `_ * - Support Vector Machine (SVM) - `Slides SVM `_ * - Insolvency prediction example - `Slides example `_ Laboratories *************************************************************************** * `Logistic regression LAB 1 `_ K-means, PCA, a priori algorithm are in ``Data mining`` folder...