Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/binny3213/linear_regression

Linear Regression implementation in Python.
https://github.com/binny3213/linear_regression

linear-regression machine-learning mathematics matplotlib python

Last synced: 1 day ago
JSON representation

Linear Regression implementation in Python.

Awesome Lists containing this project

README

        

# linear_regression
Linear Regression implementation in Python (Mathematical concepts).

I implemented a linear regression algorithm that we studied in class as part of machine learning. For my practice code, I collected a dataset containing information on hours studied for exams and corresponding scores. By visualizing the data through a scatter plot, I gained valuable insights into the relationship between study hours and exam performance. This hands-on experience significantly enhanced my understanding of this challenging topic.

![Screenshot 2024-06-30 141038](https://github.com/binny3213/linear_regression/assets/90454079/99775065-8343-40a2-81d0-38bbc7c21276)