Skip to content

Exploring meachine learning techniques and algorithms. Including clustering algorithms, perceptron and, more.

License

Notifications You must be signed in to change notification settings

arashsm79/machine-learning-lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Machine Learning Lab

Exploring meachine learning techniques and algorithms. Including clustering algorithms and, more.

Contents

  • Clustering Algorithms: Clustering the ORL dataset using DBSCAN, K-Means, Agglomerative (Single Link, Complete Link, Group Average) and evaluating the results using rand index implemented from scratch.

  • Perceptron and Kernel Methods: Running perceptron on the airline satisfaction dataset and experimenting with kernel methods using an implementation of kernelized perceptron from scratch and kernel approximation.