Coder Social home page Coder Social logo

Comments (7)

yscacaca avatar yscacaca commented on August 17, 2024

Here WIDE represents the wide of timescale. I'm not sure what your meaning of "convolution in parallel way". If you mean whether the computations can be paralleled, the answer will be yes.

from deepsense.

shamanez avatar shamanez commented on August 17, 2024

Yes that what I was asking . So in a Session when I feed the dict it should be distributed in the sequential way (Inputs in each time steps).
So basically if the batch size is 1 , Each input and each time step should go through the CNN then feed it to the LSTM and we jointly train . Am I right ?

from deepsense.

yscacaca avatar yscacaca commented on August 17, 2024

That's true. The inputs for each step go through CNNs, which can be done parallelly. Then the outputs are fed sequentially to the RNNs along time.

from deepsense.

benielT avatar benielT commented on August 17, 2024

Oh nice. So with this implementation CNN weights also distributed in time axis as in RNN . So when optimizing we update each layers weight of CNN with BPTT. As I understood this property is obtained by feeding the inputs in a correct shape. So finally it would be really nice if you can explain bit more about dimensions of each batch . It would be really nice .

from deepsense.

shamanez avatar shamanez commented on August 17, 2024

yeah cab you explain on this . As the final thing ?

from deepsense.

yscacaca avatar yscacaca commented on August 17, 2024

Take acc_inputs as an example. The size of this input is (BATCH_SIZE, WIDE, FEATURE_DIM, CHANNEL=1).

BATCH_SIZE: the batch size of the input.
WIDE: the wide of time scale or the number of time steps.
FEATURE_DIM and CHANNEL: you can follow the explanation here

from deepsense.

shamanez avatar shamanez commented on August 17, 2024

Nice.

from deepsense.

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.