[mlpack-git] (blog) master: Nilay Week 8 (eaf1376)

gitdub at mlpack.org gitdub at mlpack.org
Tue Jul 19 13:12:48 EDT 2016


Repository : https://github.com/mlpack/blog
On branch  : master
Link       : https://github.com/mlpack/blog/compare/960cec39f75bd612d437914a2bc395aaa2434f8f...eaf1376e6e6a4f1f1687ce865c422db694c55fae

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

commit eaf1376e6e6a4f1f1687ce865c422db694c55fae
Author: nilayjain <nilayjain13 at gmail.com>
Date:   Tue Jul 19 22:42:48 2016 +0530

    Nilay Week 8


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

eaf1376e6e6a4f1f1687ce865c422db694c55fae
 content/blog/NilayWeekEight.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/content/blog/NilayWeekEight.md b/content/blog/NilayWeekEight.md
new file mode 100644
index 0000000..0f878d7
--- /dev/null
+++ b/content/blog/NilayWeekEight.md
@@ -0,0 +1,6 @@
+Title: We need to go deeper, Googlenet : Week-8 Highlights
+Date: 2016-07-19 17:00:00
+Tags: gsoc, CNN, googlenet, deep learning
+Author: Nilay Jain
+
+This week I finished the implementation of the Inception Layer and the test for it. The version we have finished right now is very simple and will serve as a guiding example to make subnet_layer which could take any collection of layers as input and allow the user to duplicate it over the network. I also started with the implementation of the concat_layer which will concatenate the output of one or more layers for the forward pass, and distribute error among the layers, for the backward pass. This coming week our plan is to merge the code for inception layer and complete the concat_layer and it's test.
\ No newline at end of file




More information about the mlpack-git mailing list