- Implemented for single feature and single parameter (just a single weight).
- Implemented for single featuire and multiple parameters (weight and bias).
- Applied regularization to the parameters (L1 and L2).
- Gradient descent using derivatives caluculation using analytical method, as well as numerical method (Just a way to calulate derivative).
- Documentation of the mathematics behind the Multiple Linear Regression Model.
- Implement Linear Regression Model for multiple features.
- Implement a classification model.
- A mathematics visualization of loss function. (A bowl like graph, a parabola in 3d)
- Implemented a simple clustering model.
- Implemented a change where initial samples are choosen from the population itself.
- A simple implementation for choosing the best clusterization.