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

Projects in Awesome Lists tagged with gradient-descent-algorithm

A curated list of projects in awesome lists tagged with gradient-descent-algorithm .

https://github.com/labrijisaad/gradient-descent-algorithm-with-python

in this project we'll Implement the basic functions of the Gradient-Descent algorithm to find the boundary in a small dataset.

gradient-descent-algorithm jupyter-notebook machine-learning python

Last synced: 08 Apr 2025

https://github.com/githubharald/quasi_cauchy_optimizer

Implementation of the quasi Cauchy optimizer, an optimization method from the quasi Newton family. It uses a diagonal approximation of the Hessian and therefore has a small memory footprint.

gradient-descent-algorithm machine-learning optimization-algorithms quasi-newton

Last synced: 13 Mar 2025

https://github.com/mehmoodulhaq570/machine-learning-models

A repository consisting of machine learning models for predicting the future instance. More specifically this repository is a Machine Learning course for those who are interested in learning the basics of machine learning algorithms.

decision-trees gradient-descent gradient-descent-algorithm knn-algorithm linear-regression linear-regression-models logistic-regression-algorithm machine-learning-algorithms machine-learning-models ml naive-bayes-algorithm one-hot-encoding pca python random-forest-classifier scikit-learn svm-model

Last synced: 08 Apr 2025

https://github.com/sahil210695/gradient-descent

A simplified explanation of gradient descent for linear regression in python using numpy

gradient-descent gradient-descent-algorithm linear-regression matplotlib mini-batch-gradient-descent numpy python stochastic-gradient-descent

Last synced: 14 Mar 2025

https://github.com/bhargav-joshi/gradient-descent-in-linear-regression

Gradient Descent is the process of minimizing a function by following the gradients of the cost function. This involves knowing the form of the cost as well as the derivative so that from a given point you know the gradient and can move in that direction, e.g. downhill towards the minimum value.

3d-visualization data-visualization gradient-descent-algorithm gradient-descent-implementation

Last synced: 22 Jun 2025

https://github.com/sadmansakib93/gradient-descent

Implemantation of Gradient Descent from scratch using Python.

gradient-descent gradient-descent-algorithm implemantation minimization optimization python

Last synced: 01 Mar 2025