This repository contains a collection of machine learning and deep learning algorithms I implemented from scratch using Python and C++.
Algorithms implemented from scratch till date:
-
Artificial Neural Network (ANN): implemented with C++.
-
KNN Classifier: implemented with Python.
-
KNN Regression: implemented with Python.
-
Linear Support Vector Machine(SVM): implemented with Python.
-
Linear and Non-Linear SVM: implemented with Python.
-
Logistic Regression: implemented with Python.
The machine learning algorithms' implementations were used to work on machine learning projects such as:
-
Iris flowers classification
-
Breast cancer detection
-
Boston house prices prediction with regression, etc.