[POC- DO NOT MERGE] Add heatmap for fingerprinting recordings#269
Closed
microbit-robert wants to merge 1 commit intomainfrom
Closed
[POC- DO NOT MERGE] Add heatmap for fingerprinting recordings#269microbit-robert wants to merge 1 commit intomainfrom
microbit-robert wants to merge 1 commit intomainfrom
Conversation
|
Preview build will be at 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): 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): |
Author
|
Closing in favour of #273, but will keep the branch around for demos if required. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.