Since many of you were interested in the code, here it is... github.com/Suji04/NormalizedNerd/blob/master/Miscellaneous/monte_carlo.py
@affbee Жыл бұрын
Thanks a lot. Your way of explaining was amazing 👍
@zerosumgame9071Күн бұрын
Excellent explanation. Thumbs up and subscribed! Thank you!
@AASHHASHASHASHASHHA3 жыл бұрын
5:50 "It doesnt matter who comes first, the King or the Queen" 😂
@NormalizedNerd3 жыл бұрын
XD
@fathirendrawan58462 жыл бұрын
Sus
@atreyamajumdar98364 жыл бұрын
Nice one! Also, a trivia: the Monte Carlo method was invented in the context of simulating card games (solitaire) in the computer. It's cool to see the method being used for playing cards!
@NormalizedNerd4 жыл бұрын
Yeah...From casino to nuclear weapons, the story of Monte Carlo is amazing!
@ashitaggarwal8048 Жыл бұрын
first time I actually understood Monte carlo simulation. Thanks for the video
@manibharathy19943 жыл бұрын
2:15 that mad me laugh. "subtracting this bad boy"
@NormalizedNerd3 жыл бұрын
Haha XD
@terrymiller1113 жыл бұрын
Nothing tops what he said later, no double entendre intended: "It doesn't matter who comes first--the king or the queen."
@AlexG-fg6fu Жыл бұрын
first time I understand clearly what MC is lol thank you !
@vuthee529 Жыл бұрын
Really great explanation and motivation why using Monto Carlo. Thanks
@cryingrain4812 Жыл бұрын
Thank you, I understand the main subject but couldn’t really understand the codes. I’ll try by my own.
@positivenozy6065 Жыл бұрын
Hey, man, that's thing is real cool! Keep doing great videos, love graphs, simulations in your videos, real good!
@anudhyanboral75574 жыл бұрын
Great video! Can you cover Markov Chain Monte Carlo as well in a future video?
@NormalizedNerd4 жыл бұрын
Great suggestion! I'll definitely give this a try
@nicolasrodrigo92 жыл бұрын
My brain exploded when you've said "easy, right?" 🤯
@ephi1243 жыл бұрын
"True random can only be found in nature": I'm thinking to the Creator that randomness is pseudo-random.
@nonamenoname19427 ай бұрын
i call pseudo-random algorithms - pseudo-pseudo-random.
@shantanudash73 жыл бұрын
Really awesome!! Keep up the great work!
@NormalizedNerd3 жыл бұрын
Thank you! Will do!
@bidyutsaha20514 жыл бұрын
Great work
@sitanshugupta96002 жыл бұрын
Great vid ! Subscribed !
@murilopalomosebilla29993 жыл бұрын
Best Monte Carlos video on youtube!!
@NormalizedNerd3 жыл бұрын
Glad you think so ❤️
@dariushbahrami85243 жыл бұрын
Best definition of monte-carlo method imo is: instead of predicting, let it happen
@NormalizedNerd3 жыл бұрын
Thanks mate!
@abeda6852 Жыл бұрын
Absolutely loved this 👏
@elenasmirnova26232 жыл бұрын
Great demo!
@kasraazizi79407 ай бұрын
fantastic video
@victormerida81323 жыл бұрын
Thank you so much sir !
@jonathanwallace9932 Жыл бұрын
Easy right? 😂. Love this guy.
@ozancanacar82372 жыл бұрын
Thank you so much! Great explanation.
@NormalizedNerd2 жыл бұрын
You're very welcome!
@italianrussianmax41334 ай бұрын
0:24 me in the mornig after a coffee and a sigarette
@Drone25610 ай бұрын
Monte Carlo simulations are such a natural way to solve hard problems. It requires many fewer brain cells. And with the insane speed of CPUs (cheap computations) available today why would I pull out my old textbook on probability theory?
@LightWolf44742 жыл бұрын
great video, thanks
@gonzalodelacruz98314 жыл бұрын
Great video! I really liked it. I subscribe for more content!
@NormalizedNerd4 жыл бұрын
Awesome, thank you!
@ahmedelsabagh69902 жыл бұрын
Very great video
@bidyutsaha20514 жыл бұрын
Please make a video on Markov Model
@NormalizedNerd4 жыл бұрын
I definitely will!
@dxfvgyhjh2 жыл бұрын
i didn't understand how you shuffled the deck with random data points if you can't obtain randomness?
@hasben02 жыл бұрын
Well done!
@eshanajain70822 жыл бұрын
Hi! I absolutely loved the approach to them probelm and how easy you made Monte Carlo for me. Could you explain the KingKing algorithm you made please?
@yunusemredarici72843 жыл бұрын
you saved my life :) ıt is amazing explanation
@NormalizedNerd3 жыл бұрын
Thanks!
@BrokenRecord-i7q Жыл бұрын
Thanks bhai❤
@TheFasof4 жыл бұрын
The bell sound in the beginning is way too loud for my taste :)
@NormalizedNerd4 жыл бұрын
Feedback noted.
@oneJL3 жыл бұрын
May I ask which tool do you use to make this moving x,y space/graph? Thanks in advance.
@NormalizedNerd3 жыл бұрын
I used a python library named Manim :)
@yijingwang7308 Жыл бұрын
Hello thank you for your video. But I do not know what does 49P4 mean in 1:54. Could you help me explain this?
@hjkdfhuyhjk321hku74 жыл бұрын
Great content,Great teacher!
@NormalizedNerd4 жыл бұрын
Thank you! 😃
@ronydas1 Жыл бұрын
Awesome
@SmitaBarai3 жыл бұрын
just live it..........
@mk_upo4 жыл бұрын
Keep it up!
@NormalizedNerd4 жыл бұрын
I will!
@rjaph8422 жыл бұрын
in 1.44 how does it become 49 positions?i thought it was supposed to be 48
@rjaph8422 жыл бұрын
I get it finally,thanks!
@nathaniel10692 жыл бұрын
Hold on, so was the last Monte Carlo simulation inaccurate? I didn’t understand your point about that. There’s no way the true probability of that event was ~73%.
@AlmostDead3 жыл бұрын
where can i find the whole python code please?
@NormalizedNerd3 жыл бұрын
Finally uploaded the code to GitHub... github.com/Suji04/NormalizedNerd/blob/master/Miscellaneous/monte_carlo.py Thanks for waiting :)
@charissayu80253 жыл бұрын
Hi do you have the link for the python code notebook? Thanks :)
@NormalizedNerd3 жыл бұрын
I haven't made it public yet...I'll add the link in video description.
@AlmostDead3 жыл бұрын
@@NormalizedNerd hello there! where can i find it?
@Universmps4 жыл бұрын
This is awfully similar to 3Blue1Brown videos, the animations and the colors used...
@NormalizedNerd4 жыл бұрын
Because I'm using manim, an open source Python library created by Grant himself
@Universmps4 жыл бұрын
@@NormalizedNerd Awesome !
@Throwingness3 жыл бұрын
What the heck is copy.deepcopy?
@NormalizedNerd3 жыл бұрын
In python we use deepcopy when we want to make a new object with the properties of an existing object without creating a reference. If we use shallow copy then it just creates a reference. It's like pass by value vs pass by reference.
@Arjunsiva3 жыл бұрын
0:20 fart noises
@beatthebieber84493 жыл бұрын
make a game... how much of the viewers have stoped to calculate it by their own? I would say 2
@NormalizedNerd3 жыл бұрын
Haha XD
@beatthebieber84493 жыл бұрын
@@NormalizedNerd but thx for that great video.. now i know how that works
@user-op2gu4bp8n2 жыл бұрын
👏👏👏👍👍👍👍👏👏👍👍👍👍
@PsynideNeel4 жыл бұрын
Ads noce😎😎
@NormalizedNerd4 жыл бұрын
Finally... -_-" :D
@arowil10 ай бұрын
great Polish math do that Stanisław Ulam en.wikipedia.org/wiki/Monte_Carlo_method we study it in secondary school