Тёмный

PyTorch or Tensorflow? Which Should YOU Learn! 

Nicholas Renotte
Подписаться 281 тыс.
Просмотров 247 тыс.
50% 1

Опубликовано:

 

27 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 117   
@manuelnovella39
@manuelnovella39 Год назад
TensorFlow's name is way cooler. Period.
@Newb1eProgrammer
@Newb1eProgrammer 5 месяцев назад
PyTorch just sounds like a torch.
@frommarkham424
@frommarkham424 4 месяца назад
@@Newb1eProgrammer Pietorch
@Newb1eProgrammer
@Newb1eProgrammer 4 месяца назад
@@frommarkham424 stuck a torch in a pie because the fire scared you
@DaveJ6515
@DaveJ6515 3 месяца назад
Uou have a point.
@fluffsquirrel
@fluffsquirrel 9 дней назад
And the logo is epic
@dikshyakasaju7541
@dikshyakasaju7541 Год назад
So, true. However if you have good knowledge of building NN then a framework/library should not be a barrier as these are just tools and tools change over time.
@NicholasRenotte
@NicholasRenotte Год назад
1000%
@desrucca
@desrucca 10 месяцев назад
But sometimes the pretrained model only available in a specific format.
@shreevinayaka8219
@shreevinayaka8219 3 месяца назад
@@NicholasRenotte sir from which source did u learn tensorflow
@darshantawte7435
@darshantawte7435 10 дней назад
What i have seen is most of ML papers are implemented using Pytorch hence learning that now. I already have worked with Tensorflow before.
@Geomaverick124
@Geomaverick124 Год назад
I'd suggest learning TensorFlow first because it's backed by Google and has a certification behind it which will lead you to google's Data Engineer cert and Machine Learning Cert. Zerotomastery and Coursera have really good prep courses for tensorflow certification and pytorch for that matter
@spencersedano
@spencersedano Год назад
i am currently learning pytorch. I checked the job requirements, they ask you both. I think when I get proficient with PyTorch, I will be able to pick up Tensorflow as well.
@theonewhoknocks2835
@theonewhoknocks2835 Год назад
TF with Keras is way easier IMO
@nameless9726
@nameless9726 10 месяцев назад
​@@theonewhoknocks2835model.fit() goes brrrrrr
@Pramit2000
@Pramit2000 10 месяцев назад
@@theonewhoknocks2835I did her this before but with no more detail. I am just starting up, so can you provide me little extra detail.
@twentyeightO1
@twentyeightO1 7 месяцев назад
@@theonewhoknocks2835 Genuine question - is Keras enough?
@theonewhoknocks2835
@theonewhoknocks2835 7 месяцев назад
@@twentyeightO1 no idea
@rohanmahajan6333
@rohanmahajan6333 Год назад
i will be learning pytorch because i cannot figure out how to install tensorflow 🤣
@fred6584
@fred6584 Год назад
I tried to install about 10 times and failed. Until, for some reason i dont know why, It randomly started working. Maybe my computer needed some rest before import the lib.
@harshwardhan8771
@harshwardhan8771 Год назад
Soooooo trueeee it must the api right?
@ahmadwali1785
@ahmadwali1785 Год назад
Perhaps you're trying to install the GPU version on windows. I learned they no longer support GPUs on Windows native. I had to install an older version
@anantchandak9574
@anantchandak9574 10 месяцев назад
your computer is just like todays mappa animators fr@@fred6584
@Priyanshuc2425
@Priyanshuc2425 9 месяцев назад
Haha 😂
@morgomi
@morgomi Год назад
I learned tf & torch very well and confidently entered an interview. Interview question: -Please write "xx" from scratch without using torch/tf :D
@NicholasRenotte
@NicholasRenotte Год назад
LOL, brutal...but...didn't say you couldn't use Keras, PyTorch Lightning or JAX! 😂
@morgomi
@morgomi Год назад
​@@NicholasRenotte 🤣 I immediately said "Thank you" and left the interview. Hope they found their "monster".
@mohamedaly9096
@mohamedaly9096 Месяц назад
Where did you learn tf and pytorch?
@NomadicBrian
@NomadicBrian 4 месяца назад
Just keep learning. When I'm not on a contract I'm learning and training. Doing PyTorch myself. I have C#.NET, Java, Python, Angular and React. When I started I did COBOL, DB2, CICS, JCL on mainframes.
@codewithbrogs3809
@codewithbrogs3809 Год назад
How did you learn what you needed to know for deep learning? Can you provide a roadmap
@ProgrammingCradle
@ProgrammingCradle Год назад
Totally agree with you Nic... Also, its fun to see how different frameworks work... 😁
@sriramgangadhar2408
@sriramgangadhar2408 Год назад
Small help, pls make a video on how to start learning the framework since framework like tensorflow are huge. Pls consider
@AzusaSnowflake
@AzusaSnowflake Год назад
Did you practice maths too as well? Like linear algebra, calculus, etc.. like, do I have to practice these topics in math well for good in machine learning?
@NicholasRenotte
@NicholasRenotte Год назад
Sure do! Building models is super easy, thanks to all of these great Python libraries. But when things don’t work, having an underlying understanding of the nuts and bolts (aka the math) behind the models will make your life a ton easier.
@AzusaSnowflake
@AzusaSnowflake Год назад
@@NicholasRenotte Thank you :)
@Mythical.History
@Mythical.History 11 дней назад
I'm a beginner. I don't know where to start
@theherrmann
@theherrmann 2 месяца назад
That’s the real approach, thanks ❤
@Technogamecoc
@Technogamecoc Год назад
Do industries tend to use deep learning frameworks like Keras and TensorFlow, or do they opt for building solutions from scratch
@taihuynhuc3135
@taihuynhuc3135 8 месяцев назад
That may depend on what field you works at since machine learning is very broad. But generally speaking, most companies use popular frameworks like PyTorch, TF 2, Jax, ONNX. These frameworks solve low-level problems and provide some optimizations which would be a pain in ass to implement from the scratch
@yolow8126
@yolow8126 Год назад
How do even plan this thing 🤔 Any recommendations for libraries to learning after python . Would be helpful
@NicholasRenotte
@NicholasRenotte Год назад
Got a short on this coming up on the IBM Technology RU-vid channel soon!
@alexanderzagula1994
@alexanderzagula1994 10 месяцев назад
Damn sneako did a craaazy rebrand
@bladesskate3954
@bladesskate3954 Год назад
I am a beginner wanting to learn computer vision, I did some basic projects in open cv, yolo. Now I want to go in-depth in either tensor flow/Pytorch what should i choose ?
@bitsbard
@bitsbard 11 месяцев назад
This content is insightful. A matching book would be my suggestion if you're invested in this topic. "From Bytes to Consciousness: A Comprehensive Guide to Artificial Intelligence" by Stuart Mills
@leonardputtmann8404
@leonardputtmann8404 Год назад
So that means that IBM is mainly using Tensorflow? :)
@NicholasRenotte
@NicholasRenotte Год назад
I tend to use whatever a client has a preference for. Internally I’m pretty sure it’s a mixed bag these days!!
@JohnMustson
@JohnMustson Год назад
Hey. What would you use to make an AI that does prediction based on dataset?
@c016smith52
@c016smith52 2 месяца назад
So I’ve got a Mac M2, and no Nvidia card… What should I learn?
@inaccessiblecardinal9352
@inaccessiblecardinal9352 8 месяцев назад
Smart advice.
@aces8481
@aces8481 2 месяца назад
why did you choose that thumbnail
@georgewang7770
@georgewang7770 Год назад
I find pytorch self manages memory out of the box better than tensorflow. Pytorch is like an automatic car. Tensorflow is more configurable but more fiddly.
@AspectSkyRise
@AspectSkyRise Год назад
Nice
@hbfl3x50
@hbfl3x50 Год назад
this video thumbnail suggested tensorflow instead
@dellme8177
@dellme8177 Год назад
For real i think pytorch gives u advanced controls for you to operate with... in tensorflow i pretty much hate its graph execution and build up algorithm
@rikawrites7104
@rikawrites7104 Год назад
so which one should I learn first??
@hellboy4642
@hellboy4642 Год назад
Any Udemy course you recommend sir
@gauravkumarjaiswal1912
@gauravkumarjaiswal1912 4 месяца назад
Tbh I learnt tensorflow from day1 and felt in love
@ahmadshabaz2724
@ahmadshabaz2724 Год назад
I am also learning pytorch or chat gpt.
@harrytowers1076
@harrytowers1076 2 месяца назад
That thumbnail 😂
@NoProbablyNot
@NoProbablyNot Год назад
Cool
@Dom-zy1qy
@Dom-zy1qy 7 месяцев назад
it doesnt matter, they arent difficult to switch between.
@wingslikesboogiesboobs
@wingslikesboogiesboobs 4 месяца назад
Honestly I have no clue how people get hired as Data Scientists with not at least a Masters. It is pretty much impossible here getting hired even with a Masters. Most expect a PhD
@ademugni9513
@ademugni9513 Год назад
Education is an investment
@mahmoudmohsen7989
@mahmoudmohsen7989 Год назад
Happy to know that you made a video about my question Nicooo😂❤
@NicholasRenotte
@NicholasRenotte Год назад
😉 figured why not! 😂
@deborshikashyap6745
@deborshikashyap6745 Год назад
I encountered an issue where, upon attempting to execute the code li=[1,2,3,4,5,6] followed by print(li), the Python interpreter unexpectedly terminated without providing any error message or indication of the problem. Can you please tell me what happened??
@nicmalugin9287
@nicmalugin9287 Год назад
Was that all the code or was it surrounded by more code in learning python right now btw
@mohammadmoghaddam4790
@mohammadmoghaddam4790 Год назад
Obamna? 😮
@perpetuallearner8257
@perpetuallearner8257 Год назад
pytorch is the best babyyyyyyy
@TheNativeTwo
@TheNativeTwo Год назад
RLLIB
@jasbinkarki6648
@jasbinkarki6648 Год назад
why your preview image looks like you are crying
@PhantomKenTen
@PhantomKenTen 8 месяцев назад
Pytorch because I started with tensorflow 0.1
@humphreyanania8538
@humphreyanania8538 Год назад
"PromoSM"
@noahhughes127
@noahhughes127 9 месяцев назад
JAX >>>>>
@vinhkhangtrankhuong7203
@vinhkhangtrankhuong7203 4 месяца назад
If you know math potato potato what is the difference they are just the same thing doing the same math. After I learn pytorch I learn tensorflow in just 5 hours lol. Just the name of the function change nothing difference.
@jameelabduljalil25
@jameelabduljalil25 20 дней назад
Pytorch sucks with its weird stupid syntax.
@ankitbhatia5998
@ankitbhatia5998 Год назад
Why are u showing ugly faces .. u can simply smile in the photos
@himitesolaymane
@himitesolaymane Год назад
the best thing to do is creating your own neural network from scratch
@Flameandfireclan
@Flameandfireclan 10 месяцев назад
@AnushkaChathuranga-cw7tcNo it’s not. Learning to build a NN from scratch is invaluable knowledge. That means if one knows the core building blocks of NN, one can also know what to improve if a NN starts acting weird (Presumably if you built it using tf or PyTorch). Debugging your NN is hard if you don’t know how NN’s work.
@ashantinyongo7632
@ashantinyongo7632 10 месяцев назад
Exactly and this way of thinking is true to any occupation that requires problem solving, it is absolutely necessary to understand the problems you need to tackle on a lower level to be competent and successful
@trillex1861
@trillex1861 9 месяцев назад
One time for learning. Then use states of the Art libarys
@twentyeightO1
@twentyeightO1 7 месяцев назад
Yeah man, I did it! And It performs well too. Felt so awesome.
@Johnck-rj9su
@Johnck-rj9su 2 месяца назад
Making my own neural network toolset from scratch in Python. Only adding threading and cuda libraries
@bennettzug
@bennettzug 4 месяца назад
pytorch is like 10x more common atp and only gaining ground. that + jax are what you should learn. tensorflow's basically dead
@Arbajsofficial
@Arbajsofficial Год назад
First of all i am big fan of you.. I started my journey with you when you uploded your Tensorflow object detection setup video. I am Arbaj S. looking for job in data science I am perfectly fit for this role because I have following skills, 1. Advance machine learning (supervised, unsupervised) 2. Advance Computer vision(object detection, yolo, CNN, RNN, ANN, fast RCNN, and many more) 3. Natural Language Processing (Basic to advance), transformers, GPT, BERT, LSTM 4. Time series & Recommender system (learning) 5. Statistics and maths 6. PYTHON for coding 7. Tableau for visualization 8. SQL database 9. Spark(learning) 10. Azure Data science(basic) I studied this skills since 2020 parallel with my graduation, I dig into data and get a content out of it. I collect, process, manage, visualise and interpret data to accomplish this, I focus on the value of the data and then manage it in a desirable way to visualise and interpret in a better way. If u find these skills are enough to get job please guide me ..... Arbajsofficial@gmail.com +917058988589 Please please please BIG FAN Spiderman😅
@syedfaheez69
@syedfaheez69 2 месяца назад
brother its been a year. Did you get the job? what are you doing now?
@faturismee
@faturismee 6 дней назад
hi brother how's going today?
@supernenechi
@supernenechi Год назад
That's the most worthless advice for someone who wants to learn it for fun. What potential fucking employer? I'm not trying to get any work in ML. I want to know what the differences are, what I can expect, which one feels more similar to another language I might already know, etc.
@ultankearns
@ultankearns 10 месяцев назад
I'm planning on learning both :) Thanks for the video seems like good practical advice
@protovici1476
@protovici1476 Год назад
I’ll raise you one. PyTorch Lightning for da dub!
@NicholasRenotte
@NicholasRenotte Год назад
💯 was checking it out again this morning, pretty slick!
@protovici1476
@protovici1476 Год назад
@@NicholasRenotte Agreed! I’ve been developing and even using in production. Love to see you do a video or series on it!
@AayushKingOfficial
@AayushKingOfficial 4 месяца назад
"jax"
@henrik908
@henrik908 7 месяцев назад
Maybe mediapipe
@madhushrikarekar4940
@madhushrikarekar4940 2 месяца назад
I want to learn machine learning but don't know where to start what all to study till what I've to study please help me
@thaimeuu
@thaimeuu 4 месяца назад
Andrew Ng told me to start with tensorflow, but the obvious answer is to learn both
@ziad_jkhan
@ziad_jkhan Год назад
Bias detector goes ding ding ding
@alexjohnson7509
@alexjohnson7509 Год назад
In 2023? ONNX should be used in most cases unless or until a better open standard arrives.
@Rex88282
@Rex88282 9 месяцев назад
I need to learn tensorflow
@jawadkaiyal5008
@jawadkaiyal5008 Год назад
Why no one talk about keras
@TheAstrocricket
@TheAstrocricket 11 месяцев назад
The real gigachads create their own neural networks without libraries 😎
@noahhughes127
@noahhughes127 9 месяцев назад
No, the real gigachads create and maintain libraries. Looking at you Patrick Kidger 🙌
@renegadezed
@renegadezed Год назад
is there one framework i can use to leverage my AMD GPU on Windows? (6900XT)
@armantech5926
@armantech5926 Год назад
Cool, thank you for sharing:)
@nimeshkumar9564
@nimeshkumar9564 Год назад
Thanks for this advice.
@DiaaHaresYusf
@DiaaHaresYusf Год назад
man your face is so familiar here in Egypt 😆😊
@miguelalba2106
@miguelalba2106 Год назад
I'm an ML engineer, my tip is learning both, just take one of them and go deeper, and then try to replicate the same stuff in the other In general debugging TF is harder (even now that it is basically keras, specifically when you execute stuff in graph mode) On the other hand Pytorch is more pythonic (that's why it is preferred for research) but it is not used as much as TF in industry In resume, if you have the possibility to work with pytorch go for it, but always learn TF no matter what
@rajputup1531
@rajputup1531 Год назад
Hey i want to leanr tf but i don't know from where should i start and abput the resources and all. Could you suggest me what to do
@sivasanmugam6139
@sivasanmugam6139 Год назад
​@@rajputup1531There's a course named tensorflow certification course in udemy!
@Ai_Engineer
@Ai_Engineer 9 месяцев назад
​@@rajputup1531you can learn from tensorflow bootcamp in our channel
Далее
ML Was Hard Until I Learned These 5 Secrets!
13:11
Просмотров 307 тыс.
Se las dejo ahí.
00:10
Просмотров 120 тыс.
How to Create a Chess Engine with TensorFlow (Python)
14:59
Coding Was HARD Until I Learned These 5 Things...
8:34
How I’d learn ML in 2024 (if I could start over)
7:05
PyTorch vs TensorFlow | Ishan Misra and Lex Fridman
3:47
Machine Learning Projects You NEVER Knew Existed
15:20
Просмотров 176 тыс.
How To Self Study AI FAST
12:54
Просмотров 549 тыс.