Markov Chains: Simulation in Python | Stationary Distribution Computation | Part - 7

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ม.ค. 2025

ความคิดเห็น • 43

  • @chinmayrath8494
    @chinmayrath8494 ปีที่แล้ว +3

    This is an absolutely great channel. i was reading page rank in the university and thought i understood markhov chains well, but upon watching your video i realised there was so much more intuitive things to learn, Thanks a lot!!!

  • @Mutual_Information
    @Mutual_Information 3 ปีที่แล้ว +3

    Excellent! The eigenvector perspective is cool - shows how they, once again, reveal the most important characteristics of a system.

  • @mgetommy
    @mgetommy 3 ปีที่แล้ว +2

    Lol just solved this problem for my code right before you posted this video! Your explanation would have saved me a decent amount of time

  • @elenasmirnova2623
    @elenasmirnova2623 2 ปีที่แล้ว

    Absolutely great, useful and easy to follow. Many thanks!

  • @folkertendtz2740
    @folkertendtz2740 ปีที่แล้ว

    Man your outro is awesome!

  • @facundofelix5918
    @facundofelix5918 3 ปีที่แล้ว

    Great video! Greetings from Argentina

  • @thanawutth
    @thanawutth 3 ปีที่แล้ว

    Great Video! Thank you

  • @xviruzz_platinum151
    @xviruzz_platinum151 2 ปีที่แล้ว

    Supose that we a huge A matrix (realy big dimension). Would be faster/cheaper to use the nontecarlo aproach rather than finding the eigenvectors?.

  • @marefatmansouri9289
    @marefatmansouri9289 ปีที่แล้ว

    Thank you for your Video, I just want to know some more details of the last part. In how many iterations of the Markov chain do you expect that see the specific random walk? As we know by increasing the iteration of random walks it would be more chance to appear spesific random walk. can you please clear this part?

  • @kartikeybisht1309
    @kartikeybisht1309 3 ปีที่แล้ว +2

    can you make video on HMM practical implementation please

  • @afk4dyz
    @afk4dyz 9 หลายเดือนก่อน

    How do you determine the probability of the transition matrix?

  • @TheDunningKrugerEffectisReal
    @TheDunningKrugerEffectisReal 7 หลายเดือนก่อน

    To quote South Park:
    "Pizza, french fries, pizza, french fries....see? he should of done pizza instead of french fries."

  • @JavierGaleano
    @JavierGaleano 3 ปีที่แล้ว +1

    Great video!
    I have a doubt. I think the probability function should be divided by "len (seq)", do I?

  • @prod.kashkari3075
    @prod.kashkari3075 3 ปีที่แล้ว +1

    How could I plot a graph of the random walk over each iteration?

  • @JohannesLippmann
    @JohannesLippmann 3 ปีที่แล้ว +4

    Method 2 curls my nails a bit. Instead of of multiplying A many times you could just square A again and again, which will lead to A^(2^n) after n steps. That would be so much faster.

    • @simonmasters3295
      @simonmasters3295 2 ปีที่แล้ว

      Good point, but at this level of matrix dimensionality it computes fast enough anyway...

    • @Sidharth_D
      @Sidharth_D หลายเดือนก่อน

      Haha i was going to comment that.

  • @eduardoduarte9230
    @eduardoduarte9230 2 ปีที่แล้ว

    Just a question. If I would like to find outlier sequences, say, the ones with a very low probability, it is clear that I just need to use your last example and calculate some kind of percentile threshold on my dataset of probabilities of chains to isolate the outliers. I am dealing with sequences of different length, so, bigger sequences will naturally tend to 0 due to the fact that probabilities are between 0 and 1. The question is... I am using geometric mean of the transitions, this is, after multiplying all the probabilities like you do, I calculate the nth root of that product, this to get a "better value" that is not affected by the chain length (in this case n where n can be between "a" and b" for some a,b) in order to be able to compare them, is this the correct approach for this problem ? Thanks

  • @kaushclar4189
    @kaushclar4189 9 หลายเดือนก่อน

    is it possible to trade NIFTY india using MARKOV chain ? mostly on the LONG side?

  • @angitd3766
    @angitd3766 3 ปีที่แล้ว

    U r the best

  • @mgetommy
    @mgetommy 3 ปีที่แล้ว

    I don't know if you mentioned, but google's search algorithm uses these stationary distributions!!

    • @NormalizedNerd
      @NormalizedNerd  3 ปีที่แล้ว +3

      Yeahh!...No, I didn't mention that in this video.

  • @roc7880
    @roc7880 ปีที่แล้ว

    can you make a full course on stats and coding? i would be wiling to pay for the service. thanks for the content.

  • @divyanandlalsahetya9324
    @divyanandlalsahetya9324 3 ปีที่แล้ว +1

    Is there a way of verifying the values of stationary state?

    • @simonmasters3295
      @simonmasters3295 2 ปีที่แล้ว

      He's just shown you three methods. If they agree, no problem. In an earlier vid if the system is oscilatory the stationary state will not settle.

  • @anushaganesanpmp7602
    @anushaganesanpmp7602 2 ปีที่แล้ว

    can you make practical implementation video on HMM please

  • @SF-fb6lv
    @SF-fb6lv 3 ปีที่แล้ว

    I can has Baum-Welch algo next pls?

  • @mkaberli614
    @mkaberli614 4 หลายเดือนก่อน

    I'm trying to be helpful here, but it is difficult to make out a lot of your ode for a couple of reasons. First, even on a relatively large monitor, the font is so small I have a hard time making it out. Solution: You have a lot of negative space to the right of your code. Try bringing the screen in closer. Second: the dark mode screen obfuscates certain colors of type. It would be helpful if you used a different color mode or increased the size of the code relative to the screen. Other than that, great job!

    • @NormalizedNerd
      @NormalizedNerd  4 หลายเดือนก่อน

      Thanks for the feedback!

  • @mayurdeo627
    @mayurdeo627 3 ปีที่แล้ว +1

    Last time it was a hamburger and not a hot dog😂

  • @arichandranr3626
    @arichandranr3626 2 ปีที่แล้ว

    Hi. How to do it for time series data?

    • @simonmasters3295
      @simonmasters3295 2 ปีที่แล้ว

      Very good point, especially where the states have long lives or variation time between or in transition

  • @punyashreebasappa5661
    @punyashreebasappa5661 2 ปีที่แล้ว

    How to run this

  • @gaurangmohta168
    @gaurangmohta168 3 ปีที่แล้ว

    Hi. Awesome videos! Which college are you/were you from?

    • @NormalizedNerd
      @NormalizedNerd  3 ปีที่แล้ว +2

      Kalyani Government Engineering College.

  • @mauriciobonatte8601
    @mauriciobonatte8601 3 ปีที่แล้ว

    Why didn't you use FOR loops instead of WHILE loops?