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

gitdub at mlpack.org gitdub at mlpack.org
Sat Aug 27 13:58:18 EDT 2016


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

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

commit d572cf890798b3c7721aa16183825a887f5749ab
Author: MarcosPividori <marcos.pividori at gmail.com>
Date:   Sat Aug 27 14:58:18 2016 -0300

    Add link to pictures


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

d572cf890798b3c7721aa16183825a887f5749ab
 content/blog/MarcosFinal.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/content/blog/MarcosFinal.md b/content/blog/MarcosFinal.md
index fe69621..02f46c3 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:
@@ -123,6 +124,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:
@@ -140,6 +142,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