I like his videos, probably the most intuitive way of teaching HMMs I found so far, but there are just too many distractions and interruptions that can be confusing.
@caseyli55805 жыл бұрын
way better than the terrible jumbled mess that got given to me in class slides. super intuitive and clear. thank you!
@wavegeekman7 жыл бұрын
Thank you!. These videos helped me to understand. As you pointed out, most of the textbooks have very enigmatic explanations of all this.
@mulew535311 жыл бұрын
can you upload video that describe the baum welch algorithm please?
@nasimsonboli37127 жыл бұрын
I have a question, if we continue multiplying the initial probability by the transition probability, because of the property of statistical equilibrium, we finally get to the stationary state, right? Can we conclude the same thing for these kinds of Markov Chains as well?
@devanshverma53953 жыл бұрын
Yes
@shiningyrlife12 жыл бұрын
love your videos. You saving me from failing my bio infomatic course
@ninosawbrzostowiecki18929 жыл бұрын
Hey Sal, your voice changed, but your manner of speech remained the same. Also, I noticed your channel name changed... what's the deal? Did you get a haircut or something?
@ernie21119 жыл бұрын
Ninosław Ciszewski lol
@haoguoxuan4118 жыл бұрын
this is not Sal.
@BinuJasim3 жыл бұрын
@@haoguoxuan411 I am sure that was sarcasm. Probably Sal was inspired by MathematicalMonk to do his videos in this style.
@alecvan71435 жыл бұрын
Great videos!!
@riccardoandreetta95208 жыл бұрын
it is difficult to understand it without an example as you go on explaining the maths about it
@swallace217 жыл бұрын
Good explanation Math wise. But seriously if you want to help bridge that gap for some people please give a real example. Talking only in math is like asking a native english speaker to understand a new concept when you only talk about it in spanish.
@chogo88813 жыл бұрын
i love the viterbi algorithm!
@TheSubwayBeast3 жыл бұрын
Please explain it to me then guy from 10 years ago.
@TommyCarstensen11 жыл бұрын
Is there a video with an example of the application of the algorithm to a real life problem?
@adhoc30183 жыл бұрын
4:29 I see it now, thanks!
@WilliamWangYang12 жыл бұрын
One equation, many lines of code.
@MotleyVideos11 жыл бұрын
mathematicalmonk,I'm following most of your video.Thanks for the great work.Could you tell me the name of the draw to text tool you used that you think might have been built on the basis of hmm.
@danishamjad58078 жыл бұрын
At 7:30, Why you used 1:k-1 instead of 1:k?
@baravi20058 жыл бұрын
Basically we are trying to find what's the optimal path (i.e. the set of k-1 states) that lead to z_k= s_j (we should assume that we are given the state value=s_j at z_k) You should also watch the second part
@danishamjad58078 жыл бұрын
I got it after watching second part. Thanks BTW. :)