Skip to content

This repository is my collection of implementations for various machine learning algorithms.

Notifications You must be signed in to change notification settings

narinemarutyan/Implemetations-of-ML-Algorithms

Repository files navigation

Implemetations of Machine Learning Algorithms

This repository is my collection of implementations for various machine learning algorithms.

So far I have implemeted the following algorithms:

Supervised Learning
- K-nearest neighbors
- Linear Regression with exact solution
- Linear Regression with Gradient Descent
- Logistic Regression with Gradient Descent
- Naive Bayes
- Linear Discriminant Analysis
- Hard Margin SVM by Primal Formulation

Unsupervised Learning
- GMM
- DBSCAN
- Spectral Clustering
- T-SNE
- MDS

Deep Learning
- Dense Network with Activations

About

This repository is my collection of implementations for various machine learning algorithms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages