/Machine_Learning

Implementation of Clustering, Logistic Regression, Support Vector Machine, Random Forest classifier etc.

Primary LanguagePython

Machine_Learning

  1. My implementations of k-means clustering for 2-D point data, Logisitic Regression with and without Standardization protocol.

  2. Agglomerative Clustering, Affinity Propogation, SVM (rbf and linear kernel), Random forest classifier implemented using scikit-learn.