Coder Social home page Coder Social logo

Comments (2)

Hvass-Labs avatar Hvass-Labs commented on June 9, 2024

If you want a discussion you should post this as a comment on the youtube video. Nobody will see it here.

from tensorflow-tutorials.

hasslercastro avatar hasslercastro commented on June 9, 2024

@krinkere I see your point, however is the same thing what you do in [S[VA[RIMA]X]] and all of its variations and what you do here.
Why? you might ask.
Let's use a simple VAR as illustration

image

When you use VAR you fit your model with some temporal data and the formulation of the problem use/consider 'p' times in the past (p value that you selected depende on the AIC) to forecast future. So when you use forecast, the model use the last 'p' observations of your training set to forecast the future. Then, it is actually using data you provided
In the same fashion LSTM works here, now we are more explicit to determine how many steps on the future we would like to predict. So if you train your RNN with a time horizont 'k' your forecasting will be accurate in those 'k' steps if that makes sense.

A real example, suppose you work in a factory that sells 't-shirts' and they want to forecast the demand of these t-shirts, so you decide to build a model to help your chief out with the resource management. The VAR model to predict how many t-shirts are being sold today afternoon , will use 'p' days in the past based again in the AIC.
But when you build LSTM is "kind of the opposite", you define your problem based on the conditions today how many t-shirts will I sell tomorrow?

from tensorflow-tutorials.

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.