Bellman Equation - Explained!

Sdílet
Vložit
  • čas přidán 28. 08. 2024
  • Let's talk about the most consequential equation in reinforcement learning: The bellman equation.
    ABOUT ME
    ⭕ Subscribe: www.youtube.co...
    📚 Medium Blog: / dataemporium
    💻 Github: github.com/ajh...
    👔 LinkedIn: / ajay-halthor-477974bb
    RESOURCES
    [1] Reinforcement Learning book: incompleteideas...
    [2] Paradigms of ML: idapgroup.com/...
    [3] Model Free vs Model Based RL: spinningup.ope...
    PLAYLISTS FROM MY CHANNEL
    ⭕ Reinforcement Learning: • Reinforcement Learning...
    Natural Language Processing: • Natural Language Proce...
    ⭕ Transformers from Scratch: • Natural Language Proce...
    ⭕ ChatGPT Playlist: • ChatGPT
    ⭕ Convolutional Neural Networks: • Convolution Neural Net...
    ⭕ The Math You Should Know : • The Math You Should Know
    ⭕ Probability Theory for Machine Learning: • Probability Theory for...
    ⭕ Coding Machine Learning: • Code Machine Learning
    MATH COURSES (7 day free trial)
    📕 Mathematics for Machine Learning: imp.i384100.ne...
    📕 Calculus: imp.i384100.ne...
    📕 Statistics for Data Science: imp.i384100.ne...
    📕 Bayesian Statistics: imp.i384100.ne...
    📕 Linear Algebra: imp.i384100.ne...
    📕 Probability: imp.i384100.ne...
    OTHER RELATED COURSES (7 day free trial)
    📕 ⭐ Deep Learning Specialization: imp.i384100.ne...
    📕 Python for Everybody: imp.i384100.ne...
    📕 MLOps Course: imp.i384100.ne...
    📕 Natural Language Processing (NLP): imp.i384100.ne...
    📕 Machine Learning in Production: imp.i384100.ne...
    📕 Data Science Specialization: imp.i384100.ne...
    📕 Tensorflow: imp.i384100.ne...

Komentáře • 14

  • @gauravshinde8767
    @gauravshinde8767 Před 9 měsíci +9

    CZcams algo, please make the relevance score of this video to 10/10. This video is too good to be ignored

    • @CodeEmporium
      @CodeEmporium  Před 9 měsíci +1

      Thank you! Now if only the CZcams gods listen

  • @bhaveshachhada7242
    @bhaveshachhada7242 Před 6 měsíci +10

    I was confused. You made me more confused. This doesn't explain the intuition.

  • @vanilan3585
    @vanilan3585 Před 10 měsíci +3

    you just make video. what am i about to study😃

  • @slitihela1860
    @slitihela1860 Před 6 měsíci +1

    can you prepare a video for Double Q-Learning Network
    and Dueling Double Q-Learning Network
    please

  • @alirezasalehabadi1422
    @alirezasalehabadi1422 Před 2 měsíci

    Thank you.

  • @jsp991204
    @jsp991204 Před 7 měsíci +1

    Thanks alot!!😀

  • @rinibhasin17
    @rinibhasin17 Před 4 měsíci +2

    Confused :(

  • @amiralioghli8622
    @amiralioghli8622 Před 10 měsíci

    Hi sir, Please turn your series direction on implementing Transformers on Time Series data
    Please
    we are waiting.

    • @vasarmilan
      @vasarmilan Před 10 měsíci

      I never heard anyone using Transformers for time series, doesn't sound to be a good idea

    • @amiralioghli8622
      @amiralioghli8622 Před 10 měsíci +1

      @vasarmilan Hi, sir. There has been a lot of research done on implementing transformers in time series. Please do a search on Google, please. However, there are no videos available on CZcams for a step-by-step guide on transformers in time series, only for educational purposes. If someone creates a playlist and uploads a video, it will be the first one on the entire CZcams platform as well as solve a lot of students problem like me.

    • @vasarmilan
      @vasarmilan Před 10 měsíci

      ​@@amiralioghli8622 I did a Google search now, I see in the last 1-2 years there has been an increased research interest.
      However, all the papers I see are very much "primer"s that ask the question if there will ever be truly efficient timeseries transformers.
      While I can see the value in some specific cases, like ones similar to speech (very high dimensionality and discrete, relatively low numbered timesteps), for "textbook" timeseries problems (eg. when you have a single or low numbered timeseries with many steps), there is really no point in trying to apply Transformers, as they are really meant to work with high dimensions. And I never encountered a practical situations so far when a (numerical) timeseries was like that.

    • @CodeEmporium
      @CodeEmporium  Před 10 měsíci

      While I have mentioned in the past that transformers can be used for time series data, it isn’t standard practice. So if you are blocked on a project, I would recommend looking at either traditional methods (like ARIMA) or Machine Learning methods (like building a regressor) for this. I have a video couple of videos on “Time series forecasting with machine learning” that you can look up. Hope this helps for now :)

    • @amiralioghli8622
      @amiralioghli8622 Před 10 měsíci

      @@CodeEmporium thank you sir from your replying
      I did that
      🙏