Ossi MyllymäkiAlgorithms from scratch: RANSACRANSAC stands for Random Sample Consensus. In my opinion, it is the best type of algorithm: simple but very powerful and useful. It is…Jul 3, 2021Jul 3, 2021
Ossi MyllymäkiConquering Seven Hills: Route Optimization With SAJust like Rome has seven famous hills, we also have seven (maybe not so famous) hills in my hometown Turku. Me and my friend have a plan…Mar 16, 2021Mar 16, 2021
Ossi MyllymäkiGauss-Newton algorithm implementation from scratchPython implementation of the powerful Gauss-Newton optimization method. All the code can be found from my GitHub repo.Jun 27, 20202Jun 27, 20202
Ossi MyllymäkiShifting Peaks in Signal SeparationThis blog post describes algorithm(s) to handle model-based error of independent variable (shifting peaks) in signal separation problem.Jun 17, 2020Jun 17, 2020