PyTorch in 5 Minutes

  Рет қаралды 455,141

Siraj Raval

Siraj Raval

Күн бұрын

Пікірлер: 262
@example.com.
@example.com. 7 жыл бұрын
PyTorch is far more easier to use as a beginner. Writing code for most part looks like writing code, instead of fighting against the library.
@Inflationforthemasses
@Inflationforthemasses 7 жыл бұрын
Wop, did not intend to offend anyone; just nicely interact: deleted my comment. Sorry man.
@LeCoolCroco
@LeCoolCroco 7 жыл бұрын
sklearn is even more straight-forward
@SirajRaval
@SirajRaval 7 жыл бұрын
whatever gets the job done
@enntimessix
@enntimessix 6 жыл бұрын
Mochizuki-san, face it, beneath your clever Teichmüller camouflage, you're actually also a computer geek. When will you admit you're Satoshi Nakamoto ? ;-) kzbin.info/www/bejne/m56ne4d9idd4o5I
@ANTIMONcom
@ANTIMONcom 6 жыл бұрын
Estimator API and the Predictor class is a big fight. Not fun :(
@CharltonLepkofker
@CharltonLepkofker 6 жыл бұрын
You know you’re entertaining when you get someone to watch every one of your videos and that person literally never understands what’s going on
@hamzaleb9215
@hamzaleb9215 5 жыл бұрын
hahahaha
@_productivity__nill_1131
@_productivity__nill_1131 5 жыл бұрын
I got the first part but the part when he was rambling about the code was foreign to me
@DodaGarcia
@DodaGarcia 3 жыл бұрын
I mean he's also hot so that helps
@jurriensi
@jurriensi Жыл бұрын
@@DodaGarcia :s
@MrSupergingerman
@MrSupergingerman 7 жыл бұрын
I spent several hours digging through documentation and issue logs to learn the same information that you present here in 5 minutes. Wish this was out a few weeks ago! Great content as always, Siraj!
@quant-trader-010
@quant-trader-010 2 жыл бұрын
After watching this video, I am now leaning toward TensorFlow, as the impression I get is that TensorFlow is closer to Functional Programming Paradigm, while PyTorch is Imperative. I have a definite preference of FP code over OOP/Imperative code. I'd also prefer static graph over dynamic graph, as the former is easier to reason about than the latter. Thanks for making the video, Siraj!
@ebeisaac7700
@ebeisaac7700 6 жыл бұрын
Seriously, Siraj, I haven't seen any DL video quite as much entertaining as yours. What an inspiration!
@ZedCraftHD
@ZedCraftHD 7 жыл бұрын
Congrats for reaching 100k subscribers... You absolutely deserve them! Keep up the good content... and raps ;)
@echoRohit
@echoRohit 7 жыл бұрын
I just learnt Python and I use to each your video just make myself feel as machine learning programmer 😀
@sararojas7999
@sararojas7999 6 жыл бұрын
love you and love your videos greetings from Colombia ❤️
@SirajRaval
@SirajRaval 6 жыл бұрын
Thanks! I also use instagram
@edwardmitchell6581
@edwardmitchell6581 3 жыл бұрын
In under four minutes I learned the difference between imperative and symbolic models, the benefits of each, and sold on the Pytorch over Tensor Flow. I was really expecting click bait, but
@feixyzliu5432
@feixyzliu5432 7 жыл бұрын
Really cool! Looking forward to your releasing of more pytorch-related videos, since nearly all your videos are tensorflow based.
@SirajRaval
@SirajRaval 7 жыл бұрын
will do thx
@akathevip
@akathevip 3 жыл бұрын
Harold & Kumar is the name of a series of American stoner comedy films starring John Cho and Kal Penn. The first film, Harold & Kumar Go to White Castle, was released in 2004 by New Line Cinema and was followed by two sequels, Harold & Kumar Escape from Guantanamo Bay and A Very Harold & Kumar 3D Christmas.
@conorgildea7441
@conorgildea7441 7 жыл бұрын
Discovered your channel, love your channel
@rajathshetty325
@rajathshetty325 7 жыл бұрын
Checkout "Enter Siraj" :P
@SirajRaval
@SirajRaval 7 жыл бұрын
thanks Conor
@andreialmasan7054
@andreialmasan7054 7 жыл бұрын
I am a beginner programmer and I started watching your videos since the channel had just 2 or 3 videos and I must say that the quality of this videos keep getting better and better, keep it up
@SirajRaval
@SirajRaval 7 жыл бұрын
thanks Andrei!
@michelaka6836
@michelaka6836 7 жыл бұрын
Hello from Ghana! Siraj, we love your videos here too... Siraj.SetWorldOptimizerFunction(God_Mode=True, Simple_Explain="Always")
@user-or7ji5hv8y
@user-or7ji5hv8y 6 жыл бұрын
awesome video! the way you structure your videos and get at the essence of the issue is really helpful!
@janzaibmbaloch5484
@janzaibmbaloch5484 5 жыл бұрын
Has PyTorch changed or what? This code is not working anymore. AttributeError: 'NoneType' object has no attribute 'data'
@bwallace722
@bwallace722 4 жыл бұрын
That was really clear and useful, thanks!
@vishalmotwanitsec
@vishalmotwanitsec 7 жыл бұрын
Thats correct. Pytorch is great for research. However, I wished there was a way to get over slow looping of python. Let me explain this... For example, If you need to use a standard cell like LSTM or GRU for RNN then Pytorch is great and super fast. But if you have to define a custom cell for your RNN, then Pytorch will slow down your code like crazy because now what is executed is the python loops that I have written(instead of underlying C or C++ loops) This is by far the only drawback I have come across in pytorch and I would guess this drawback would exist for other deep learning libraries too (or may be not)
@OmarMiranda
@OmarMiranda 7 жыл бұрын
vishal motwani if it is open source, you can always check where and how the LSTM cell is, code yours following the same and recompile pytorch. Every research on arquitectural innovations must follow the same path, because hasn't been created yet :)
@vishalmotwanitsec
@vishalmotwanitsec 7 жыл бұрын
Thanks Omar, I may perhaps end up doing what you suggested for my task.
@commentsanitizer7929
@commentsanitizer7929 4 жыл бұрын
I see how the tables are turned in these 3 years.
@adamsnaider5535
@adamsnaider5535 6 жыл бұрын
Hey Siraj, great video. It's been some time since you posted this, and since then TensorFlow added eager execution which defines-by-run like pytorch. Could you do a video on how the new interface works in TensorFlow?
@snoopdoggfanclub
@snoopdoggfanclub 5 жыл бұрын
great comparison of torch and tensorflow!... very talented presenter
@cupajoesir
@cupajoesir 7 жыл бұрын
This just blew my mind. I've heard about symbolic expressions vs computed/evaluated expressions but the idea of a dynamic computational graph is awesome. What other resources would you recommend to learn more about this topic?
@javisartdesign
@javisartdesign 7 жыл бұрын
Yeah, very clear explanation! thanks for that. Eager to see a becnhmark comparing speed and accuracy for current frameworks such as tensorflow, theano and pytorch.
@artyte_b
@artyte_b 7 жыл бұрын
Tensorflow documentation is the best way for beginners to start learning? I had tons of problems trying to understand it and it was the first neural network api I worked with.
@rajathshetty325
@rajathshetty325 6 жыл бұрын
Agree it isn;t actually.
@arunghontale3189
@arunghontale3189 5 жыл бұрын
You should check out the pytorch documentations. They have really good tutorials as well.
@EarlWallaceNYC
@EarlWallaceNYC 2 жыл бұрын
As always, a great introduction
@gabrielcostanzo9121
@gabrielcostanzo9121 7 жыл бұрын
Congrats on 100k subscribers!
@SirajRaval
@SirajRaval 7 жыл бұрын
thanks!
@deraktdar
@deraktdar 4 жыл бұрын
This is actually a pretty neat example. Thanks! In recent PyTorch you have to move the zero to the bottom though, because grad tensors aren't initialized now until after the fist backprop. These fucking Python packages, and the never-ending bullshit with shuffling and deprecating stuff around for no good reason. It really blocks people from getting into it. Also fuck the haters - I don't care if you lifted some stuff from github. At least you made it understandable and in a lot of cases dealt with this deprecation crap. Continue doing what you do. Just because some douchbag dumped code on github without bothering to do the hard work of explaining what its actually doing or or how to use it, doesn't mean everyone who uses it as a basis for explaining to other has to reference their sorry asses.
@Tomahawk1999
@Tomahawk1999 4 жыл бұрын
Siraj Raval is like pointers in C - all pomp but no stuff. You just use them to know what and then go someplace else to actually learn anything.
@vaarrunreddy5636
@vaarrunreddy5636 7 жыл бұрын
thank you brother for ur videos...may God bless u
@SirajRaval
@SirajRaval 7 жыл бұрын
thank u
@bryanpedrosa8061
@bryanpedrosa8061 5 жыл бұрын
Pytorch in almost 6 minutes.
@commentsanitizer7929
@commentsanitizer7929 4 жыл бұрын
The title is a clickbait
@Inflationforthemasses
@Inflationforthemasses 7 жыл бұрын
PyTorch surely sounds like a thing I am interested on learning more about! Please use it more often in the near future! Siraj, does pytorch compare to tensorflow in training times?
@kushalchawla4395
@kushalchawla4395 5 жыл бұрын
Extremely helpful! Thanks.
@moonreaderx
@moonreaderx 7 жыл бұрын
Hey dude love the videos! Can you do a series for less advanced users of python? I feel that your current videos are more tailored to experienced users of programmining, this probably highly limits your viewer base as there are a lot more programmer newbies than veterans =p.
@manust396
@manust396 Жыл бұрын
I know nothing about neural networks nor machine learning but you really got me till the end
@sithoidinh3891
@sithoidinh3891 5 жыл бұрын
nice introduction to pytorch
@core36
@core36 Жыл бұрын
So torch, or pytorch, is a framework that provides functions to create neural networks, without the need of defining what a node or a weight is yourself. Did I get this right?
@tnuts92
@tnuts92 6 жыл бұрын
I preferred that video to some other you posted, since you didn't seem to be in a rush for explaining and hence were clearer
@ericsaund6858
@ericsaund6858 5 жыл бұрын
Love how you are the model for how that guy on American Pickers gestures to the camera.
@vulnerablegrowth3774
@vulnerablegrowth3774 7 жыл бұрын
I could definitely see myself using PyTorch for my research in physics, cool!
@SirajRaval
@SirajRaval 7 жыл бұрын
dope post github link to ur work in our slack
@sabyasachimukhopadhyay1256
@sabyasachimukhopadhyay1256 6 жыл бұрын
Very useful!
@chamisoufiane1054
@chamisoufiane1054 6 жыл бұрын
I love your channel !
@shikharsharma02
@shikharsharma02 6 жыл бұрын
Alas!! Tried very hard but couldn't get what your videos are meant for.
@MolecularArts
@MolecularArts Жыл бұрын
Let us take a moment to appreciate the contributions of Einstein Pepe (at 0:28).
@ricebastard
@ricebastard 7 жыл бұрын
Hey, thanks! And great job.
@prismasasepaloalto1917
@prismasasepaloalto1917 6 жыл бұрын
Damn addicted for ur video s bro and I am getting more stuff.Thank you
@Privacy-LOST
@Privacy-LOST 5 жыл бұрын
Very to the point. Still Holds 2+ years later.
@hanyuliangchina
@hanyuliangchina 7 жыл бұрын
good tools for reinforcement learning, thanks siraj,
@ajones1274
@ajones1274 7 жыл бұрын
Complete machine learning / AI newbie here. I wish to get into learning machine learning, probably through Tensor Flow from all that I have read. Going through your videos, and the content looks great, but a lot of it goes over my head. Where do you recommend starting for a beginner ? I started the Deep learning course Google has put together, but it seemed like it required some previous knowledge of machine learning and some Python libraries I have no idea about. My background is Javascript / C# and I have a very basic knowledge of Python. Any advice from anyone would be appreciated :) Thank you
@catafest
@catafest 5 жыл бұрын
The simplest explanation of the effect of artificial intelligence on a bubble. I've worked a bit with the Torch and LUA and there are significant syntax differences at pytorch. I have no clues so I would have to work with the cpu.
@holly_hacker
@holly_hacker 7 жыл бұрын
Damn, your subscriber count has been exploding lately. You're going to hit 100k in only a few hours :D
@JimmyHendrixJR
@JimmyHendrixJR Жыл бұрын
Why am I watching this I've never wrote a single line of code in my life but I'm sure this is a great video 🤣🤣.
@7688abinash
@7688abinash 7 жыл бұрын
was thinking from a long time if you will ever shift from tensorflow... but cheers now you have :P
@Eu_Sunt_Dracul
@Eu_Sunt_Dracul 5 жыл бұрын
one day I will learn everything I need to understand everything that was said in the video................one day. Keep learning.
@momonga.
@momonga. 4 жыл бұрын
You should look up Stanford's deep learning lectures they're all here on KZbin and really great
@maximtheconqueror
@maximtheconqueror 7 жыл бұрын
this video is so short. but, it feels so long
@diwashshrestha4996
@diwashshrestha4996 7 жыл бұрын
Carlos Garcia because he is speaking slowly in this video.In other video he use to speak in lighting speed.
@maxshibanov818
@maxshibanov818 5 жыл бұрын
that's what she said
@sandeepkumarladi9127
@sandeepkumarladi9127 5 жыл бұрын
Hello Raj.Could you please upload a video tutorial on hyperspectral image classification using Deep learning.
@tomyoung2674
@tomyoung2674 7 жыл бұрын
Yann Lecun loved this one on Facebook, bro. So do I.
@shairuno
@shairuno 7 жыл бұрын
I gave it a try and implemented a few models, and what frustrates me the most is its lack support of broadcasting.
@BryceChudomelka
@BryceChudomelka 5 жыл бұрын
There is an error in your print(t, loss.data[0]) line
@humdinger8998
@humdinger8998 5 жыл бұрын
Due to torch version. Just remove [0] and it works fine
@BryceChudomelka
@BryceChudomelka 5 жыл бұрын
@@humdinger8998 thank you
@PascalD87
@PascalD87 4 жыл бұрын
@@BryceChudomelka For somebody stumbeling upon this in the future: better would be loss.data.item()
@motivationmusic4821
@motivationmusic4821 7 жыл бұрын
thank you for your video, I'm going to try PyTorch :)
@SirajRaval
@SirajRaval 7 жыл бұрын
dope thx
@androidpc9656
@androidpc9656 3 жыл бұрын
As an intermediate in python where to start learning machine learning ? *confused*
@Yashpandey467
@Yashpandey467 4 жыл бұрын
I have a question, so what you mean by dynamic graphs is that we dont need multiple folds to compute our weights we can just train our model in 1 go or in just 1 fold?
@MattiaPiola
@MattiaPiola 7 жыл бұрын
I keep watching your videos, and I never understand anything. Pffff I'm stupid.
@mateos844
@mateos844 7 жыл бұрын
Mattia Piola same Hahaha soon or later I will start to learn machine learning
@mathephilia
@mathephilia 7 жыл бұрын
I suggest you take a look at neuralnetworksanddeeplearning.com/ it's what I started with. You don't need to understand every technical detail yet to understand most ideas behind the various models. You can easily build up from there (every time there's a new concept like RNNs, DCGANs, backpropagation, simulated annealing, look for blog posts, articles (wiki or scholar) and videos on the subject and take notes to explain what you are reading to yourself). Siraj's videos are great when you already have most of the vocabulary mastered (because they are fast, synthetic and present things in an often original and rich way), but before then it's a bit hard to follow. Or worse, you'll feel like "you're supposed to understand" but actually never will because there's a few words he'll use to which you don't REALLY know the definition (both formal and intuitive) or have never heard of before (offhanded references to some aspects of TensorFlow code, etc). Think of theses videos as an "intermediate" step to artificial neural networks.
@MattiaPiola
@MattiaPiola 7 жыл бұрын
Tristan Duquesne thank you, I'll check it out.
@mathephilia
@mathephilia 7 жыл бұрын
Glad I can help :)
@SirajRaval
@SirajRaval 7 жыл бұрын
nah this is advanced keep watching more beginner friendly stuff coming
@pshubhaprasad
@pshubhaprasad 4 жыл бұрын
Tenserflow or pytorch ? Which one is better ?
@impaler42
@impaler42 3 жыл бұрын
Hi Siraj, fantastic video. I'm getting the following error running the script on Jupyter Notebooks:
@impaler42
@impaler42 3 жыл бұрын
Index Error: invalid index of 0 dim tensor. Any idea what's going on? Just grabbed the code from your GitHub and tried running it without modification.
@mostafamohsen250
@mostafamohsen250 5 жыл бұрын
very informative, thank you
@nikunjrastogi1806
@nikunjrastogi1806 6 жыл бұрын
Hi Siraj, I am a data analyst and currently using windows 10. Please suggest me which is better for machine learning or artificial Intelligence in between windows and linux.
@harshagarwal3855
@harshagarwal3855 6 жыл бұрын
Linux or Mac OS would be best for Data Analysis or Data Science
@kukuster
@kukuster 2 жыл бұрын
Lua is hard to learn?????? Ok👌 Besides that, a very good and succinct video. Thanks!!
@waynefilkins8394
@waynefilkins8394 5 жыл бұрын
"Kids these days are so stupid and can't pay attention to anything for more than 6 seconds, so i'm going to put a shitload of memes in my videos to keep these idiots watching". I know you said this to yourself or to someone else at some point. Smart man because it's 100% true.
@yogeshkulkarni
@yogeshkulkarni 6 жыл бұрын
Siraj, Good intro... one query: in the video (at 5.01) you ZERO the weights before loss.backward(), but that is giving me 'None' type error, whereas the github code you mentioned, works fine where weights are ZERO-ed at the end, inside 'for'. Please check.
@withoutmalicexo
@withoutmalicexo 7 жыл бұрын
I think I'll sign up for grad school now
@mathephilia
@mathephilia 7 жыл бұрын
No need: just check resources online. You can start here if you feel overwhelmed by Siraj's videos, which are more for intermediate level in deep learning : neuralnetworksanddeeplearning.com/ :)
@withoutmalicexo
@withoutmalicexo 7 жыл бұрын
Thanks for the link/suggestion :) I appreciate challenges, and his videos challenge me.
@mathephilia
@mathephilia 7 жыл бұрын
Challenges are always good, and it's quite nice to keep yourself interested with the "good stuff", which is generally more complex. However, it's still extremely useful to really master the basics so you can get the most out of more advanced material !
@ozzycampos8008
@ozzycampos8008 6 жыл бұрын
Thanks for that link, Tristan
@Dlaba1973
@Dlaba1973 5 жыл бұрын
Thanks. But was the video made before the advent of Keras?
@MIraCFA
@MIraCFA 7 жыл бұрын
Next one to do: Sonnet. Is it on the map for you to talk about?
@skrmnghrd4520
@skrmnghrd4520 7 жыл бұрын
I was drunk when i stumbled upon this vid. soooo i played it on 0.5 speeeed sooo wee aaaaaare ooooon theeee saaaaaame waaaaveleeeength.
@MarkJay
@MarkJay 7 жыл бұрын
Man I just started using tensorflow and there's already a new library! we're moving too fast!!
@commentsanitizer7929
@commentsanitizer7929 4 жыл бұрын
Now this new library is the new norm
@zegov94
@zegov94 6 жыл бұрын
Using dynamic graphs, can I change the neural network during training as the epochs are being processed? Should it be useful for some application?
@eglintonflats
@eglintonflats 6 жыл бұрын
I was very surprised that all this arm flapping did not result in you flying away
@trueperson22
@trueperson22 Жыл бұрын
Please update your github code: print(t, loss.data) To avoid: invalid index of a 0-dim tensor. Use tensor.item() to convert a 0-dim tensor to a Python Thanks a lot
@kumarsen88
@kumarsen88 6 жыл бұрын
So, do you suggest Keras+Tensorflow or Pytorch???
@StereogasmSounds
@StereogasmSounds 7 жыл бұрын
You showed "the hard way" of implementing a NN in Pytorch. You didn't use the torch.nn.Module class nor the advantages it gives. With modules, code in Pytorch is substantially cleaner than TF, thus making it more suitable to beginners as well!
@SirajRaval
@SirajRaval 7 жыл бұрын
indeed good catch. thought about including that. hard to fit in time limit. perhaps future vid
@ЭльмирЭльмир-д5с
@ЭльмирЭльмир-д5с 7 жыл бұрын
So, pytorch will be useful for reinforcement learning,amiright?
@lasanihussain8810
@lasanihussain8810 7 жыл бұрын
Sir, which book should I study for learning ML and deep learning ?
@onehumanwasted4228
@onehumanwasted4228 4 жыл бұрын
How can Tesla use PyTorch as it has to run on distributed hardware?
@maanvis81
@maanvis81 7 жыл бұрын
Thanks for pointing pytorch out. I already worked with the Lua implementation and saw the python variant as just a port but it appears that it has more going for it than I thought :).
@jackbeefree2753
@jackbeefree2753 4 жыл бұрын
How I unsubschribe for dont receive e-mails by pytorch github ?
@madmotorcyclist
@madmotorcyclist 3 жыл бұрын
So funny, that after 40 years what was done in LISP is catching on nowadays.
@Skandawin78
@Skandawin78 5 жыл бұрын
Is there a 'R' Torch 🙁 as I'm quite comfortable with R
@smcalpha
@smcalpha 4 жыл бұрын
Tensorflow supports R
@NoC4k3
@NoC4k3 5 жыл бұрын
Cool! I learned almost nothing about PyTorch in 5 minutes, thank you
@avareallymeow
@avareallymeow 3 жыл бұрын
ok this hair is kinda fire lowkey
@yarcowang
@yarcowang 5 жыл бұрын
(I'm the guy from after two years when you left your messages here. So, are you guys now experts in machine learning now?) Aha~
@commentsanitizer7929
@commentsanitizer7929 4 жыл бұрын
No, not quite.
@ARJUN-op2dh
@ARJUN-op2dh 3 жыл бұрын
Next video, how to make a baby in 5 minutes...
@Otnielush
@Otnielush 3 жыл бұрын
Thanks so much
3 жыл бұрын
I m willing to develop a chatbot able to benchmark from various sources and inputs (text, voice, image, graphics) that allow someone to ask information on various (directly and indirectly related) and the bot producing a summarized output. What would be the building blocks to consider to develop this project ?
@ycyan3473
@ycyan3473 7 жыл бұрын
nice video!. can you please make a video on caffe2 . from their website I came to know that caffe2 could be better in distributed system too which was not so great for old caffe
@TheWild69Thing
@TheWild69Thing 7 жыл бұрын
Seems like pytorch is very pythonic compared with tf
@kudoamv
@kudoamv 5 жыл бұрын
So can AMD card users use Pytorch with gpu????????????
@johnmark-ps8jy
@johnmark-ps8jy 4 жыл бұрын
@@kudoamv Yes, very well...
@larryteslaspacexboringlawr739
@larryteslaspacexboringlawr739 7 жыл бұрын
thank you for making video, question about possible research topic, could you use generative adversarial network (with genetic programming (prof. john koza stanford) to help detect malicious binaries (below a certain size on a specific operating system) where the you could use the database of public known malicious binaries as a training data and one network tries to detect the malicious binary and the GAN actually compiles or writes the source code a that ends up being very similar to a malicious binary?
@Mizar88
@Mizar88 3 жыл бұрын
is it just me or there is an extremely annoying low-volume background noise (music?) in this video?
@chrisanderson1513
@chrisanderson1513 7 жыл бұрын
Are you using clamp as a relu?
@exploretheworld17
@exploretheworld17 5 жыл бұрын
tensorflow is hard to beginner, however I do think it is more powerful
@isweartofuckinggod
@isweartofuckinggod 3 жыл бұрын
Is learning Lua that big of a barrier?
@xNiickT
@xNiickT 5 жыл бұрын
What do you mean by "PyTorch is great for research" ?
@smallbluemachine
@smallbluemachine 5 жыл бұрын
I want that answer too, and in 2 to 3 minutes. I thought 5 minutes would be ok, but there's too much flexing here and not enough plain-talking.
@michaelphelps2350
@michaelphelps2350 3 жыл бұрын
2:02 Aren't i2h and h2h labeled opposite from the code?
Generative AI in a Nutshell - how to survive and thrive in the age of AI
17:57
PyTorch Crash Course - Getting Started with Deep Learning
49:55
AssemblyAI
Рет қаралды 96 М.
An Unknown Ending💪
00:49
ISSEI / いっせい
Рет қаралды 50 МЛН
OYUNCAK MİKROFON İLE TRAFİK LAMBASINI DEĞİŞTİRDİ 😱
00:17
Melih Taşçı
Рет қаралды 7 МЛН
But what is a neural network? | Chapter 1, Deep learning
18:40
3Blue1Brown
Рет қаралды 17 МЛН
Building a Neural Network with PyTorch in 15 Minutes | Coding Challenge
20:34
you will never ask about pointers again after watching this video
8:03
Low Level Learning
Рет қаралды 2,2 МЛН
Deep Learning Frameworks 2019
13:08
Siraj Raval
Рет қаралды 166 М.
CUDA Explained - Why Deep Learning uses GPUs
13:33
deeplizard
Рет қаралды 238 М.
How I'd Learn AI (If I Had to Start Over)
15:04
Thu Vu data analytics
Рет қаралды 801 М.