Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 617 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 617 Bytes

Supervised_Learning_GD

Hi, this is my awsome project for gradient descent 😄 the data that the project based on called data.csv you can check beside the notebook, if there's any question or bugs you can tell me using Issues section

The DATA

A very simple data for traning

X Y
1 2
2 6
3 7
4 11
5 4

The results:

Before learning using gradient descent

image1

After 100 times of iteration and learning

image2

License

MIT LICENSE 🐱