Giter Club home page Giter Club logo

Comments (7)

vict0rsch avatar vict0rsch commented on July 29, 2024

actually I use 49 1-dimensional inputs. There is a difference between the timesteps and the dimensions as mentionned in the recurrent.md file I pointed to. so what you suggest with your code is predicting one timestep of a 2-dim vector vs what your words suggest as predicting 2 timesteps of 1-dim vectors. What you can do is for instance [x0...x47] -> RNN -> x_pred_48 and then [x1...x47, x_pred_48] -> RNN -> x_pred_49

from deep_learning.

sherlockhoatszx avatar sherlockhoatszx commented on July 29, 2024

i could understand this step [x0...x47] -> RNN -> x_pred_48 .but how could I feed X_pred_48 in the dataset , do you mean i train the model 2 times sequentially? Do you mean I stack LSTM layers on top of the original one

from deep_learning.

sherlockhoatszx avatar sherlockhoatszx commented on July 29, 2024

if I change the output_dim of the last layer to 2, That doesn't mean i predict 2 tilmestep ,but it means,something like 2 classes ? did i got it right?

from deep_learning.

vict0rsch avatar vict0rsch commented on July 29, 2024

That's for the understanding of what you could do by hand. indeed that's
not how you're gonna train, so what you can do is use a timedistributed
dense layer in the end. Since the regular dense layer only outputs one
'timestep' you have to have a different structure in the end. Once again
refering to the recurrent.md file, if you look at the images, it's not the
same thing to have your output being 1 blue box of dim 2 and 2 blue boxes
of dim 3. Do you see my point?

2016-11-07 16:17 GMT+00:00 sherlockhoatszx [email protected]:

i could understand this step [x0...x47] -> RNN -> x_pred_48 .but how could
I feed X_pred_48 in the dataset , do you mean i train the model 2 times
sequentially?

β€”
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#11 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AI2njvHs7q1p_9_Rs3LfBOh0_qCODp_Oks5q708NgaJpZM4KrX-0
.

from deep_learning.

sherlockhoatszx avatar sherlockhoatszx commented on July 29, 2024

how about seq2seq if i predict more than 1 time unit

from deep_learning.

vict0rsch avatar vict0rsch commented on July 29, 2024

yes!

2016-11-07 16:27 GMT+00:00 sherlockhoatszx [email protected]:

how about seq2seq if i predict more than 1 time unit

β€”
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#11 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AI2njjLvhh-imTp-qiwoeVl-HjaWlFKVks5q71F4gaJpZM4KrX-0
.

from deep_learning.

sherlockhoatszx avatar sherlockhoatszx commented on July 29, 2024

okey! many thanks . truly appreciate!

from deep_learning.

Related Issues (18)

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.