Machine Learning vs Deep Learning

  Рет қаралды 585,533

IBM Technology

IBM Technology

2 жыл бұрын

Learn about watsonx → ibm.biz/BdvxDm
Get a unique perspective on what the difference is between Machine Learning and Deep Learning - explained and illustrated in a delicious analogy of ordering pizza by IBMer and Master Inventor, Martin Keen.
#AI #Software #ITModernization #DeepLearning #MachineLearning

Пікірлер: 199
@Juanchicookie
@Juanchicookie Жыл бұрын
Thank you for such a valuable explanation. The practical example revealed the potential of these methodologies and your charisma made the video easy to follow. Cheers!
@saadat_ic
@saadat_ic Жыл бұрын
Wow! I am impressed how good you are at explanation such things. I was struggling with it. Thank you.
@IgorOlikh
@IgorOlikh Жыл бұрын
I appreciate you for broadening my horizons on the subject.
@syedasim6813
@syedasim6813 7 ай бұрын
Thank you so much. You have explained it brilliantly ❤
@pranavgpr5888
@pranavgpr5888 Жыл бұрын
I'm still wondering how he wrote all of those from the opposite projection from us.
@koeniglicher
@koeniglicher Жыл бұрын
He wrote in his natural wiriting direction and the video was flipped left to right during video production before uploading.
@soumyas383
@soumyas383 Жыл бұрын
I had the similar query. It's amazing btw.
@MegaBenschannel
@MegaBenschannel Жыл бұрын
I checked just to see if it was the first comment...
@rsstnnr76
@rsstnnr76 Жыл бұрын
I'm pretty sure he just wrote on a tablet of some kind, recorded the screen he was writing on, keyed out the background in a video editor and overlaid and flipped during editing.
@albertkwan4261
@albertkwan4261 Жыл бұрын
Lightboard is a glass chalkboard pumped full of light. It's for recording video lecture topics. You face toward your viewers, and your writing glows in front of you.
@armanrangamiz3813
@armanrangamiz3813 Жыл бұрын
It was a great explanation for ML and DL. That Neural Network was a key detail for understanding The difference between ML and DL and their Fundamentals.
@user-bo8vb8xx9x
@user-bo8vb8xx9x 7 ай бұрын
That was very interesting and a great explanation of machine and deep learning.
@sdyeung
@sdyeung Жыл бұрын
Unsupervised learning is not limited to deep learning. The classic ML method k-means clustering is already able to discover the similar patterns given the samples. I would say that the bright side of deep learning is on the feature extraction. In the old days, we do a lot of work to discover useful features: feature engineering. With deep learning, now we only need to supply the most basic features to the model, pixels for images, raw waveform or spectrogram for speech. This saves my days.
@estring123
@estring123 Жыл бұрын
so do you think the need for labelled data will decrease or increase?
@arkaprovobhattacharjee8691
@arkaprovobhattacharjee8691 9 ай бұрын
​@@estring123 labeled data will still be valuable for some tasks, especially for fine-tuning models, validating performance, and solving new and specific problems. On top of that, having labeled data is critical for certain applications where high accuracy and interpretability are required for example medical diagnosis or safety-critical systems. Depending on the specific machine learning task and the type of data available, the balance between labeled and unlabeled data will vary.
@pedrorequio5515
@pedrorequio5515 3 ай бұрын
@@estring123 Yes, you will still need labbeled data, the example given in the video is very bad and very wrong, deep learning models are a form of Supervised learning because like in the Video you might ask what in an image of a Pizza makes the algorithm know its a Pizza? The label Pizza is an arbitrary name given by people to it, you need the label to train the network. Back propgation isnt just going backwards like the video suggest, its the algorithm that actually make this Neural networks feasable from a computational possible other with it would be too slow. So why can this deep networks can "learn". The root of it is convolutional Neural networks, the convolutional layer take sections of image and isolants features, where previously the feature selection was crucial for success. Knowing the correct set of convolutional Layers on the other hand is not easy, so it was the combination with Genetic Optimization algorithms that have made them effective. However the output layer will still need labels, unsupervised learning is only useful to find useful features. But a classification problem needs labels this should be obvious, otherwise you cant classify.
@bibintb
@bibintb Жыл бұрын
The presentation was amazing!
@skywave12
@skywave12 Жыл бұрын
I programmed a 8080 to Jump Non Zero at times. Full Machine code to make side street and main street traffic lights. Worked first time with no bugs.
@nandagopal375
@nandagopal375 Жыл бұрын
Thank you for valuable information 🙏🙏
@Jeong5499
@Jeong5499 Жыл бұрын
Your smile made me really enjoy the whole video! Thank you for the wonderful video : )
@khaledsrrr
@khaledsrrr 11 ай бұрын
Phenomenal easy explanation ❤
@davidgp2011
@davidgp2011 Жыл бұрын
Fantastic distillation of the concepts. Are the presenters mirror images to make their writing appear the way it does or is it another tech trick?
@dhess34
@dhess34 2 жыл бұрын
I love these videos. I just had a tech exec at a Fortune 200 company ask me for any podcasts that could help him stay abreast of current/emerging technology. I didn't have a great answer for him, but I did mention this series. He was looking for more audio-centric content though. Food for thought, @IBM Technology!
@IBMTechnology
@IBMTechnology 2 жыл бұрын
We're glad you like the videos! As for a podcast, it's definitely something we're interested in, make sure you're subscribed, we'll be sure to announce it here, if and when it happens.
@mkwise5996
@mkwise5996 Жыл бұрын
Great video. Thank you
@kr_international_8608
@kr_international_8608 8 ай бұрын
I like your style... you IBM people are smart....
@olvinlobo
@olvinlobo 2 жыл бұрын
Nice, loved it.
@ai-interview-questions
@ai-interview-questions 3 ай бұрын
Thank you! It was a great explanation!
@suparnaprasad8187
@suparnaprasad8187 3 ай бұрын
Awesome videos! Love your teaching method!
@stefanzander5956
@stefanzander5956 Жыл бұрын
Actually, the example is IMHO not well-suited for explaining ML and/pr DL as the aspect of "learning" (which is actually an optimization) is not really addressed by it. So it remains unclear a) what learning actually IS in terms of the example, and b) how the decision making can benefit from the learning aspect of the model.
@jvarella01
@jvarella01 7 ай бұрын
From 1-10 this is 20!! Thanks!
@velo1337
@velo1337 Жыл бұрын
where are all the neurons, weights and biases stored? in ram, in a database? what datastructure is used?
@ahmedi.b.m8185
@ahmedi.b.m8185 4 ай бұрын
Excellent video. Thank you
@coffiberengerhoundefo1259
@coffiberengerhoundefo1259 6 ай бұрын
Please provide, is multi layer neural network a deep learning model ? If not, please provide me an example of deep learning model.
@pedrohsmarini1
@pedrohsmarini1 4 ай бұрын
Maravilhoso! Amei o vídeo, nota 1000000...
@oghazal
@oghazal 7 ай бұрын
How did u determine the threshold? How did u come up with -5? Please explain this concept. Thanx!
@AshokKumar-rh2bg
@AshokKumar-rh2bg Ай бұрын
I also want to know that
@CBMM_
@CBMM_ 6 ай бұрын
Great. I was always thinking NN and DL are two words for the same thing.
@Mohammed-ix5je
@Mohammed-ix5je 8 ай бұрын
Thanks!
@holger9414
@holger9414 6 ай бұрын
Great Video. I would like to understand more details about the layers. What are layers from a logical and technical prospective?
@LightDante
@LightDante 4 ай бұрын
They are computing processes, I think.
@Lecalme23
@Lecalme23 8 ай бұрын
Thank you
@ChatGPt2001
@ChatGPt2001 6 күн бұрын
Machine Learning (ML) and Deep Learning (DL) are both subsets of artificial intelligence (AI) that focus on different approaches to learning from data: 1. **Machine Learning (ML)**: - ML is a field of AI that involves developing algorithms and models capable of learning from data to make predictions, decisions, or uncover patterns. - ML algorithms can be broadly categorized into three types: - **Supervised Learning**: The algorithm learns from labeled data, where inputs are paired with corresponding outputs or target labels. Common tasks include classification (predicting categories) and regression (predicting continuous values). - **Unsupervised Learning**: The algorithm learns patterns and structures from unlabeled data, without explicit target labels. Tasks include clustering (grouping similar data points) and dimensionality reduction. - **Reinforcement Learning**: The algorithm learns through trial and error interactions with an environment, receiving feedback in the form of rewards or penalties. It aims to maximize cumulative rewards over time and is used in scenarios like game playing and robotics. - ML models are typically based on statistical methods, feature engineering, and algorithmic optimization techniques. 2. **Deep Learning (DL)**: - Deep Learning is a subset of ML that focuses on neural networks with multiple layers (deep neural networks) to learn hierarchical representations of data. - DL models are capable of automatically learning features and patterns directly from raw data, without the need for explicit feature engineering. - Key components of deep learning include: - **Neural Networks**: Composed of interconnected layers of neurons, neural networks are the building blocks of deep learning models. - **Deep Neural Networks (DNNs)**: DNNs consist of multiple hidden layers between the input and output layers, allowing them to learn complex representations of data. - **Convolutional Neural Networks (CNNs)**: Specialized DNNs for processing grid-like data such as images and videos, leveraging operations like convolution and pooling. - **Recurrent Neural Networks (RNNs)**: DNNs designed for sequential data processing, with connections that allow feedback loops and memory of past information. In summary, Machine Learning is a broader field that encompasses various learning algorithms and techniques, including supervised, unsupervised, and reinforcement learning. Deep Learning is a subset of ML that focuses on neural networks with multiple layers to automatically learn hierarchical representations from data, particularly effective for tasks like image recognition, natural language processing, and speech recognition.
@NowayJose14
@NowayJose14 8 ай бұрын
Bless KZbins play speed feature.
@negusuworku2375
@negusuworku2375 6 ай бұрын
Hi there. Very helpful. Thank you.
@user-by8lo1my7k
@user-by8lo1my7k Ай бұрын
very easy well explained thanks!
@mhmchandanaprabashkumara7053
@mhmchandanaprabashkumara7053 25 күн бұрын
Thanks for the information given to me.
@goulis14
@goulis14 Жыл бұрын
is there any connection b2n Semi and Reinforcement Learning
@lefebvre4852
@lefebvre4852 5 ай бұрын
Great explanation
@chris8534
@chris8534 Жыл бұрын
I hate the idea of weighting variables because if you change them you change the answer. Which to me suggests there is no right or wrong answer - but if you get it right for your business or problem it says to me figuring out how to weight the variables is actually where the true problem and data is.
@jichaelmorgan3796
@jichaelmorgan3796 Жыл бұрын
Introduces bias, which, depending on the scope, would include not just personal bias, but company bias, industry bias, and political bias. Weights and models have this issue.
@dinasadataledavood5719
@dinasadataledavood5719 17 күн бұрын
Thank you for your useful video🙏🏻
@crazetalks6854
@crazetalks6854 3 ай бұрын
the way he explained ! Boommed my mind
@nadimetlavishwet1355
@nadimetlavishwet1355 Жыл бұрын
You used threshold as 5 what actually threshold means according to your example of pizza ?
@computerscienceitconferenc7375
@computerscienceitconferenc7375 Жыл бұрын
good one!
@shravanNUNC
@shravanNUNC 10 ай бұрын
Charismatic presentation...
@ove12lord73
@ove12lord73 8 ай бұрын
greate!
@stevesuh44
@stevesuh44 Жыл бұрын
Content is great. Audio is too low on these videos.
@Parcha24
@Parcha24 Жыл бұрын
Very nice bhai 👌🏻
@aanifandrabi5415
@aanifandrabi5415 2 жыл бұрын
I don't completely agree on deep learning explanation, because for weight training, labelling is required. Yes pattern/feature extraction can be debated, but labelled data is required
@xaviermachiavelli5236
@xaviermachiavelli5236 Жыл бұрын
\|
@georgeiskander2458
@georgeiskander2458 Жыл бұрын
I think there is a confusion between feature extraction and unsupervised learning. Hope that you can revise it
@HSharpknifeedge
@HSharpknifeedge Жыл бұрын
Thank you :)
@minhtriettruong9217
@minhtriettruong9217 7 ай бұрын
"It's time for lunch!" lol. I love this video. Thanks so much!
@jel1951
@jel1951 2 жыл бұрын
You did well explaining mate, no idea what they’re talking about
@tzimisce1753
@tzimisce1753 6 ай бұрын
TL;DR: If an NN has more than 3 layers, it's considered a DNN. DL finds patterns on its own without human supervision, and learns from them. It's a more specific type of ML.
@NurserytoVarsity
@NurserytoVarsity 6 ай бұрын
You're making education engaging and accessible for everyone. #NurserytoVarsity
@rafiksalmi2826
@rafiksalmi2826 2 ай бұрын
Thanks a lot
@hansbleuer3346
@hansbleuer3346 Жыл бұрын
Superficial explanation.
@Omar-fu4jj
@Omar-fu4jj Жыл бұрын
I didn't know that Gordon Ramsay gives lessons about Machine learning and deep learning. for real tho the video was amazing and very helpful
@mikewiest5135
@mikewiest5135 Жыл бұрын
Thank you! Summary: deep learning is not so deep after all!
@SchoolofAI
@SchoolofAI Жыл бұрын
Steve Brunton style is becoming a genre...
@mateokladaric
@mateokladaric 3 ай бұрын
respect for writing backwards so the camera sees normal
@mikewood9284
@mikewood9284 3 ай бұрын
Where do you get free pizza coupons?
@KL4NNNN
@KL4NNNN Жыл бұрын
I do not understand about the input Zero 0. Whatever weight you give to it, it will always evaluate to 0 so either you give it weight 1 or weight 5 the outcome is the same. What is the catch?
@brendawilliams8062
@brendawilliams8062 11 ай бұрын
Is one actually 2?
@johnlukose3257
@johnlukose3257 10 ай бұрын
I think replacing '0' with a '-1' will solve the problem.
@Nexzash
@Nexzash 4 ай бұрын
So next time I can't figure out what to have for dinner I just need to build a neural network?
@ugoernest3790
@ugoernest3790 Жыл бұрын
Beautifulllllllll ❤️❤️❤️😊
@AngeloDelisi
@AngeloDelisi 3 күн бұрын
How it's possible,so risk trade but you win so amazing. I from bangladesh.i want do it same to you
@brickforcezocker01
@brickforcezocker01 Жыл бұрын
It would be a pleasure, if someone could tell me how you can make a video like this I mean "writing on the screen" :)
@annnaj7181
@annnaj7181 Жыл бұрын
why 'Threshold' was 5 ?
@leander9263
@leander9263 2 ай бұрын
4:30 but if your interest in staying lean is 10000, the equation still comes to the same conclusion. shouldnt X2 therefore be a choice between -1 and +1?
@VlaDuZa
@VlaDuZa 3 ай бұрын
Lol I know this guy from his beer brewing channel. I had to double check if it's actually him. So here I am, learning both how to brew beer and both Deep Learning. Crazy coincidence haha
@Nikos10
@Nikos10 Жыл бұрын
Do you write mirrorwise?
@IBMTechnology
@IBMTechnology Жыл бұрын
Search on "lightboard videos"
@syedhaiderkhawarzmi6269
@syedhaiderkhawarzmi6269 Жыл бұрын
the moment he said pizza, i just pause and ordered one and resume when i got pizza.
@mikkeljensen1603
@mikkeljensen1603 Жыл бұрын
Plot twist, most people were eating while watching this video.
@PedroAcacio1000
@PedroAcacio1000 11 ай бұрын
I'm impressed how he can write backwards so good haha
@IBMTechnology
@IBMTechnology 11 ай бұрын
See ibm.biz/write-backwards
@jsonbourne8122
@jsonbourne8122 8 ай бұрын
It's a recruiting criteria for IBM
@tanvirtanvir6435
@tanvirtanvir6435 11 ай бұрын
5:08 classical ML human intervention
@sagarkafle9259
@sagarkafle9259 Жыл бұрын
how is it possible for you to write 🙏😅 looking at us which way is the board?
@sagarkafle9259
@sagarkafle9259 Жыл бұрын
noticed he's been writing with a left hand😇
@michaelschmidlehner
@michaelschmidlehner Жыл бұрын
It is very simple, in most video editing programs, to flip a video horizontically.
@waynelast1685
@waynelast1685 Жыл бұрын
So is it possible to have unsupervised Machine Learning?
@punkisinthedetails1470
@punkisinthedetails1470 Жыл бұрын
You can. Just be sure to hide the pizza.
@canadianZanchari
@canadianZanchari 3 ай бұрын
I loved it❤️
@TheReal4L3X
@TheReal4L3X Жыл бұрын
bro managed to make an example about pizza... and i was eating it while watching this video 💀
@9999afshin
@9999afshin 5 ай бұрын
nice
@AnweshAdhikari
@AnweshAdhikari 3 ай бұрын
@matthewpeterson431
@matthewpeterson431 Жыл бұрын
Homebrew Challange guy!
@KepaTairua
@KepaTairua 2 жыл бұрын
So I do like this series, but this confused me because he switched from one output - "should I buy pizza" - to another output - "is this a pizza or a taco". Is this a fundamental difference in what DL vs ML is able to do? Or that the first output doesn't require as many layers to become a neural network so therefore would always sit at a DL level? Sorry, I think I need to do more study and come back to this video
@mtrapman
@mtrapman Жыл бұрын
I don't understand how you suddenly use 1(yes) and 0(no) as numbers to calculate with?
@michaelschmidlehner
@michaelschmidlehner Жыл бұрын
Yes, any weight attributed to x2 will result in 0. Can someone please explain this?
@user-gv2xh3zq1l
@user-gv2xh3zq1l 11 ай бұрын
Dear Martin Keen, I really liked your video and find it extremely useful. However, I wanted also discuss about activation function so the formula you used is - (x1*w1)+(x2*w2)+(x3w3)-threshold. As I understood the threshold is a biggest number used, so that's why you took number 5? Also our w2 is equals to 0, so if the w2 even would be 999999999 (like for us it is super important to be fit) the answer for whole equation would still be positive. So this is my concern about formula if w2 id more prevalent than other options, why in any possible situation we are only capable to have the answer YES ORDER PIZZA. and even x1 and x2 would be 0, but x3=1, with w1 and w2 equaled to 899796 or any other big number we will still get positive outcome. This really baffled me, so I would happy to read your response!
@johnlukose3257
@johnlukose3257 10 ай бұрын
Hello, I think this can be solved by replacing the number '0' with a '-1'. By doing so I guess it will be a more fair output based on our preferences. Good question btw 👍
@rahaam5421
@rahaam5421 9 ай бұрын
My question as well.
@danielpereira7589
@danielpereira7589 Жыл бұрын
Now I want pizza AND burger AND taco.
@wokeclub1844
@wokeclub1844 Жыл бұрын
Then what is PCA, Regressions etc..?!
@JohnSmith-bm6zg
@JohnSmith-bm6zg 2 жыл бұрын
Academically speaking, should AI not be a subset of DL? I think you’ve done a commercial magic trick here.
@mih2965
@mih2965 Жыл бұрын
No.
@CrafterAkshi10912
@CrafterAkshi10912 Жыл бұрын
What will happen if the out put is zero
@udaymishra9154
@udaymishra9154 2 ай бұрын
UPSC aspirant from India 😊
@poojithatummala1752
@poojithatummala1752 2 ай бұрын
Threshold value 5 means what sir!?
@rafiksalmi2826
@rafiksalmi2826 2 ай бұрын
If the sum is inferior than this threshold , so the decision is negative
@abdelhaibouaicha3293
@abdelhaibouaicha3293 2 ай бұрын
📝 Summary of Key Points: 📌 Deep learning is a subset of machine learning, with neural networks forming the backbone of deep learning algorithms. 🧐 Machine learning uses structured labeled data to make predictions, while deep learning can handle unstructured data without the need for human intervention in labeling. 🚀 Deep neural networks consist of more than three layers, including input and output layers, and can automatically determine distinguishing features in data without human supervision. 💡 Additional Insights and Observations: 💬 Quotable Moments: "Neural networks are the foundation of both machine learning and deep learning, considered subfields of AI." 📊 Data and Statistics: The threshold for decision-making in the example model was set at 5, with weighted inputs influencing the output. 🌐 References and Sources: The video emphasizes the role of neural networks in both machine learning and deep learning, highlighting their importance in AI research. 📣 Concluding Remarks: The video effectively explains the relationship between machine learning and deep learning, showcasing how neural networks play a crucial role in both fields. Understanding the distinctions in layer depth and human intervention provides valuable insights into the evolving landscape of AI technologies. Made with Talkbud
@GNU_Linux_for_good
@GNU_Linux_for_good 2 ай бұрын
00:20 No Sir - won't do that. Can't learn while digesting pizza.
@lazzybug007
@lazzybug007 9 ай бұрын
What a coincidence lol.. im eating burger when clicked on this video 😅😅
@fabri1314
@fabri1314 2 ай бұрын
humanities are fundamental in this proccesses! now the funny example is pizza, what about human rights? who's feeding the bias to the algorithms???
@Libertas_P77
@Libertas_P77 Жыл бұрын
Top tip: the worst thing you can do when you’re learning is eat food beforehand :)
@tjones_aiservices
@tjones_aiservices 5 ай бұрын
I would like to earn badges and know about educators programs with IBM
@rogerdodger8415
@rogerdodger8415 Жыл бұрын
We'll gees! That was easy now wasn't it? I was doing really well during the "order out" part, but after that, I turned off the video and ordered a pizza.
@ILsupereroe67
@ILsupereroe67 Жыл бұрын
I would have thought AI was a subfield of ML.
@ajnil
@ajnil 2 жыл бұрын
His accent is cut out for reading classic novels. Someone notify audible. I'm too distracted by it to learn anything about ML...sorry
@andrewereynolds5840
@andrewereynolds5840 23 күн бұрын
💎 Cognizant Technology Solutions (CTSH) 💎
But what is a neural network? | Chapter 1, Deep learning
18:40
3Blue1Brown
Рет қаралды 16 МЛН
Supervised vs. Unsupervised Learning
7:08
IBM Technology
Рет қаралды 136 М.
ФОКУС С ЧИПСАМИ (секрет)
00:44
Masomka
Рет қаралды 4,1 МЛН
Nonomen funny video😂😂😂 #magic
00:27
Nonomen ノノメン
Рет қаралды 15 МЛН
McDonald’s MCNUGGET PURSE?! #shorts
00:11
Lauren Godwin
Рет қаралды 28 МЛН
The most important AI trends in 2024
9:35
IBM Technology
Рет қаралды 171 М.
What is NLP (Natural Language Processing)?
9:37
IBM Technology
Рет қаралды 187 М.
Python Machine Learning Tutorial (Data Science)
49:43
Programming with Mosh
Рет қаралды 2,7 МЛН
Watching Neural Networks Learn
25:28
Emergent Garden
Рет қаралды 1,1 МЛН
MIT Introduction to Deep Learning (2023) | 6.S191
58:12
Alexander Amini
Рет қаралды 1,9 МЛН
AI Expert Explains Future Programming Jobs… and Python
9:59
Travis Media
Рет қаралды 271 М.
The 7 Types of AI - And Why We Talk (Mostly) About 3 of Them
6:50
IBM Technology
Рет қаралды 196 М.