Skip to content

This project implements two fundamental machine learning algorithms: Linear Regression and Weighted Linear Regression

Notifications You must be signed in to change notification settings

uni-projects-bachelor/linear-regression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linear Regression and Weighted Regression

Overview

This project implements two fundamental machine learning algorithms:

  • Linear Regression: Models the relationship between a dependent variable and one or more independent variables by fitting a linear equation to observed data.
  • Weighted Linear Regression: An extension of linear regression that assigns different weights to data points based on their variance, improving the fit for datasets with heteroscedasticity.

The project includes experimental data analyses, with detailed comparisons and results presented in the accompanying documentation.

Features

  • Implementation of linear regression and weighted linear regression algorithms.
  • Analysis of experimental data using both methods.
  • Comprehensive documentation detailing the methodology, results, and comparisons.

Documentation

For detailed analyses, charts, and comparisons, refer to the Charts And Analysis.pdf file in the repository.

About

This project implements two fundamental machine learning algorithms: Linear Regression and Weighted Linear Regression

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages