/Univariate-Linear-Regression-from-Scratch

I created a linear regression algorithm from scratch which predicts "Population of Antalya City"

Primary LanguageJupyter Notebook

Project Description

•This project is a univariate linear regression model that predicts the population of Antalya City using Python programming language. The goal of this project is to create a simple but effective model that can accurately predict the population of Antalya City based on historical data which is showing the population of Turkey between 2000 and 2021.

•I used base machine learning algorithm like: the mean squared error cost function, gradient descent algorithm in this project.

•I have a same project which uses scikit-learn library. My goal is showing difference between library versus from scratch in same project. You can see in my repositories.