Syracuse University, Masters of Applied Data Science -SCM 651 Business Analytics
-
Updated
Nov 28, 2019
Syracuse University, Masters of Applied Data Science -SCM 651 Business Analytics
A simple implementation of univariate linear regression using gradient descent, built with NumPy and Matplotlib.
Implementing the gradient descent algorithm from scratch to perform univariate linear regression to analyze the profit made by a bike sharing company.
Linear Regression is implemented to identify the relationship between the profit of a bakery and the population of different cities. The main objective is to find the next city in which a new outlet should be opened.
Code for a basic univariate linear regression model using scikit-learn
In this notebook, we want to create a machine learning model from scratch to predict car prices using independent variables.
Create a simple, univariate linear regression model that predicts the salary from a person's experience (measured in years), using the gradiant descent algorithm.
Add a description, image, and links to the univariate-linear-regression topic page so that developers can more easily learn about it.
To associate your repository with the univariate-linear-regression topic, visit your repo's landing page and select "manage topics."