A glimpse of the maths behind Optimization Algorithms
Ok, let’s start…
(∩`-´)⊃━☆゚.*・。゚
import numpy as np
from scipy.optimize import minimize
End…
No? Ok… ¯\_(ツ)_/¯ We need to dive a bit more into maths…
The goal of this article is to provide a basic understanding of the maths behind common types of optimization algorithms…