[mlpack-git] (blog) master: Fix size of picture. (40e9ef8)

gitdub at mlpack.org gitdub at mlpack.org
Tue Aug 23 02:16:25 EDT 2016


Repository : https://github.com/mlpack/blog
On branch  : master
Link       : https://github.com/mlpack/blog/compare/f5d3d35d0806c7c5a6a624a233ab022f30d04fb3...40e9ef8958e7aab8e7d1e04c8a18b5d8df4c5909

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

commit 40e9ef8958e7aab8e7d1e04c8a18b5d8df4c5909
Author: MarcosPividori <marcos.pividori at gmail.com>
Date:   Tue Aug 23 03:16:25 2016 -0300

    Fix size of picture.


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

40e9ef8958e7aab8e7d1e04c8a18b5d8df4c5909
 content/blog/MarcosFinal.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/content/blog/MarcosFinal.md b/content/blog/MarcosFinal.md
index 9f39c03..1de9e44 100644
--- a/content/blog/MarcosFinal.md
+++ b/content/blog/MarcosFinal.md
@@ -52,7 +52,7 @@ epsilon value provided.
 As expected, higher values of the epsilon parameter implies that more nodes are
 pruned nodes 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="700">
+<img src="https://github.com/MarcosPividori/marcospividori.github.io/blob/master/mlpack-pictures/Isolet_EpsilonVsRuntime.png?raw=true" width="600">
 
 ## Spill Trees:
 
@@ -121,7 +121,7 @@ The `DefeatistDualTreeTraverser` is faster than the
 
 Some results can be seen in the next graphic for the dataset *isolet*.
 
-<img src="https://github.com/MarcosPividori/marcospividori.github.io/blob/master/mlpack-pictures/1000000-10_Spill_EffectiveErrorVsRuntime.png?raw=true" width="700">
+<img src="https://github.com/MarcosPividori/marcospividori.github.io/blob/master/mlpack-pictures/1000000-10_Spill_EffectiveErrorVsRuntime.png?raw=true" width="600">
 
 
 ## General Greedy Search Traverser:
@@ -138,7 +138,7 @@ approachs, at the cost of some relative error in the results.
 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="700">
+<img src="https://github.com/MarcosPividori/marcospividori.github.io/blob/master/mlpack-pictures/Isolet_Greedy_EffectiveErrorVsRuntime.png?raw=true" width="600">
 
 
 ## Other improvements




More information about the mlpack-git mailing list