You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@horn.apache.org by ssallys <gi...@git.apache.org> on 2016/12/03 23:31:45 UTC

[GitHub] incubator-horn pull request #31: HORN-32: Support RNN

GitHub user ssallys opened a pull request:

    https://github.com/apache/incubator-horn/pull/31

    HORN-32: Support RNN

    This implements basic RNN model which supports  not only the  Elman net but also the recurrent model with the multi-layered neurons.
    Example can be run by the following command.
    
    >> MNIST RNN example
    bin/horn jar target/horn-0.1.0-SNAPSHOT.jar MnistRecurrentMultiLayerPerceptron ./model_rnn mnist.seq 0.01 0.9 0.0005 196 200 10 4 1 10 12000
    
    >> Exclusive OR example
     * preparing dataset
    bin/horn jar target/horn-0.1.0-SNAPSHOT.jar ExclusiveOrConverter
    
     * training
    bin/horn jar target/horn-0.1.0-SNAPSHOT.jar ExclusiveOrRecurrentMultiLayerPerceptron ./model_semi_rnn semi.seq 0.01 0.9 0.0005 1 2 2 2 1 10 10000


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ssallys/incubator-horn HORN-32

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-horn/pull/31.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #31
    
----
commit 7335639eb42c2914de8ee12386082e6906e21168
Author: Yeounhee Lee <le...@etri.re.kr>
Date:   2016-11-25T05:15:03Z

    HORN-32: Support RNN

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-horn pull request #31: HORN-32: Support RNN

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-horn/pull/31


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---