This project studies the value of games with a continuum of players.
Note that the project functional_neural_networks
is a clone from the Functional Neural Networks repository.
To run the project, first, the data must be generated:
python utils.data_generator.py
Once the data is generated, then the Shapley values can be obtained:
python utils.workflow.py
Finally, to analise the results of the simulations, use this notebook. To analyse the results of tecator dataset, use this notebook.