[mlpack-git] (blog) master: Add link to pictures (aa7dc65)

gitdub at mlpack.org gitdub at mlpack.org
Sat Aug 27 13:55:39 EDT 2016


Repository : https://github.com/mlpack/blog
On branch  : master
Link       : https://github.com/mlpack/blog/compare/58af2a7ec9d402ae45c5ea003ad59dd447662277...aa7dc659aeb0128d52d2f4fc34478ec1232a8f1e

>---------------------------------------------------------------

commit aa7dc659aeb0128d52d2f4fc34478ec1232a8f1e
Author: MarcosPividori <marcos.pividori at gmail.com>
Date:   Sat Aug 27 14:55:19 2016 -0300

    Add link to pictures


>---------------------------------------------------------------

aa7dc659aeb0128d52d2f4fc34478ec1232a8f1e
 content/blog/MarcosFinal.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/content/blog/MarcosFinal.md b/content/blog/MarcosFinal.md
index 17c59df..fe69621 100644
--- a/content/blog/MarcosFinal.md
+++ b/content/blog/MarcosFinal.md
@@ -53,6 +53,7 @@ As expected, higher values of the epsilon parameter implies that more nodes are
 pruned and, therefore, we have a faster algorithm, as can be seen in the next graphic for the dataset *isolet*:
 
 <img src="https://github.com/MarcosPividori/marcospividori.github.io/blob/master/mlpack-pictures/Isolet_EpsilonVsRuntime.png?raw=true" width="600">
+[[See graphic]](https://github.com/MarcosPividori/marcospividori.github.io/blob/master/mlpack-pictures/Isolet_EpsilonVsRuntime.png?raw=true)
 
 ## Spill Trees:
 
@@ -122,7 +123,7 @@ The `DefeatistDualTreeTraverser` is faster than the
 Some results can be seen in the next graphic for the dataset *1000000-10-randu*.
 
 <img src="https://github.com/MarcosPividori/marcospividori.github.io/blob/master/mlpack-pictures/1000000-10_Spill_EffectiveErrorVsRuntime.png?raw=true" width="600">
-
+[[See graphic]](https://github.com/MarcosPividori/marcospividori.github.io/blob/master/mlpack-pictures/1000000-10_Spill_EffectiveErrorVsRuntime.png?raw=true)
 
 ## General Greedy Search Traverser:
 
@@ -139,7 +140,7 @@ We can simply reduce the relative error by increasing the leaf size of the tree,
 as is shown in the next graphic for the dataset *isolet*.
 
 <img src="https://github.com/MarcosPividori/marcospividori.github.io/blob/master/mlpack-pictures/Isolet_Greedy_EffectiveErrorVsRuntime.png?raw=true" width="600">
-
+[[See graphic]](https://github.com/MarcosPividori/marcospividori.github.io/blob/master/mlpack-pictures/Isolet_Greedy_EffectiveErrorVsRuntime.png?raw=true)
 
 ## Other improvements
 




More information about the mlpack-git mailing list