[mlpack-git] (blog) master: Nilay Week 11 (932c9c6)

gitdub at mlpack.org gitdub at mlpack.org
Sun Aug 14 08:18:43 EDT 2016


Repository : https://github.com/mlpack/blog
On branch  : master
Link       : https://github.com/mlpack/blog/compare/6aa15be060ce186ff2b55a9478d9198dbc0eebb3...932c9c6e5ac6c13ef5fe18976a5f70fe973c71cb

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

commit 932c9c6e5ac6c13ef5fe18976a5f70fe973c71cb
Author: nilayjain <nilayjain13 at gmail.com>
Date:   Sun Aug 14 17:48:43 2016 +0530

    Nilay Week 11


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

932c9c6e5ac6c13ef5fe18976a5f70fe973c71cb
 content/blog/NilayWeekTenEleven.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/content/blog/NilayWeekTenEleven.md b/content/blog/NilayWeekTenEleven.md
new file mode 100644
index 0000000..b18631b
--- /dev/null
+++ b/content/blog/NilayWeekTenEleven.md
@@ -0,0 +1,6 @@
+Title: We need to go deeper, Googlenet : Week-10 & 11 Highlights
+Date: 2016-08-12 15:00:00
+Tags: gsoc, edge_boxes, CNN, googlenet, deep learning
+Author: Nilay Jain
+
+In week 10 & 11, I have, incorporated the fixes suggested in #703 and #696 for the feature extraction part. I have also applied fixes suggested in #737 for the convLayer. Completed the subnet_layer (right now we duplicate some code from cnn.hpp for the subnet layer, this maybe changed later). Completed the basic structure of the googlenet network. What still needs to be discussed is how the error from auxillary classifiers is being propagated into the main network, which I will do forthwith. Regularization in the network and writing tests for its correct working are the other tasks that still need to be done. This is what I will do in the next days. Besides I am also looking at the fixes suggested in #757 and these changes will be made as soon as some things are clear. Once these changes are done we will create the inception layer using the subnet_layer and concat_layer which will fulfill one of the objectives of the project that users can duplicate any complex collection layers in a deep network without having to explicitly write a class for that collection of layers. I will also be writing a full blog post which covers point by point everything done in the project from start to finish in the next week. Thanks for reading.
\ No newline at end of file




More information about the mlpack-git mailing list