News

Recursive Least Squares (RLS) method is one of the fundamental methods for parameter estimation and control. It is used as the basis of Kalman filtering, adaptive control, recursive subspace ...
Implemented a Mini-LISP interpreter in Python, supporting basic syntax, functions, recursion, type checking, nested functions, and first-class functions - Cerosop/Mini-LISP ...