Home

Awesome

Minimax Forward and Backward Learning of Evolving Tasks with Performance Guarantees (IMRC)

made-with-python Made with! Ask Me Anything !

This repository is the official implementation of Minimax Forward and Backward Learning of Evolving Tasks with Performance Guarantees.

The proposed IMRCs effectively perform forward and backward learning and account for evolving tasks.

<img src="intro.png"/>

Source code

made-with-python Made with!

IMRC folder contains the Python and Matlab folders that include the Python and Matlab scripts, respectively, required to run the code.

Python code

IMRC_ Python folder contains Python scripts required to execute the method:

Requirements

The requirements are detailed in the requeriments.txt file. Run the following command to install the requeriments:

cd 
/IMRC_Python
pip install -r requirements.txt

Matlab code

IMRC_Matlab folder contains Matlab scripts required to execute the method:

Installation and evaluation

To train and evaluate the model in the paper, run this command for Python:

cd IMRC/IMRC_Python
python run_IMRC.py

and for Matlab:

cd IMRC/IMRC_Matlab
matlab main.m

Support and Author

Verónica Álvarez

valvarez@bcamath.org

ForTheBadge built-with-science

License

IMRCs carry a MIT license.

Citation

If you find useful the code in your research, please include explicit mention of our work in your publication with the following corresponding entry in your bibliography:

<a id="1">[1]</a> V. Alvarez, S. Mazuelas, J.A. Lozano. "Minimax forward and backward learning of evolving tasks with performance guarantees." In Advances in Neural Information Processing Systems, 2023.

The corresponding BiBTeX citation is given below: