Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ratikaewkam/linearregression
Developing a simple Linear Regression from scratch using mathematical principles
https://github.com/ratikaewkam/linearregression
linear-regression mathematics python
Last synced: about 23 hours ago
JSON representation
Developing a simple Linear Regression from scratch using mathematical principles
- Host: GitHub
- URL: https://github.com/ratikaewkam/linearregression
- Owner: ratikaewkam
- Created: 2024-03-14T19:28:52.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-11-04T08:13:45.000Z (13 days ago)
- Last Synced: 2024-11-04T09:22:06.141Z (13 days ago)
- Topics: linear-regression, mathematics, python
- Language: Python
- Homepage:
- Size: 1.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LinearRegression
Developing a simple Linear Regression from scratch using mathematical principles![Page1](https://raw.githubusercontent.com/ratikaewkam/LinearRegression/main/document/P1.png)
![Page2](https://raw.githubusercontent.com/ratikaewkam/LinearRegression/main/document/P2.png)
![Page3](https://raw.githubusercontent.com/ratikaewkam/LinearRegression/main/document/P3.png)
## Installation
Run the following command in the terminal```bash
git https://github.com/ratikaewkam/LinearRegression.git
```
```bash
pip install -r requirements.txt
```## Run
Run the following command in the terminal```bash
python main.py
```Learn about [Gradient Descent](https://github.com/ratikaewkam/GradientDescent)
---
Developed by [Rati Kaewkam](https://github.com/ratikaewkam)