-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch '0.1.0' of https://github.com/FR-DC/FRDC-ML into 0.1.0
- Loading branch information
Showing
11 changed files
with
25,633 additions
and
50,987 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Jupyter Notebooks | ||
|
||
The notebook may not render Plotly on GitHub. | ||
View it on: https://nbviewer.org/ | ||
|
||
## FRRD-80/81: Visualization of FixMatch | ||
|
||
This simply shows the embeddings of the FixMatch model. | ||
The embeddings are generated by the model and then visualized using LDA. | ||
|
||
We found that the model transfer doesn't necessarily equate to a well separated | ||
embedding space. This is likely due to the fact that the model is trained on | ||
too small of a dataset. | ||
|
||
We attribute much of performance degradation to our contextual shift when | ||
we chose our backbone model. We chose a model that was trained on ImageNet, | ||
which in retrospect, has a large contextual shift from our dataset. | ||
|
||
However, it's not all bad, we reinforced the idea that this shift is a real | ||
problem and that we need to address it in our future work. |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.