Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/binny3213/linear_regression
- Owner: binny3213
- Created: 2024-06-30T11:12:05.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-30T11:17:40.000Z (5 months ago)
- Last Synced: 2024-07-02T08:45:12.396Z (5 months ago)
- Topics: linear-regression, machine-learning, mathematics, matplotlib, python
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)