Actualités

This repository contains an implementation of gradient descent for linear regression using Python. The purpose of this project is to demonstrate how gradient descent can be used to optimize a simple ...
This repository contains an implementation of gradient descent for linear regression using Python. The purpose of this project is to demonstrate how gradient descent can be used to optimize a simple ...
Simple Linear Regression. Simple linear regression is performed with one dependent variable and one independent variable. In our data, we declare the feature ‘bmi’ to be the independent variable.
I use Python 3 and Jupyter Notebooks to generate plots and equations with linear regression on Kaggle data. I checked the correlations and built a basic machine learning model with this dataset.