This laboratory is taken at the Technical University of Munich, in 5th semester. The lab consists of various coding problems, which are to be solved by data analysis libraries as well as machine learning applications.
The datasets, which have been used in the problems can be found in the "Datasets-20210616" folder.
The solutions are to be found in "Codes" folders.
An overview of the python libraries, which have been used during this lab, is as follows:
- Pandas
- Numpy
- Matplotlib
- scikit-learn
- tensorflow.keras
An overview of the covered topic of the lab is as follows:
- Getting around the Python ecosystem
- Handling tabular data: Pandas
- Plotting: Matplotlib
- Basic (supervised) learning: (Linear) Regression and simple classification:
- Supervised Learning
- Regression
- Classification: KNN
- sklearn - basics
- Regression techniques
- Classification techniques
- Neural Networks: tensorflow.keras
- Unsupervised Learning
- Clustering