Skip to content

[POC- DO NOT MERGE] Add heatmap for fingerprinting recordings #269

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

microbit-robert
Copy link

The output data of the ML filters for each recording are used to plot heatmaps which are effectively fingerprints of the data we pass into the ML model for training and inference. The fingerprints used filter outputs normalized to 0..1, the ML model still uses the non-normalized values and is not impacted by these changes.

These fingerprints are displayed for each recording in the "Add data" page. In the temporary "Process data" page, the fingerprint of the mean of the filters applied to all recordings for each action is displayed, and if a micro:bit is connected, the live data is also displayed as a fingerprint below. The is some alignment issue based on the separation of these plots due to the y-axis labels. This could be dealt with by merging the plots (which would also save space).

We may take this a step further and add functionality to toggle filters. This should be straightforward from a tech perspective, but more complicated from an education and UI/UX perspective.

Copy link

github-actions bot commented Jul 4, 2024

Preview build will be at
https://review-ml.microbit.org/fingerprinting

Alternative branches where fingerprints are only shown on the "process data" page:

Fingerprints are shown alongside the existing xyz plots in a 1:1 split (the first fingerprint for each action is the average of all recordings):
https://review-ml.microbit.org/fingerprinting-alt

Only fingerprints are shown (as above, the first fingerprint for each action is the average of all recordings, but this is not clear at all):
https://review-ml.microbit.org/fingerprinting-alt-alt

@microbit-robert
Copy link
Author

Closing in favour of #273, but will keep the branch around for demos if required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant