H. Sherry Zhang Monash
Dianne Cook Monash
Ursula Laa BOKU
Nicolas Langrené CSIRO Data61
Patricia Menéndez Monash
6th Jul 2021
The work also reveals inadequacies in the tour optimization algorithm, that may benefit from newly developed techniques and software tools. (Laa & Cook, 2020)
To understand where the optimisers were failing, ideally we need to visualise the space and the paths that the optimisers take through the space.
To understand where the optimisers were failing, ideally we need to visualise the space and the paths that the optimisers take through the space.
intro:
Data: Xn×p Basis: Ap×d
Projection: Y=X⋅A
Index function: f:Rn×d↦R
holes index:
∝1−1n∑ni=1exp(−12yiy′i)
density ↑, index value ↑
optimisation:
argmaxA∈Af(X⋅A) s.t. A′A=Id
Now I will introduce some background information on
To understand guided tour, we first need to talk about projection pursuit
To solve this optimisation problem, we have three optimisers. All of which are random search algorithms
creeping random search:
simulated annealing:
(Cont.)
Pseudo derivative:
This illustration shows how projection pursuit and guided tour works together
Those are shown in the blue frames
1D projection: histogram
5 simulated variables
We expect:
Here is how the animation looks like:
Four functions to explore the trace and space of the optimisers:
explore_trace_search()
explore_trace_interp()
explore_space_pca()
explore_space_tour()
Botanical theme:
scale_color_continuous_botanical()
scale_color_discrete_botanical()
To produce plots:
<data> %>% <explore_*>() %>% <scale_*>()
*
The syntax to adjust color in explore_space_tour()
is slightly different
explore_space_pca()
This is the first space plot
First I'm going to tell you how this plot is made and then what we can learn from it
In this plot
This plot tells us that ... and it helps us to ...
we can also make an animated version of this plot
explore_space_pca()
This is the first space plot
First I'm going to tell you how this plot is made and then what we can learn from it
In this plot
This plot tells us that ... and it helps us to ...
we can also make an animated version of this plot
explore_space_pca()
This is the first space plot
First I'm going to tell you how this plot is made and then what we can learn from it
In this plot
This plot tells us that ... and it helps us to ...
we can also make an animated version of this plot
explore_space_pca()
CRS finds the optimum faster!
This is the first space plot
First I'm going to tell you how this plot is made and then what we can learn from it
In this plot
This plot tells us that ... and it helps us to ...
we can also make an animated version of this plot
explore_space_tour()
The same two paths but on the 5D full space.
What I'm showing you now is the same two paths but on the full space. Let's watch this animation together:
What we learn here is that
explore_space_tour()
The same two paths but on the 5D full space.
What I'm showing you now is the same two paths but on the full space. Let's watch this animation together:
What we learn here is that
The basis space is no longer a sphere, but a torus!
Basis Ap×d where d=2
New index: I(n)=max[FY(n)−FN(n)]
where F.(n) is the ECDF function
Now I'm presenting a case study on how visual diagnostics informs us about optmising a noisy index.
New index: I(n)=max[FY(n)−FN(n)]
where F.(n) is the ECDF function
Now I'm presenting a case study on how visual diagnostics informs us about optmising a noisy index.
For tourr developers:
For algorithm developers:
Questions?
Package: huizezhang-sherry/ferrn
Slides: sherryzhang-user2021.netlify.app
huizezhangsh https://huizezhangsh.netlify.com/
Supervised by Dianne Cook, Ursula Laa, Nicolas Langrené, and Patricia Menéndez
The work also reveals inadequacies in the tour optimization algorithm, that may benefit from newly developed techniques and software tools. (Laa & Cook, 2020)
Keyboard shortcuts
↑, ←, Pg Up, k | Go to previous slide |
↓, →, Pg Dn, Space, j | Go to next slide |
Home | Go to first slide |
End | Go to last slide |
Number + Return | Go to specific slide |
b / m / f | Toggle blackout / mirrored / fullscreen mode |
c | Clone slideshow |
p | Toggle presenter mode |
t | Restart the presentation timer |
?, h | Toggle this help |
Esc | Back to slideshow |