saeedahmadicp/numerical_optimization_of_ai
Numerical techniques for optimization of artificial Intelligence
This tool helps researchers and engineers quickly compare different numerical methods for finding the minimum of a complex function or the roots of an equation. You input a mathematical function and a starting guess, and it outputs detailed summaries of how each chosen method performed, including the final solution and convergence details. It's designed for anyone working with mathematical models who needs to evaluate algorithm performance.
No commits in the last 6 months.
Use this if you need to understand how different numerical optimization or root-finding algorithms converge for your specific mathematical problem and visualize their progress.
Not ideal if you are looking for an out-of-the-box solution for a specific real-world optimization problem without needing to compare or understand the underlying numerical methods.
Stars
9
Forks
4
Language
Python
License
MIT
Category
Last pushed
Mar 02, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/saeedahmadicp/numerical_optimization_of_ai"
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