Skip to content

A little leap into the big world of Ai (Just a personal Framework for gradiant descent algorithm)

Notifications You must be signed in to change notification settings

Huginode/LinearLeap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

LinearLeap

Intro

This is just a classic gradient descent algorithm. I used the random normal function form numpy to great the regression

Report

My algorithm seems to work well. We can see that it uses 1000 iterations but it could use only ~350 I used the least squares method to calculate the performance. So it can be observed that it usually works pretty well, with determining coefficient between 99% and 90%.

But sometimes it is completely weird and gives something low like 50%, but it is probably due to my high learning rate (0.01)

alt text alt text

About

A little leap into the big world of Ai (Just a personal Framework for gradiant descent algorithm)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages