Skip to content
#

ft-linear-regression

Here are 10 public repositories matching this topic...

Language: All
Filter by language

Implémentation d’un algorithme de machine learning : régression linéaire avec descente de gradient. Le projet prédit le prix d’une voiture selon son kilométrage, avec entraînement (θ0, θ1) sauvegardé en JSON, prédiction en CLI, visualisation, tests, CI/CD et outils qualité.

  • Updated Oct 23, 2025
  • Python

This project implements linear regression using a dataset to predict a dependent variable based on an independent variable. It involves data preprocessing, making predictions, and visualizing results using matplotlib. The final output is a scatter plot with a fitted regression line, showcasing the model’s accuracy.

  • Updated Mar 17, 2025
  • Python

Improve this page

Add a description, image, and links to the ft-linear-regression topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ft-linear-regression topic, visit your repo's landing page and select "manage topics."

Learn more