Project
Learning Algorithms

Table

We initiate a pool of models that will pass individually through the learning algorithms to improve their's efficiency using Sobrie's metaheuristic:

Then, we regroup the models, sort them by accuracy and reinitialize the last half of the models.

After n iteration or an accuracy of 70%?? for each model, the algorithm is stopped.