Nice video finally someone who explains math and shows us how to make it to code
@MrHaggyy4 ай бұрын
Great video. I love it when people code up a direct translation first, and then start to optimize it as needed. That way you get a really nice trace of what changed and for what reason. For example in the sums you might overflow your number representation. So you might want to divide each number first. This get's you all the way up, but is slower and might be a problem with smaller numbers. Or you really need to speed things up so you do something like add two adjesent numbers and shift them to divide by two. That way you can really tailor down an algorithm to the requirements of your problem or application.
@ArminBishop7 жыл бұрын
I own you my exam. You are my saviour. Best explanation ever!!!
@BMSKARATE3 жыл бұрын
This is EXACTLY what I needed right now. Doing a ML course and am having trouble learning the math. I know how to code, though. More videos like this!! I learned so much math in such a short time with this video :D
@jaredcrown581210 ай бұрын
Thank you so much!! you explained it very simple and fast. your video is still helping years later
@reedschrichte800 Жыл бұрын
This is fabulous, thank you very much! The way math is taught is almost criminal, as if the purpose is to obscure instead of enlighten.
@KhangTran-sl3yb Жыл бұрын
I'm 8 years later to watch this video. Thank you!
@basalduat7 жыл бұрын
Francisco!!! Very Well Done! Thank you for sharing your knowledge. Please publish at a higher resolution. Please demonstrate how to code Determinants and cofactors . . . linear algebra etc.
@kprazzyj68605 жыл бұрын
u made my day..!!! Thank you so much,..!! Awesome Video explaining math conversion to python code...!! Appreciate your help..!!!
@M2S4L4 жыл бұрын
This is really helpful and straightforward. I wish you have done more videos like this one.
@jesuisravi3 жыл бұрын
a very clear-headed presentation.
@artie5172 Жыл бұрын
Thankyou! Can you put a video on how to code matrices equation that I find quite hard due to dimensions...
@virugupta7073 жыл бұрын
Underrated Channel 🔥✌️
@folgee7368 Жыл бұрын
thank you, you were clear and straight to the point
@Art_Vandelay_7774 жыл бұрын
Clear and concise. Great tutorial! Thank you!
@paulsadler1014 жыл бұрын
Wow! This was great, it helped me a lot! Thank you!
@juanofthese Жыл бұрын
Hey this was super helpful. Thanks!
@MarcusHolter3 жыл бұрын
Brilliant dude, thanks a lot!
@twlson495 жыл бұрын
very understandable. Exactly what I was looking for
@tibielias4 жыл бұрын
any good literature you would recommend going deeper with this stuff? I'm ordering a book called "From Mathematics to Generic Programming". Not too sure if it covers this stuff exactly, but I'd love to hear suggestions.
@meniscusmedical24716 жыл бұрын
This is amazingly helpful well done.
@paulb50446 жыл бұрын
Hi Francisco. Thank you for your video. It shows how import is to understand the formula and translate to computing language. I am wondering if you have a book or if can recommend a book related to your video. I am really appreciate. Regards Paul
@fiacobelli6 жыл бұрын
Unfortunately, no. I'm afraid this video is all I got. Maybe another viewer could comment.
@kulomady50596 жыл бұрын
Very good explanations thank you so much
@AhmedIkram3 жыл бұрын
Thanks. Very helpful
@anilkumarsharma89013 жыл бұрын
all type of math formula code link ???
@KawaiiKodeDaddy Жыл бұрын
You are a saint
@LahceneBelbachir6 жыл бұрын
You're the real MVP.
@tubex13002 жыл бұрын
can you recommend the book of how to convert math formula into coding?
@fiacobelli2 жыл бұрын
I came up with that. Sorry
@6ean6oy6 жыл бұрын
Is there a way to convert infinity into python?
@mattizzle814 жыл бұрын
while True:
@will_wtr2 жыл бұрын
*spews tea upon reading mattizzle's comment
@snehapinkful6 жыл бұрын
Thank you so much !
@srinivaspklpkl5 жыл бұрын
i love this only one video which in youtube videos