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

gitdub at mlpack.org gitdub at mlpack.org
Tue Aug 23 02:13:26 EDT 2016


Repository : https://github.com/mlpack/blog
On branch  : master
Link       : https://github.com/mlpack/blog/compare/97f3114f0ab931831ee30cf4a061e91f64a401ee...f5d3d35d0806c7c5a6a624a233ab022f30d04fb3

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

commit f5d3d35d0806c7c5a6a624a233ab022f30d04fb3
Author: MarcosPividori <marcos.pividori at gmail.com>
Date:   Tue Aug 23 03:13:26 2016 -0300

    Fix size of picture.


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

f5d3d35d0806c7c5a6a624a233ab022f30d04fb3
 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 e00d8f7..9f39c03 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" align="left" width="500">
+<img src="https://github.com/MarcosPividori/marcospividori.github.io/blob/master/mlpack-pictures/Isolet_EpsilonVsRuntime.png?raw=true" width="700">
 
 ## 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*.
 
-![graphic2](https://github.com/MarcosPividori/marcospividori.github.io/blob/master/mlpack-pictures/1000000-10_Spill_EffectiveErrorVsRuntime.png?raw=true)
+<img src="https://github.com/MarcosPividori/marcospividori.github.io/blob/master/mlpack-pictures/1000000-10_Spill_EffectiveErrorVsRuntime.png?raw=true" width="700">
 
 
 ## 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*.
 
-![graphic3](https://github.com/MarcosPividori/marcospividori.github.io/blob/master/mlpack-pictures/Isolet_Greedy_EffectiveErrorVsRuntime.png?raw=true)
+<img src="https://github.com/MarcosPividori/marcospividori.github.io/blob/master/mlpack-pictures/Isolet_Greedy_EffectiveErrorVsRuntime.png?raw=true" width="700">
 
 
 ## Other improvements




More information about the mlpack-git mailing list