[
https://issues.apache.org/jira/browse/SINGA-204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15351082#comment-15351082
]
ASF subversion and git services commented on SINGA-204:
-------------------------------------------------------
Commit 4db968c2ec003a051118cf4b49f6ae10cfbc054f in incubator-singa's branch
refs/heads/dev from [~flytosky]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-singa.git;h=4db968c ]
SINGA-204 Support the training of feed-forward neural nets
Merge commits from #xiezl (zhongle) for adding CMake for examples.
To test the cifar10 exmaple,
1. mkdir build && cd build
2. cmake .. && make
3. cd ../examples/cifar10
4. export LD_LIBRARY_PATH=../../build/lib:$LD_LIBRARY_PATH
5. ./run.sh
> Support the training of feed-forward neural nets
> ------------------------------------------------
>
> Key: SINGA-204
> URL: https://issues.apache.org/jira/browse/SINGA-204
> Project: Singa
> Issue Type: New Feature
> Reporter: wangwei
> Assignee: wangwei
>
> For feed-forward neural nets, their layers construct a directly acyclic
> graph. For this ticket, we are going to implement add a FeedForwordNet to
> training these nets, which
> 1. consists of a set of directly connected layers, and
> 2. provides functions for constructing the net by adding layers one by one
> 3. provides access functions for layers and parameters.
> 4. provides functions for forward and backward
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)