This repository contains a collection of Machine Learning algorithms implemented in Python programming language. Each algorithm is organized in its own directory, providing detailed explanations and code examples.
- k-Nearest Neighbors
- Linear Regression
- Logistic Regression
This project has 3 dependencies.
numpyfor the maths implementation and writing the algorithmsScikit-learnfor the data generation and testing.Pandasfor loading data
You can install these dependencies using
$ pip install -r requirements.txtNOTE: Only numpy is used for the implementations.
