Skip to content

Commit

Permalink
Fixing the links to the embedding plots
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Dullien committed Dec 19, 2018
1 parent 0de0244 commit 53e6ee7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/01-motivation-and-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -479,8 +479,8 @@ cd ../testdata

We now have two HTML files that use d3.js to render the results:

* [Unit Feature Weights Visualisation](./unit_features.html)
* [Learnt Feature Weights Visualisation](./learnt_features.html)
* [Unit Feature Weights Visualisation](http://htmlpreview.github.io/?https://github.com/googleprojectzero/functionsimsearch/blob/master/doc/unit_features.html)
* [Learnt Feature Weights Visualisation](http://htmlpreview.github.io/?https://github.com/googleprojectzero/functionsimsearch/blob/master/doc/learnt_features.html)

Mouse-over on a point will display the function symbol and file-of-origin.
It is visible to the naked eye that our training had the effect of moving groups
Expand Down

0 comments on commit 53e6ee7

Please sign in to comment.