TensorFlow in 100 Seconds

  Рет қаралды 966,335

Fireship

Fireship

Күн бұрын

TensorFlow is a tool for machine learning capable of building deep neural networks with high-level Python code. It provides developer-friendly APIs that help software engineers train, analyze, and deploy ML models.
#programming #deeplearning #100secondsofcode
🔗 Resources
TensorFlow Docs www.tensorflow...
Fashion MNIST Tutorial www.tensorflow...
Neural Networks Overview for Data Scientists www.ibm.com/cl...
Machine Learning in 100 Seconds • Machine Learning Expla...
🔥 Get More Content - Upgrade to PRO
Upgrade to Fireship PRO at fireship.io/pro
Use code lORhwXd2 for 25% off your first payment.
🎨 My Editor Settings
Atom One Dark
vscode-icons
Fira Code Font
🔖 Topics Covered
What is TensorFlow?
How to build a neural network with TensorFlow
What is TensorFlow used for?
Who created TensorFlow?
How neural networks work
Easy neural network tutorial
What is a mathematical Tensor?

Пікірлер: 860
@haxi52
@haxi52 2 жыл бұрын
Any machine learning topic in 100 seconds... super hard, very well executed!
@GigaChadL337
@GigaChadL337 Жыл бұрын
Nope, if you don't know how neural networks works you won't understand a shit
@connorkapooh2002
@connorkapooh2002 2 жыл бұрын
Whilst not really appropriate as this is more of a software channel, various Deep Learning concepts explained in 100 seconds could be pretty cool too. I hardly see any people making videos on the actual intuition behind all of it and the WHY it works and how the hell did the genius discover this. Shout out 3Blue1Brown and NNFS
@colinb8332
@colinb8332 2 жыл бұрын
3blue1brown is an incredible channel. Great shoutout
@NoName-lu5tg
@NoName-lu5tg 2 жыл бұрын
Who is NNFS
@mohameddaahir4
@mohameddaahir4 2 жыл бұрын
Welch lab's "Neural Networks Demystified" is also a good one
@kasvith
@kasvith 2 жыл бұрын
You might wanna check @3Blue1Brown
@bshulke
@bshulke 2 жыл бұрын
As others mentioned, 3Blue1Brown is a great resource for learning these concepts, as well as Stat Quest with Josh Starmer.
@DamnBoii123
@DamnBoii123 2 жыл бұрын
tf is TensorFlow.
@trayambakrai
@trayambakrai 2 жыл бұрын
Tensorflow is a Tensorflow.
@AlexMJB
@AlexMJB 2 жыл бұрын
Correct
@joshbishop
@joshbishop 2 жыл бұрын
I see what you did there *nose tap*
@EduardoConX
@EduardoConX 2 жыл бұрын
true
@3dninja54
@3dninja54 2 жыл бұрын
I agree.
@galgrunfeld9954
@galgrunfeld9954 2 жыл бұрын
I'd love to see a longer video about it exlaining how to use TensorFlow, explaining its and neural net's basic concepts.
@quantumastrologer5599
@quantumastrologer5599 2 жыл бұрын
kzbin.info/aero/PLcWfeUsAys2nPgh-gYRlexc6xvscdvHqX
@juhotuho10
@juhotuho10 2 жыл бұрын
you can find that elsewhere on yt, sentdex for example
@MrAcuriteOf1337
@MrAcuriteOf1337 2 жыл бұрын
Step one is to use Torch instead, fuck Tensorflow
@cgenigma675
@cgenigma675 2 жыл бұрын
@@MrAcuriteOf1337 lol why is that
@MrAcuriteOf1337
@MrAcuriteOf1337 2 жыл бұрын
@@cgenigma675 Torch and Tensorflow perform similarly, however Tensorflow has had a lot of design issues over the years, and is much less Pythonic to write. Just about anyone familiar with Numpy can pick up Torch and get to work, but Tensorflow is an entirely different beast. Not to mention things like Tensorflow immediately allocating all GPU memory to itself immediately, while Torch allocates only what it needs.
@its_elkku135
@its_elkku135 2 жыл бұрын
This makes ML feel approachable and incredibly useful as opposed to something obtuse and impractical, which is the way I felt about it previously.
@TheMomentumhd
@TheMomentumhd 2 жыл бұрын
Check out fastai. Thats their entire philosophy. ML for people without phD, zero bs aproach! I liked their courses (free as well)
@earthling_parth
@earthling_parth 2 жыл бұрын
@@TheMomentumhd thank you for exposing me to this. I didn't even know suck Ann awesome and free resource existed!
@Yaxqb
@Yaxqb 2 жыл бұрын
Hate to break it to you, but ML is obtuse and impractical if you want to do something more than hello world with mnist. I spent a good portion of my 5yr degree on ML, I questioned my sanity each 2 months. There are so many "Yes But What If" for hyperparameters, different model architectures, normalization etc. It's easy to slip up on any part of the pipeline, which invalidates your whole model. Yeah sorry for the rant i had to get this off my chest. Maybe ML is better outside academia
@TheMomentumhd
@TheMomentumhd 2 жыл бұрын
@@Yaxqb its quite different... often you dont need that indepth knowledge and most of the times you are just calling some already made library or amazon/google apis. But yeah I agreed with you, been doing research on deep learning and I question my sanity everyday.. the math behind lstms is currently making me insane.
@Yaxqb
@Yaxqb 2 жыл бұрын
@@TheMomentumhd in my experience, Conv1D nets were 80% as effective as lstms for time series data, and I kinda understand 1d convolution (only kinda)🤔
@vicradon
@vicradon 2 жыл бұрын
I'd love to see a Fireship machine learning course.
@flyte9844
@flyte9844 2 жыл бұрын
+1
@Noxolo1769
@Noxolo1769 2 жыл бұрын
Agreed, this would be awesome!
@mikelevels1
@mikelevels1 2 жыл бұрын
This would be so cool!
@maimee1
@maimee1 2 жыл бұрын
TensorFlow is more for specifically Deep Learning, and DL as well as ML is more academic than coding? There's all the math and knowledge you should know before using/doing these things. Not sure if that's what Fireship teaches.... or if that would be appropriate.
@shunnie8482
@shunnie8482 2 жыл бұрын
@@maimee1 This is wrong and I dont suggest anyone to do this. First go blind, learn how to build a model without knowing the math. Then once you feel comfortable and want to learn how things work, then go ahead and learn the math. The thing is, once you learn all the math behind backprop and such it seems easy but I spent weeks trying to understand it without knowing about matrices and such. If I tried to learn that math before I actually started creating models then I would've easily ran away. I dont think this is about "my way of learning", if you show people an extremely hard thing without telling them how they'll use it they will just have less discipline and will to pull through.
@talhaibnemahmud
@talhaibnemahmud 2 жыл бұрын
Scratched my head for the last six months in the ML course at my University. Here Jeff has built the Neural Network in 100 seconds ❤️❤️❤️
@Tri-Technology
@Tri-Technology 2 жыл бұрын
Same here. In my first semester ML it was only about preprocessing (I mean yeah it's important) and in the end we have seen an easy neural network for 2 minutes and that was it.
@Piupiumacher
@Piupiumacher 2 жыл бұрын
@@Tri-Technology for many applications pre processing is the most important step, especially if your data is harder to digest than images.
@Tri-Technology
@Tri-Technology 2 жыл бұрын
@@Piupiumacher Yes I know, but it's frustrating if you have to take 5 semester courses to finally code your first neural network. Of course preprocessing is really important, but I don't need the preprocessing if my master is not long enough to ever build something out of the preprocessed data. For me it's just a side topic and not my main domain.
@ohyash
@ohyash 2 жыл бұрын
Thankfully I only had to Scratch my head for 100 seconds. I didn't understand it before, I don't understand it after.
@codewithjarred_
@codewithjarred_ 2 жыл бұрын
Unbelievable. 10 minutes ago I had an idea that I wanted to use ML for, and now I see that he posted this! Awesome
@lejamesbron5880
@lejamesbron5880 2 жыл бұрын
Wow, look at the universe universing.
@WomboBraker
@WomboBraker 2 жыл бұрын
that's how good it is
@YuriG03042
@YuriG03042 2 жыл бұрын
he used tensorflow to predict what the viewers would want
@nateo7045
@nateo7045 2 жыл бұрын
Well what's the idea?! Don't worry, none of us are smarter enough to steal it from you
@jjjj-x9g
@jjjj-x9g 2 жыл бұрын
They're inside your head
@sonmangaking
@sonmangaking 2 жыл бұрын
It’s crazy to see this I’ve been now out of college for two plus years and been using these frameworks for some time
@TheOriginalJohnDoe
@TheOriginalJohnDoe 2 жыл бұрын
Even though it's a good explanation, machine learning concepts are really hard, and things like 'activation functions', 'dense layers' and more of this terminologies are just noise if you have rarely used machine learning and understand what they do and why you want to use them.
@copperbadge1
@copperbadge1 2 жыл бұрын
Hey Jeff - Just wanted to let you know that most of your formats are very helpful in my daily professional life (even after 15-ish years of doing this. I feel old.) and just fun to watch. Thank you for putting all the effort into both delivering a great amount of info without making it feel overwhelming and radiating a positive attitude, adding to a programming culture that feels good to live and share with the people I work with. Still googling on parties what a docker container is tho. :D
@abdelkaleem
@abdelkaleem Жыл бұрын
Your welcome
@Aratolotl
@Aratolotl 2 жыл бұрын
This was just awesome. I wish there was a full TF course made as clearly and concisely made as this video.
@TechySpeaking
@TechySpeaking 2 жыл бұрын
I learned more in 100 seconds than I learned in an entire Deep Learning course in college. Granted, if I had actually paid attention in college (and this video was out then), I would have known that my final project could have been done in 20 lines of code, rather than having to re-invent the wheel.
@maksimfedoryak
@maksimfedoryak Жыл бұрын
But isn't a process of study infinite reinvention of wheel, in core?
@_sevelin
@_sevelin 2 жыл бұрын
Never thought I would gain interest in ML back after loosing it in my university classes! Thanks!
@omarjimenezromero3463
@omarjimenezromero3463 2 жыл бұрын
well its not school usually where you do what you want o learn it like you like, so this is very often to gain interest of something of the school when one its not on the school dealing with the school system
@prasukjain8488
@prasukjain8488 Жыл бұрын
As a tensorflow developer I can say that , tf is the best deep learning library and is super simple and easy to use.
@ABHAY-hu9kw
@ABHAY-hu9kw 2 жыл бұрын
Fyi, in Physics , Tensor is the quantity which is neither scalar or vector. Like current, is scalar in Ohm's law. But, vector in Maxwell's equations or in current density. So current is tensor quantity
@moonedCake
@moonedCake 2 жыл бұрын
Love this one❤ Please Make More Videos on Machine Learning. Because you explain really really well❤❤❤
@tobytheepic844
@tobytheepic844 2 жыл бұрын
I always find that you make these 100 second videos right after I start getting into the topic of the video
@janakakumara3836
@janakakumara3836 2 жыл бұрын
OMG. Thank you. I finally get it. Now do one for General Relativity.
@fakezpred
@fakezpred 2 жыл бұрын
Jax (also by google) and pytorch are great frameworks as well although they do not have something as high level as keras available built in to the framework.
@Sakshamn-wz3fu
@Sakshamn-wz3fu 2 жыл бұрын
torch >> tensorflow so much better to work with idk abt jax
@shrysm
@shrysm 2 жыл бұрын
@@Sakshamn-wz3fu why?
@manhalrahman5785
@manhalrahman5785 2 жыл бұрын
Wonder what happened to Theano
@hiteshadari4790
@hiteshadari4790 2 жыл бұрын
@@Sakshamn-wz3fu this is what I heard so i started with pytorch
@MouliSankarS
@MouliSankarS 2 жыл бұрын
@@manhalrahman5785 Development ceased. There's a fork called aesara.
@brandonortiz3349
@brandonortiz3349 2 жыл бұрын
you should consider doing an 100 seconds of Scala programming language
@setsunaes
@setsunaes 2 жыл бұрын
Me (heavy breathing): "I know TensorFlow" My Boss: "Prove it..."
@ryotanada
@ryotanada 2 жыл бұрын
My old friend tensorflow. Math has been a fascinating subject for me, which means I'm naturally fixated to this topic of machine learning when I found it in university. Unfortunately, this course was one of my lowest in terms of final score. Probably because I messed up real hard in the finals. Probably gonna get a masters and try this again.
@C_Corpze
@C_Corpze 2 жыл бұрын
We need more machine learning concepts and thing explained in 100 seconds, this was very nice and helpful!
@gurmindersingh7602
@gurmindersingh7602 Жыл бұрын
short and fast explained. no waste of time. good work
@patrickwhite9902
@patrickwhite9902 8 ай бұрын
Thank you for the graphic at 26 seconds - I needed that right now in my life!
@thamidudharshitha5515
@thamidudharshitha5515 2 жыл бұрын
Great Job Jeff. You clearly explained most fundamentals in 100 secs. My professor took months to teach this, yet I could not understand this properly. xD
@itilin
@itilin 2 жыл бұрын
Huge thanks! Recently bought a book about tensorflow js. And this video gave me hope that I could handle the book.
@thewholeworldisburningharry123
@thewholeworldisburningharry123 2 жыл бұрын
good luck dude! i hope youll go throught it 😄
@JacobCanote
@JacobCanote 2 жыл бұрын
Cool. I worked a JS version of this. It's fun.
@codeaviandev9049
@codeaviandev9049 2 жыл бұрын
Great. You have a special ability to tell about anything in a limited time. Thank you.
@aaaaanh
@aaaaanh 2 жыл бұрын
I just did a presentation on my sequential model architecture yesterday to my supervisor, I wish this vid was released then so I could steal some sick visualizations 😅
@nikhilgangaramani
@nikhilgangaramani 2 жыл бұрын
Love your 100 sec series keep it up
@mrdbourke
@mrdbourke 2 жыл бұрын
Outstanding explanation of TensorFlow!
@Futschikatores
@Futschikatores 2 жыл бұрын
are you high?
@aaron4163
@aaron4163 2 жыл бұрын
I used tensorflow to build a real time image color sorter 5 years ago and this woulda been helpful. Thanks
@TobiPlayHD
@TobiPlayHD 2 жыл бұрын
Now we need (the arguably much better) PyTorch next.
@youssef.elmoumen
@youssef.elmoumen 2 жыл бұрын
The only channel I'm checking from time to time for new videos
@lepystudio8974
@lepystudio8974 2 жыл бұрын
Would love to see this over 100s and also combined with JS
@devoxygen7395
@devoxygen7395 2 жыл бұрын
Your 100 sec explanation better than all other learning material even official documents
@pinkreefinformatica1372
@pinkreefinformatica1372 2 жыл бұрын
Dude... the most impressive of this video is that you explain what is a tensor in 5 seconds... ;-) mayby you should do a "5 seconds series" ;-)) great job... KUTGW!!!
@Adoroam
@Adoroam 2 жыл бұрын
would you ever consider making a fireship video about how you produce a fireship video? like, from taking notes and writing the script to animation and other visuals?
@sonofdirt
@sonofdirt 2 жыл бұрын
Yo he already did that
@Adoroam
@Adoroam 2 жыл бұрын
@@sonofdirt lol my b. thanks. i'll go check it out.
@maybeanonymous6846
@maybeanonymous6846 Жыл бұрын
Fireship in 100 seconds
@larry_berry
@larry_berry 2 жыл бұрын
Oh wow. Literally yesterday was trying to find info about tensorflow.
@ibado5592
@ibado5592 2 жыл бұрын
While watching this vid ,got tensor flow add . Wow super relevant.
@zafirhasananogh2421
@zafirhasananogh2421 2 жыл бұрын
can proudly say never skipped a Fireship video till date, your videos are awesome. Keep up the good work!:)
@giorgiobellisario
@giorgiobellisario 2 жыл бұрын
Beyond 100 seconds of TensorFlow! 🚀
@chhavikantsingh
@chhavikantsingh 2 жыл бұрын
100 new things to take out of these 100 seconds ... Good work 👍😁
@parker7441
@parker7441 Жыл бұрын
The math and stat behind these models are really cool.
@michaszostak1105
@michaszostak1105 2 жыл бұрын
Some time ago I tried to understand neural networks so I watched a few ten minute videos and still knew nothing. Now I watched your 100 second python tutorial and now I understand it
@vadiks20032
@vadiks20032 Жыл бұрын
i like these vids. i'd love videos that are "in 3600 seconds" but with same speed as the 100 seconds one, just described more in depth
@custommarketnews
@custommarketnews 2 жыл бұрын
Yes! Short fast paced videos are the best. Pls keep them coming.
@jeffkevin3
@jeffkevin3 2 жыл бұрын
Will you make videos of PyTorch or JAX (or even Numpy) in the near future? I think they are very important as well as TensorFlow (or even more important when it comes to research areas instead of industries).
@pouyan74
@pouyan74 2 жыл бұрын
Agreed 👍
@DaEpic
@DaEpic 2 жыл бұрын
im in love with your content 👑
@lucasteo5015
@lucasteo5015 2 жыл бұрын
recently, I found a cool AI framework called "Ivy", didn't get the time to try it out yet, but what it does is that it allows you to run any AI framework code on any other AI framework, it's still a work in progress but it will definitely be a must have tool someday
@robertbinkowski
@robertbinkowski 2 жыл бұрын
Did a project on this. It is a massive oversimplification. But great for starters.
@flamakespark
@flamakespark 2 жыл бұрын
Finally, I've been waiting it for ages! Ty, Jeff!
@poglord._
@poglord._ 2 жыл бұрын
What about neural networks in 100 seconds
@ihateorangecat
@ihateorangecat 2 жыл бұрын
absolutely LOVE jeff doing machine learning related contents 👏👏
@felixc.programs8209
@felixc.programs8209 2 жыл бұрын
Great video! Your content really inspires me to keep producing informative tech/programming/data science content on my new KZbin channel myself. Thank you for everything!
@CodingWithLewis
@CodingWithLewis 2 жыл бұрын
Waiting for it to be easy as: import machinelearning machinelearning.train() machinelearning.guess_if_its_a_pullover_shirt()
@joshuamcdonald5850
@joshuamcdonald5850 2 жыл бұрын
normally these 100s videos give a good overview of a topic to let me know if i should be aware of it; but this one is so filled with jargon that i doubt its really useful for anyone. neat video though, and im sure the draw factor of ML makes it a desirable topic to make a video on
@marekcarlisle6937
@marekcarlisle6937 8 ай бұрын
thank you bro for all these amazing tutorials that serve to get our toes wet asap
@habib_khan
@habib_khan 2 жыл бұрын
Beautifully done mate as always.
@lolplayfelix-_-2713
@lolplayfelix-_-2713 2 жыл бұрын
i literally just picked up a tesla k80 card to get started with tensorflow and then my knight in shining armor shows up and makes a video about it, thanks so incredible much!
@patrickwhite9902
@patrickwhite9902 8 ай бұрын
Just putting it here for anyone else, I too have a K80 and whilst it has a heap of VRAM it is an incredibly slow GPU. Slower than my old GTX 1050ti and not worth the trouble of finding old drivers and all the fiddling with settings to even get the K80 running.
@amandeepdogra6882
@amandeepdogra6882 2 жыл бұрын
Please a video on pytorch and then a comparison b/w TF and pytorch.
@sharecodecamp
@sharecodecamp 2 жыл бұрын
Now I'm ready to start my new tensorflow career 🔥💕
@benmatt8940
@benmatt8940 2 жыл бұрын
You know you've watched too much of this dude's videos when you're able to predict that would start this video by "TensorFlow an..."
@toup0
@toup0 2 жыл бұрын
Any chance to get one of those power reviews for Scala 3? Would be superb!
@PlGGS
@PlGGS 2 жыл бұрын
Please make a full course on tensorflow
@ahasanhabibsajeeb1979
@ahasanhabibsajeeb1979 Жыл бұрын
It's been long I had been loving tensorflow
@mitch7w
@mitch7w 2 жыл бұрын
Been waiting forever for this😍
@draken5379
@draken5379 2 жыл бұрын
Dude, you explained tensorflow and ml better than ive seen in 5 hour lectures or videos. You are a god, keep it up mate.
@rishabhjain3405
@rishabhjain3405 2 жыл бұрын
Bro it'd be great if you can create a course on tensorflow
@climentea
@climentea 2 жыл бұрын
I'm a machine learning developer now! Thx!
@oluwatobioyeleye5246
@oluwatobioyeleye5246 2 жыл бұрын
i love the way you broke it down, you make maching learning accessible
@huzaifasaqib8138
@huzaifasaqib8138 2 жыл бұрын
Can you make a video about the best tech stacks for beginners?
@y0Saxir
@y0Saxir 2 жыл бұрын
js everything
@olive_oak
@olive_oak 2 жыл бұрын
Have you thought about making a 100 seconds on Scala?
@marwan.v1511
@marwan.v1511 2 жыл бұрын
we would like to see full course on TensorFlow 🔥
@vectoralphaSec
@vectoralphaSec 2 жыл бұрын
PLEASE more AI and ML videos.
@briankithinji7302
@briankithinji7302 2 жыл бұрын
Just when I needed it
@excessreactant9045
@excessreactant9045 2 жыл бұрын
What amazing timing. I just started learning this
@nemeziz_prime
@nemeziz_prime 2 жыл бұрын
Please do one for PyTorch as well xD
@metatronicx
@metatronicx 2 жыл бұрын
You're the best and I'm tuned Fireship. Your contents are gold for me
@sunritjana4573
@sunritjana4573 2 жыл бұрын
yay! this one is epic, waited for it for a while, lessgoooooo
@Danny-qh4su
@Danny-qh4su 2 жыл бұрын
My first thought while clicking this - “how is he gonna write hi mom!” ?
@0xC4aE1e5
@0xC4aE1e5 2 жыл бұрын
I've just been learning AI with R, thank you.
@ioneocla6577
@ioneocla6577 2 жыл бұрын
Didn't undertood a thing but it was really interesting
@philosophiabme
@philosophiabme 2 жыл бұрын
Can’t wait for the PyTorch episode 👀👀👀
@LucidSonder
@LucidSonder 2 жыл бұрын
This is going to be highly off topic. Tldr at the bottom. Ok so hear me out, remember when fireship made the video about recursion? In the outro of that video he stated (in the next video we'll talk about memoization) and he even demoed a thumbnail for the video. (Proof: I used to have an Imgur link showing the part of the video where the thumbnail was the link ends with a/JSUGE62 ) I personally cannot find evidence of that video, back when that video happened I had an exam coming up and I really wanted the video I was mad when it wasn't out on time and then I thought, I'll definitely find it before the finals... Cut to a while later, I passed and now everytime a video comes out I tell myself "it will be next" it's never come but I am hopeful. I know memoization now but I just feel like that video will staisfy something in me. I want the video. Tldr: fireship said we'll get a video about memoization, never made it. I'm sad about it.
@886smw
@886smw 2 жыл бұрын
"Paypal use it as fraud detection..." The A.I. identifies PayPal as the actual fraud!🤣🤣🤣
@asyncawait5335
@asyncawait5335 2 жыл бұрын
Awesome content as usual
@stevemcwin
@stevemcwin 2 жыл бұрын
Hey Jeff, could you do a video on the Nim programming language please?
@AndrewDChristie
@AndrewDChristie Жыл бұрын
this was useful, so much made clear in one video
@rothbardfreedom
@rothbardfreedom 2 жыл бұрын
If these clips were under 60s, KZbin would boost it crazily in Shorts
@santiagotorres6929
@santiagotorres6929 2 жыл бұрын
I'll add this to my resume.
@official6686
@official6686 2 жыл бұрын
welp, ill get back to learning tensorflow once i have learned math 1,2,3 and calculus
@leoaso6984
@leoaso6984 2 жыл бұрын
0:23 I actually understood that sentence. I knew that B.Eng degree would be useful one day. 😅
@isheanesunigelmisi8400
@isheanesunigelmisi8400 2 жыл бұрын
I was literally just reading Tensorflow when this popped up
@theandradelimited7809
@theandradelimited7809 Жыл бұрын
Thanks this was really helpful to understand Tensorflow
@lemonbot7755
@lemonbot7755 2 жыл бұрын
fireship i just want you to know that 2 minutes and 40 secs is not equal to 100 seconds, its 160.
@zenu903
@zenu903 2 жыл бұрын
I'm studying Systems Dev.&Analysis and never grasped the concept of neural networks, but hearing that "think of each node as it's own linear regression" blew my mind. Is it all just basically a lot of small statistical predictions in parallel while assigning and comparing weights for how accurate each one gets?
@benkhemismarwen2431
@benkhemismarwen2431 2 жыл бұрын
this channel's purpose is to make people think "they understand" while not understanding
Hugo in 100 Seconds
2:33
Fireship
Рет қаралды 504 М.
10 regrets of experienced programmers
8:16
Fireship
Рет қаралды 1,4 МЛН
Когда отец одевает ребёнка @JaySharon
00:16
История одного вокалиста
Рет қаралды 8 МЛН
Офицер, я всё объясню
01:00
История одного вокалиста
Рет қаралды 6 МЛН
iPhone or Chocolate??
00:16
Hungry FAM
Рет қаралды 52 МЛН
God-Tier Developer Roadmap
16:42
Fireship
Рет қаралды 7 МЛН
10 weird algorithms
9:06
Fireship
Рет қаралды 1,2 МЛН
100+ Linux Things you Need to Know
12:23
Fireship
Рет қаралды 1,2 МЛН
Tensorflow Tutorial for Python in 10 Minutes
11:33
Nicholas Renotte
Рет қаралды 445 М.
PyTorch vs TensorFlow in 2023 FULL OVERVIEW
13:29
Team Up With AI
Рет қаралды 37 М.
Tensors for Neural Networks, Clearly Explained!!!
9:40
StatQuest with Josh Starmer
Рет қаралды 184 М.
Watching Neural Networks Learn
25:28
Emergent Garden
Рет қаралды 1,3 МЛН
But what is a neural network? | Chapter 1, Deep learning
18:40
3Blue1Brown
Рет қаралды 17 МЛН
I tried 10 code editors
10:28
Fireship
Рет қаралды 3 МЛН
Когда отец одевает ребёнка @JaySharon
00:16
История одного вокалиста
Рет қаралды 8 МЛН