Muradmustafayev-03/Optimisation-Algorithms
A collection of the most commonly used Optimisation Algorithms for Data Science & Machine Learning
This collection of algorithms helps data scientists and machine learning engineers find the lowest point (global minimum) of complex mathematical functions. You provide a function, and the algorithms output the specific input values that lead to its minimum. This is ideal for those developing or fine-tuning machine learning models and other data-driven systems.
No commits in the last 6 months. Available on PyPI.
Use this if you need to identify optimal parameters or solutions by finding the minimum value of a function in your data science or machine learning project.
Not ideal if you are looking for a pre-built, production-ready solution that integrates directly into a complex application without custom coding.
Stars
10
Forks
—
Language
Python
License
GPL-3.0
Category
Last pushed
Nov 28, 2023
Commits (30d)
0
Dependencies
3
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/Muradmustafayev-03/Optimisation-Algorithms"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
jolars/sortedl1
Python package for Sorted L-One Penalized Estimation (SLOPE)
gugarosa/opytimizer
🐦 Opytimizer is a Python library consisting of meta-heuristic optimization algorithms.
SENATOROVAI/gradient-descent-sgd-solver-course
Stochastic Gradient Descent (SGD) is an optimization algorithm that updates model parameters...
hiroyuki-kasai/SGDLibrary
MATLAB/Octave library for stochastic optimization algorithms: Version 1.0.20
softmin/ReHLine-python
Regularized Composite ReLU-ReHU Loss Minimization with Linear Computation and Linear Convergence