This repository contains the developemnt of Machine Learning Projects as a part of the ML Lab Course in the Data Analytics master program at University of Hildesheim.
- Linear Regression with Normal Equations, Gradient Descent and Stochastic Gradient Descent
- Regrularization and Hyperparameter Tuning
- Linear Classification/Logistic Regression
- Generalized Linear Models
- Polynomial Regression
- Nearest Neighbors (KNN)
- Decision Trees (Random Forest and Gradient Boosted)
- Support Vector Machine (SVM)
- Clustering (K-Means)
- Recommender Systems