Skip to content

A collection of Machine Learning and Data Mining labs for the ML course taught at INSAT.

Notifications You must be signed in to change notification settings

mouralisandra/MachineLearningLabs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MachineLearningLabs

A collection of Machine Learning and Data Mining labs for the ML course taught at INSAT.

Supervised Learning :

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 using train/test split and Cross Validation

Unsupervised Learning:

  • Principal Component Analysis PCA
  • KMeans Clustering
  • CAH Agglomerative clustering and Dendrograms
  • Silhouette and Elbow to determine the best number of clusters
  • Crosstab to validate between models
  • We manually implemented DIANA algorithm based on Kmeans

Screenshots:

Supervised Learning:

image

  • Classifiers Comparison : image image

Unsupervised Learning :

  • Coreelation and dispersion analysis : image
  • Elbow :
  • image
  • Silhouette : image
  • Principal Component Analysis : image
  • Dendrogram of CAH Agglomerative clustering : image
  • Manual DIANA Implementation : image