amoustakis / Supervised-and-Unsupervised-Machine-Learning-projects

Supervised Machine Learning (GNB, Knn, LR, MLP & SVM) in the dataset philippines and Unsupervised Machine Learning (k-means, HAC, GMM, DBSCAN, HDBSCAN & SOM) in the datasets wingnut & h2mg_128_90

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A series of 2 assignments conducted as part of the module ‘Machine Learning’ for the MSc ‘Data Science and Machine Learning’. The assignments include:

  • Supervised Learning: The dataset used is called philippines (OML25) from the OpenML repository. Classifiers: Dummy, Gaussian Naive Bayes (GNB), KNeirestNeighbors (kNN), Logistic Regression (LR), Multi-Layer Perceptron (MLP) and Support Vector Machines (SVM), optimization with grid search, Results: Accuracy, F1-Score, Confusion Matrix
  • Unsupervised Learning: Datasets: wingnut & h2mg_128_90 , Clustering: k-means, HAC (Hierarchical Agglomerative Clustering), Gaussian Mixture Model (GMM), DBSCAN, HDBSCAN and SOM, Results: Adjusted Rand Index, Adjusted Mutual Information, V-measure

About

Supervised Machine Learning (GNB, Knn, LR, MLP & SVM) in the dataset philippines and Unsupervised Machine Learning (k-means, HAC, GMM, DBSCAN, HDBSCAN & SOM) in the datasets wingnut & h2mg_128_90


Languages

Language:Jupyter Notebook 100.0%