Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)