A collection of Machine Learning and Data Mining labs for the ML course taught at INSAT.
During those labs we implemented the :
Naive Bayes
KNN
Random Forests
models on the Iris Dataset and used the test validation with different validation metrics usingtrain/test split
andCross Validation
- Principal Component Analysis
PCA
KMeans Clustering
CAH
Agglomerative clustering andDendrograms
Silhouette
andElbow
to determine the best number of clustersCrosstab
to validate between models- We manually implemented
DIANA
algorithm based on Kmeans