this repo is just archive of created model
This linear regression used Graident Descent Technique to minimize cost function which is Mean Square Error. Reference: https://medium.com/analytics-vidhya/multiple-linear-regression-from-scratch-using-python-db9368859f
Implemented from: https://www.analyticsvidhya.com/blog/2022/02/implementing-logistic-regression-from-scratch-using-python/
Implemented from: https://www.kaggle.com/code/vitorgamalemos/multinomial-logistic-regression-from-scratch and https://sophiamyang.github.io/DS/optimization/multiclass-logistic/multiclass-logistic.html
Still in progress
Still in progress