The repository provides code templates for teaching related to Computational and mAthematical MEthods in machine LEarning, Optimization and iNference (ChAMELEON).
Written and tested under Python 3.12.2.
The modules required to run this code are
numpyscipymatplotlib- ...
This modules can be installed via pip:
python3 -m pip install <module name>
To simply the installation of these modules, I have created a requirements.txt. Simply execute the following command in your command line:
pip install -r requirements.txt