Skip to content

Repo for demonstrating gradient descent algorithms used in Machine Learning in Python 3

License

Notifications You must be signed in to change notification settings

hasanzaidi/gradient-descent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gradient-descent

Repo for demonstrating gradient descent algorithms used in Machine Learning in Python 3.

Files included

non_vec_batch.py - Non-vectorised implementation of batch gradient descent

non_vec_batch.py - Non-vectorised implementation of batch gradient descent

batch_and_stochastic - Vectorised implementation of stochastic gradient descent and batch gradient descent

Set Up

Install dependencies using:

pipenv install --dev

Running

Before running scripts need to go into pipenv shell:

pipenv shell

License

Copyright (c) 2020 Hasan Zaidi

Published under the MIT License.

About

Repo for demonstrating gradient descent algorithms used in Machine Learning in Python 3

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages