Download and transform a subset of the Icentia11k dataset into the required format.
- install the requirements
pip install -r requirements.txt
- Export the results from the mobile devices to this location, e.g., into a
./resultsfolder. - Optional: To compare with a centralized approach, please run the
./centralized.pyscript first. The results (embeddings, residuals, and centrally trained model) will be saved in./results/centralized/. Note that this requires the transformed data – the same data deployed to the mobile devices – to be available in the./data/transformed_data/directory. - Open the jupyter notebook
./results.ipynb
jupyter-lab
- Run the notebook step by step to gain insights into the performance of the approach. The results are stored in a ```media`` folder inside this folder and must be created beforehand.