Giter Site home page Giter Site logo

Comments (4)

AlexDBlack avatar AlexDBlack commented on May 19, 2024

Input modulation, forget, and output gates in LSTM are always sigmoid (hard-coded).
Input and output gates are what you specify there. See the LSTM unit schematic about 60% of the way down this page: http://deeplearning4j.org/lstm

BaseRecurrentLayer is abstract, so you can't instantiate it. Other recurrent layers build on it.

from deeplearning4j-examples.

helloworld1973 avatar helloworld1973 commented on May 19, 2024

Thank you very much.If I want to use the original RNN which is a feed forward net with time series,not LSTM.Is there anything available to use? @AlexDBlack

from deeplearning4j-examples.

AlexDBlack avatar AlexDBlack commented on May 19, 2024

As in a 'vanilla'/ordinary RNN? We haven't got around to implementing that yet. It wouldn't be hard to add (the model itself is quite simple), but performance generally isn't very good compared to LSTM, which is why we haven't implemented it already.

from deeplearning4j-examples.

helloworld1973 avatar helloworld1973 commented on May 19, 2024

ordinary RNN.I want to change the activation function to make the nets perform better inspired by a paper:A Simple Way to Initialize Recurrent Networks of relu (2015).I intended to do it based on your wonderful work because it includes abundant activation function.

from deeplearning4j-examples.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.