Machine Learning | What Is Machine Learning? | Introduction To Machine Learning | 2021 | Simplilearn

  Рет қаралды 4,401,075

Simplilearn

Simplilearn

Күн бұрын

🔥Professional Certificate Course In AI And Machine Learning by IIT Kanpur (India Only): www.simplilearn.com/iitk-prof...
🔥AI Engineer Masters Program (Discount Code - YTBE15): www.simplilearn.com/masters-i...
🔥AI & Machine Learning Bootcamp(US Only): www.simplilearn.com/ai-machin...
🔥 Purdue Post Graduate Program In AI And Machine Learning: www.simplilearn.com/pgp-ai-ma...
This Machine Learning basics video will help you understand what Machine Learning is, what are the types of Machine Learning - supervised, unsupervised & reinforcement learning, how Machine Learning works with simple examples, and will also explain how Machine Learning is being used in various industries. Machine learning is a core sub-area of artificial intelligence; it enables computers to get into self-learning mode without being explicitly programmed. When exposed to new data, these computer programs are enabled to learn, grow, change, and develop by themselves. So, the iterative aspect of machine learning is the ability to adapt to new data independently. This is possible as programs learn from previous computations and use “pattern recognition” to produce reliable results.
The below topics are explained in this Machine Learning basics video:
1. What is Machine Learning? ( 00:21 )
2. Types of Machine Learning ( 02:43 )
2. What is Supervised Learning? ( 02:53 )
3. What is Unsupervised Learning? ( 03:46 )
4. What is Reinforcement Learning? ( 04:37 )
5. Machine Learning applications ( 06:25 )
Subscribe to our channel for more Machine Learning Tutorials: kzbin.info...
Download the Machine Learning Career Guide to explore and step into the exciting world of Machine Learning and follow the path toward your dream career- bit.ly/3eLuTUo
Watch more videos on Machine Learning: • What is Machine Learni...
#MachineLearning #WhatIsMachineLearning #MachineLearningTutorial #MachineLearningBasics #MachineLearningTutorialForBeginners #Simplilearn
➡️ About Caltech Post Graduate Program In AI And Machine Learning
Designed to boost your career as an AI and ML professional, this program showcases Caltech CTME's excellence and IBM's industry prowess. The artificial intelligence course covers key concepts like Statistics, Data Science with Python, Machine Learning, Deep Learning, NLP, and Reinforcement Learning through an interactive learning model with live sessions.
✅ Key Features
- Simplilearn's JobAssist helps you get noticed by top hiring companies
- PGP AI & ML completion certificate from Caltech CTME
- Masterclasses delivered by distinguished Caltech faculty and IBM experts
- Caltech CTME Circle Membership
- Earn up to 22 CEUs from Caltech CTME
- Online convocation by Caltech CTME Program Director
- IBM certificates for IBM courses
- Access to hackathons and Ask Me Anything sessions from IBM
- 25+ hands-on projects from the likes of Twitter, Mercedes Benz, Uber, and many more
- Seamless access to integrated labs
- Capstone projects in 3 domains
- 8X higher interaction in live online classes by industry experts
✅ Skills Covered
- Statistics
- Python
- Supervised Learning
- Unsupervised Learning
- Recommendation Systems
- NLP
- Neural Networks
- GANs
- Deep Learning
- Reinforcement Learning
- Speech Recognition
- Ensemble Learning
- Computer Vision
👉Learn More at: www.simplilearn.com/pgp-ai-ma...
🔥🔥 Interested in Attending Live Classes? Call Us: IN - 18002127688 / US - +18445327688

Пікірлер: 2 100
@SimplilearnOfficial
@SimplilearnOfficial 2 жыл бұрын
🔥Professional Certificate Course In AI And Machine Learning by IIT Kanpur (India Only): www.simplilearn.com/iitk-professional-certificate-course-ai-machine-learning?AugustTubebuddyExpPCPAIandML&Comments& 🔥AI Engineer Masters Program (Discount Code - YTBE15): www.simplilearn.com/masters-in-artificial-intelligence?SCE-AIMasters&Comments& 🔥AI & Machine Learning Bootcamp(US Only): www.simplilearn.com/ai-machine-learning-bootcamp?MachineLearningscribe&Comments& 🔥 Purdue Post Graduate Program In AI And Machine Learning: www.simplilearn.com/pgp-ai-machine-learning-certification-training-course?MachineLearningscribe&Comments&
@shifabegum5142
@shifabegum5142 2 жыл бұрын
G.
@Abdullah-mg5zl
@Abdullah-mg5zl 5 жыл бұрын
**Summary**: - machine learning is the general term for when computers learn from data - there are lots of different ways ("algorithms") that machines can learn - the algorithms can be grouped into supervised, unsupervised, and reinforcement algorithms* - the data that you feed to a machine learning algorithm can be input-output pairs or just inputs - supervised learning algorithms require input-output pairs (i.e. they require the output) - unsupervised learning requires only the input data (not the outputs) - here is how, in general, supervised algorithms work: - you feed it an example input, then the associated output - you repeat the above step many many times - eventually, the algorithm picks up a pattern between the inputs and outputs - now, you can feed it a brand new input, and it will predict the output for you - here is how, in general, unsupervised algorithms work: - you feed it an example input (without the associated output) - you repeat the above step many times - eventually, the algorithm clusters your inputs into groups - now, you can feed it a brand new input, and the algorithm will predict which cluster it belongs with * the first example in this video used the k-nearest neighbor algorithm, which is a supervised machine learning algorithm Hope that was useful to someone! Thanks for the video, really enjoyed it!! :)
@SimplilearnOfficial
@SimplilearnOfficial 5 жыл бұрын
Wow! This is one of the best summaries! Thanks for the valuable input! Do subscribe to our channel to stay posted on upcoming tutorials. Cheers!
@Abdullah-mg5zl
@Abdullah-mg5zl 5 жыл бұрын
@@SimplilearnOfficial Thank you! Definitely will, I love you guys' videos! :) Great job and keep it up!
@SimplilearnOfficial
@SimplilearnOfficial 5 жыл бұрын
Greetings! Thank you for your kind words. Spread the word by liking, sharing and subscribing to our channel! Cheers :)
@JSquare00
@JSquare00 5 жыл бұрын
i need help
@SimplilearnOfficial
@SimplilearnOfficial 5 жыл бұрын
Yes, what could we do for you?
@theeagleeyeexplorer4111
@theeagleeyeexplorer4111 5 жыл бұрын
Quite great. An Amazing one explaining the ML basis.!! 1. Supervised learning. 2. Supervised learning after Feedback (Rein inforced learning) 3. Unsupervised learning.
@SimplilearnOfficial
@SimplilearnOfficial 5 жыл бұрын
Wow! You got all the answers right. Thanks for your kind comment as well. Here are the answers with explanation. Scenario 1: Facebook recognizes your friend in a picture from an album of tagged photographs Explanation: It is supervised learning. Here Facebook is using tagged photos to recognize the person. Therefore, the tagged photos become the labels of the pictures and we know that when the machine is learning from labelled data, it is supervised learning. Scenario 2: Recommending new songs based on someone’s past music choices Explanation: It is supervised learning. The model is training a classifier on pre-existing labels (genres of songs). This is what Netflix, Pandora, and Spotify do all the time, they collect the songs/movies that you like already, evaluate the features based on your likes/dislikes and then recommend new movies/songs based on similar features. Scenario 3: Analyze bank data for suspicious looking transactions and flag the fraud transactions Explanation: It is unsupervised learning. In this case, the suspicious transactions are not defined, hence there are no labels of "fraud" and "not fraud". The model tries to identify outliers by looking at anomalous transactions and flags them as 'fraud'.
@misterpueblo26
@misterpueblo26 3 жыл бұрын
wow! this is my first time actually researching this topic being a computer science student. i have got to say, this really brightened my mood and brought some light to my day/mind regarding my major! :) awesome stuff!
@SimplilearnOfficial
@SimplilearnOfficial 3 жыл бұрын
Glad you enjoyed it! Thank you for watching!
@hidgik
@hidgik 4 жыл бұрын
I am from a health care background, but I could effortlessly understand everything she said. Excellent introduction.
@SimplilearnOfficial
@SimplilearnOfficial 4 жыл бұрын
WooHoo! We are so happy you love our videos. Please do keep checking back in. We put up new videos every week on all your favorite topics. Do subscribe to our channel to stay posted on upcoming tutorials. Cheers!
@nrd10
@nrd10 3 жыл бұрын
Literally learnt more from you than 4 years in college
@SimplilearnOfficial
@SimplilearnOfficial 3 жыл бұрын
We are so grateful for your kind words. Also, subscribe to our channel and stay tuned for more videos. Cheers!
@vinaymotwani8946
@vinaymotwani8946 2 жыл бұрын
Is machine learning this much interesting in college also
@suprecam9880
@suprecam9880 2 жыл бұрын
…yet you still misspelled ‘learned,’ if only there was a video for that…
@sunithacatherinjoseph2411
@sunithacatherinjoseph2411 2 жыл бұрын
😁👍
@drmohitkashyap1661
@drmohitkashyap1661 2 жыл бұрын
/
@moiedmajaaz1669
@moiedmajaaz1669 10 ай бұрын
Labeled =supervised Unlabeled= Un-supervised And finally Enforcement Learning = Learning from results and upgrading . Tq for the explanation
@SimplilearnOfficial
@SimplilearnOfficial 9 ай бұрын
We're so glad that you enjoyed your time learning with us! If you're interested in continuing your education and developing new skills, take a look at our course offerings in the description box. We're confident that you'll find something that piques your interest!
@MennaAMoataz
@MennaAMoataz 4 жыл бұрын
This video is quiet frankly down to point. I was even excited when I begun this field and the different things you could indulge in and improve for a business. It really is helping me and my career. I am even starting my own channel to breakdown some of the concepts that I found hard to understand about different algorithms and how they work. Check it out and for any starters, do tell me what you find hard at first to grasp when begging into the field ☺️
@SimplilearnOfficial
@SimplilearnOfficial 4 жыл бұрын
WooHoo! We are so happy you love our videos. Please do keep checking back in. We put up new videos every week on all your favorite topics. Whenever you have the time, you must also check out our blog page @simplilearn.com and tell us what you think. Have a good day!
@dipendrayadav1113
@dipendrayadav1113 5 жыл бұрын
You guys at Simplilearn are doing great service by making these educational videos. It helps me a lot.
@SimplilearnOfficial
@SimplilearnOfficial 5 жыл бұрын
Hey Dipendra, thank you for appreciating our work. We are glad to have helped. Do check out our other tutorial videos and subscribe to us to stay connected. Cheers :)
@mallikonduri
@mallikonduri 2 жыл бұрын
@Simplilearn Thank you for this video! Shows the power of simplicity and your ability to simplify things. And asking people to comment on the 3 scenarios, great engagement strategy! 🙂
@SimplilearnOfficial
@SimplilearnOfficial 2 жыл бұрын
Glad it was helpful!
@kshitizshrestha9398
@kshitizshrestha9398 4 жыл бұрын
The recommended videos which we are getting in the KZbin PAGE is one of the live examples of machine learning !!
@SimplilearnOfficial
@SimplilearnOfficial 4 жыл бұрын
You are right about that!
@amilcarc.dasilva5665
@amilcarc.dasilva5665 5 жыл бұрын
wonderful and fantastic tutorial! It's really helpful. The explanation is so clear. thumb up to the tutor.
@SimplilearnOfficial
@SimplilearnOfficial 5 жыл бұрын
Hi Amilcar, we are glad that you found our video helpful and informative. Thank you for your kind words. Spread the word by liking, sharing and subscribing to our channel! Cheers :).
@AdnanKhan-iz9zb
@AdnanKhan-iz9zb 3 жыл бұрын
I'm impressed by the way you taught. Teacher should to be like you.
@SimplilearnOfficial
@SimplilearnOfficial 3 жыл бұрын
We are glad you found our video helpful, Adnan. Like and share our video with your peers and also do not forget to subscribe to our channel for not missing video updates. We will be coming up with more such videos. Cheers!
@AdnanKhan-iz9zb
@AdnanKhan-iz9zb 3 жыл бұрын
@@SimplilearnOfficial yes, already did. Thanks.🙏
@anuproy8855
@anuproy8855 2 жыл бұрын
@@AdnanKhan-iz9zb e3
@anuproy8855
@anuproy8855 2 жыл бұрын
@@AdnanKhan-iz9zb e3
@prasadchiluka5509
@prasadchiluka5509 2 жыл бұрын
@@SimplilearnOfficial re Jo inIn
@malvichaudhary
@malvichaudhary 2 жыл бұрын
Awesome, I am glad to watch this video about Machine Learning. Such a simple and clear explanation. Thank you!
@SimplilearnOfficial
@SimplilearnOfficial 2 жыл бұрын
Glad it was helpful!
@HostDotPromo
@HostDotPromo 5 жыл бұрын
Machine learning is a game changer 📈
@SimplilearnOfficial
@SimplilearnOfficial 5 жыл бұрын
Yes, it is indeed a game changer. Check out our Machine learning playlist to know about the fundamentals courses and algorithms: kzbin.info/www/bejne/q5zdd3xvp8yqnLc. For rest of the course, you need to sign up for our Machine learning Certification Training Course: www.simplilearn.com/big-data-and-analytics/machine-learning-certification-training-course.
@rashmi1kanta1
@rashmi1kanta1 5 жыл бұрын
Want to Enroll & Get Certified ,, Who are best institute in NCR with affordable Price with high placement
@SimplilearnOfficial
@SimplilearnOfficial 5 жыл бұрын
Machine learning is taking over the world- and with that, there is a growing need among companies for professionals to know the ins and outs of machine learning. You can start with this amazing playlist which helped a lot of people: kzbin.info/www/bejne/q5zdd3xvp8yqnLc This playlist will provide you with the solid basic knowledge of Machine learning and it types with examples. It has videos both in R and Python. If you want to go further and get certified in Machine learning, check this out: www.simplilearn.com/big-data-and-analytics/machine-learning-certification-training-course.
@sabyasachibanerjee124
@sabyasachibanerjee124 Жыл бұрын
Simple explanations work best. This one is a classic example. Better than the many others that I have looked at to have a basic understanding go Machine Learning.
@SimplilearnOfficial
@SimplilearnOfficial 9 ай бұрын
We're so glad that you enjoyed your time learning with us! If you're interested in continuing your education and developing new skills, take a look at our course offerings in the description box. We're confident that you'll find something that piques your interest!
@jssivakumar
@jssivakumar 2 жыл бұрын
Great Video . Thanks Much. Quiz answers 1. Supervised - Naivebayes algorithm with tagged images (or) can be Reinforcement too due to images which will be a very expensive algorithm 2. Supervised - K-nearest neighbors -alogrithm- 3. Unsupervised -
@SimplilearnOfficial
@SimplilearnOfficial 2 жыл бұрын
Thanks for watching our video and sharing your thoughts. Do subscribe to our channel and stay tuned for more. Cheers!
@avijeetbiswal8421
@avijeetbiswal8421 5 жыл бұрын
Loved the video..it's very informative and insightful under 8 mins.. Quiz Answers: 1st and 2nd are supervised while 3rd is unsupervised
@SimplilearnOfficial
@SimplilearnOfficial 5 жыл бұрын
Hi Avijeet, thanks for your reply! We will give out the answers to the quiz on Wednesday, 26th September 2018.
@SimplilearnOfficial
@SimplilearnOfficial 5 жыл бұрын
Wow! You got all the answers right. Here are the answers with explanation. Scenario 1: Facebook recognizes your friend in a picture from an album of tagged photographs Explanation: It is supervised learning. Here Facebook is using tagged photos to recognize the person. Therefore, the tagged photos become the labels of the pictures and we know that when the machine is learning from labelled data, it is supervised learning. Scenario 2: Recommending new songs based on someone’s past music choices Explanation: It is supervised learning. The model is training a classifier on pre-existing labels (genres of songs). This is what Netflix, Pandora, and Spotify do all the time, they collect the songs/movies that you like already, evaluate the features based on your likes/dislikes and then recommend new movies/songs based on similar features. Scenario 3: Analyze bank data for suspicious looking transactions and flag the fraud transactions Explanation: It is unsupervised learning. In this case, the suspicious transactions are not defined, hence there are no labels of "fraud" and "not fraud". The model tries to identify outliers by looking at anomalous transactions and flags them as 'fraud'.
@maheshshendge9896
@maheshshendge9896 Жыл бұрын
@Simplilearn , wonderful and fantastic tutorial! It's really helpful 1,2 are supervised learning and 3 one is unsupervised
@SimplilearnOfficial
@SimplilearnOfficial Жыл бұрын
Glad it was helpful!
@sanjeevmalhi4336
@sanjeevmalhi4336 5 жыл бұрын
It's very easy to understand how ML algorithms work. Thanks for it.
@SimplilearnOfficial
@SimplilearnOfficial 5 жыл бұрын
Hey Sanjeev, thank you for appreciating our work. We are glad to have helped. Do check out our other tutorial videos and subscribe to us to stay connected. Cheers :)
@sancharichatterjee56
@sancharichatterjee56 3 жыл бұрын
Amazing video. Thank you Simplilearn. Example where I see application of machine learning could be KZbin itself. Once I watch a video on cooking, all recommendations on cooking video starts popping up!
@SimplilearnOfficial
@SimplilearnOfficial 3 жыл бұрын
Glad you enjoyed it!
@RANDOMCHILD2010
@RANDOMCHILD2010 4 жыл бұрын
The video was quite interesting and informative. I would like to be your part of learning ML. It's very easy to understand how ML algorithms work. Thanks for it.
@SimplilearnOfficial
@SimplilearnOfficial 4 жыл бұрын
Hey Natalie, thank you for appreciating our work. We are glad to have helped. Do check out our other tutorial videos and subscribe to us to stay connected. Cheers :)
@kirubababu7127
@kirubababu7127 5 жыл бұрын
In KZbin, It can display the videos as per our frequent past search.
@SimplilearnOfficial
@SimplilearnOfficial 5 жыл бұрын
Exactly! Search engines work based on Machine Learning concepts. Machine learning is taking over the world- and with that, there is a growing need among companies for professionals to know the ins and outs of machine learning. You can start with this amazing playlist which helped a lot of people: kzbin.info/www/bejne/q5zdd3xvp8yqnLc This playlist will provide you with the solid basic knowledge of Machine learning and it types with examples. It has videos both in R and Python. If you want to go further and get certified in Machine learning, check this out: www.simplilearn.com/big-data-and-analytics/machine-learning-certification-training-course.
@William_Clinton_Muguai
@William_Clinton_Muguai 3 жыл бұрын
Or your likes or dislikes after watching them.
@jaisonj6688
@jaisonj6688 4 жыл бұрын
I got impressed by this tutorial and interested to learn Machine Learning.. Can you guide me..
@SimplilearnOfficial
@SimplilearnOfficial 4 жыл бұрын
Machine learning is taking over the world- and with that, there is a growing need among companies for professionals to know the ins and outs of machine learning. You can start with this amazing playlist which helped a lot of people: kzbin.info/www/bejne/q5zdd3xvp8yqnLc This playlist will provide you with the solid basic knowledge of Machine learning and it types with examples. It has videos both in R and Python. If you want to go further and get certified in Machine learning, check this out: www.simplilearn.com/big-data-and-analytics/machine-learning-certification-training-course.
@poojaritulasi7680
@poojaritulasi7680 4 жыл бұрын
What is the use of machine learning .iam looking for good soft ware
@SimplilearnOfficial
@SimplilearnOfficial 4 жыл бұрын
@@poojaritulasi7680 Hi Poojari, machine learning is used in the various fields now. We recommend you check out the below link to know about Machine Learning and why it matters a lot: www.simplilearn.com/what-is-machine-learning-and-why-it-matters-article.
@pratikzade
@pratikzade 5 жыл бұрын
I recently join your team,because i lovet it. Excellent work
@SimplilearnOfficial
@SimplilearnOfficial 5 жыл бұрын
WoW! we are glad you joined our community. Thanks for your love and support!
@kaustavsen7958
@kaustavsen7958 5 жыл бұрын
youtube recommended videos are the biggest example of machine learning , bcoz it recommends us videos on the basis of our history. AM I CORRECT?
@SimplilearnOfficial
@SimplilearnOfficial 5 жыл бұрын
Yes, you are absolutely correct. Search engine uses Machine learning algorithm to do the recommendation system. Thanks.
@festuskapkea8150
@festuskapkea8150 3 жыл бұрын
And that is what machine learning does
@MeryKate
@MeryKate 4 жыл бұрын
Thank you for such a good explanation!
@SimplilearnOfficial
@SimplilearnOfficial 4 жыл бұрын
Greetings! Thank you for your kind words. Spread the word by liking, sharing and subscribing to our channel! Cheers :). You can also explore our playlists for more Machine Learning Videos - kzbin.info/www/bejne/q5zdd3xvp8yqnLc
@jatinchenani9844
@jatinchenani9844 4 жыл бұрын
I liked your video. Now youtube will recommend me your other videos without actually searching for them. This is awesome. This is Machine Learning.
@SimplilearnOfficial
@SimplilearnOfficial 4 жыл бұрын
Great to hear it. This playlist will provide you with the solid basic knowledge of Machine learning and it types with examples. It has videos both in R and Python. If you want to go further and get certified in Machine learning, check this out: www.simplilearn.com/big-data-and-analytics/machine-learning-certification-training-course.
@gametechnician721
@gametechnician721 8 ай бұрын
Abnormally simplified topic on machine learning. Great job! Well done!
@sweety23.789
@sweety23.789 4 жыл бұрын
Respected ma'am, the video was highly informative. Thank you ma'am for teaching so many concepts about machines😄😄
@SimplilearnOfficial
@SimplilearnOfficial 4 жыл бұрын
Hello, thank you for watching our video. We are glad that you liked our video. Do subscribe and stay connected with us. Cheers :)
@mehrsalaudeen9101
@mehrsalaudeen9101 3 жыл бұрын
Please help me to learn more ...My Email Id is salaudeen03041969@gmail.com
@SimplilearnOfficial
@SimplilearnOfficial 4 жыл бұрын
Machine Learning is the Future and yours can begin today. Comment below with you email to get our latest Machine Learning Career Guide. Let your journey begin
@zabiansari9282
@zabiansari9282 4 жыл бұрын
zhtzabi@gmail.com
@zabiansari9282
@zabiansari9282 4 жыл бұрын
Hi
@vigneshwaran7421
@vigneshwaran7421 4 жыл бұрын
vignesh_waran@live.com
@kazimohammadshafiuddin2601
@kazimohammadshafiuddin2601 4 жыл бұрын
Simplilearn I want to expertise on machine learning and succeed in this field. Email : kazis.shafi@gmail.com
@SimplilearnOfficial
@SimplilearnOfficial 4 жыл бұрын
Hi, thanks for watching out video. We have sent the Machine Learning guide to your inbox. Do subscribe to our channel and stay tuned for more.
@sreeyaaladanda
@sreeyaaladanda 2 жыл бұрын
youtube itself is the best example of machine learning ..because it automatically recommends the videos based on our past history!!!
@SimplilearnOfficial
@SimplilearnOfficial 2 жыл бұрын
Thanks for watching our video and sharing your thoughts. Do subscribe to our channel and stay tuned for more. Cheers!
@manuabaraham3653
@manuabaraham3653 2 жыл бұрын
I am reading 21 lessons for 21st century ..these words are often coming ...it really helpful
@SimplilearnOfficial
@SimplilearnOfficial 2 жыл бұрын
Thank you for the appreciation. You can check our videos related to various technologies and subscribe to our channel to stay updated with all the trending technologies.
@mainakdasgupta268
@mainakdasgupta268 5 жыл бұрын
The video was quite interesting and informative. I would like to be your part of learning ML.
@SimplilearnOfficial
@SimplilearnOfficial 5 жыл бұрын
Hi Mainak, we are glad you found our video helpful and informative. Do show your love by subscribing our channel using this link: kzbin.info and don't forget to hit the like button as well. Cheers!
@arockiadass17
@arockiadass17 3 жыл бұрын
A real life problem which may need AI and ML: Examination Paper Evaluation/Correction which has descriptive questions. Two things : The accuracy level of earlier answers can be used to predict the confidence of accuracy of later answers. 2. Based on the other answers, a answer can be evaluated.
@SimplilearnOfficial
@SimplilearnOfficial 3 жыл бұрын
It is certainly a good use case for Machine Learning.
@soumitrachakrabartee_lazyCoder
@soumitrachakrabartee_lazyCoder 4 жыл бұрын
Well explained by this video :) Scenario 1: Supervised Learning. Scenario 2: Supervised Learning. Scenario 3: Unsupervised Learning.
@SimplilearnOfficial
@SimplilearnOfficial 4 жыл бұрын
"Wow! You got all the answers right. Here are the answers with explanation. Scenario 1: Facebook recognizes your friend in a picture from an album of tagged photographs Explanation: It is supervised learning. Here Facebook is using tagged photos to recognize the person. Therefore, the tagged photos become the labels of the pictures and we know that when the machine is learning from labelled data, it is supervised learning. Scenario 2: Recommending new songs based on someone’s past music choices Explanation: It is supervised learning. The model is training a classifier on pre-existing labels (genres of songs). This is what Netflix, Pandora, and Spotify do all the time, they collect the songs/movies that you like already, evaluate the features based on your likes/dislikes and then recommend new movies/songs based on similar features. Scenario 3: Analyze bank data for suspicious looking transactions and flag the fraud transactions Explanation: It is unsupervised learning. In this case, the suspicious transactions are not defined, hence there are no labels of ""fraud"" and ""not fraud"". The model tries to identify outliers by looking at anomalous transactions and flags them as 'fraud'."
@jasiribrahim917
@jasiribrahim917 5 жыл бұрын
Wonderful editing and we can understand easily. Answers: 1: supervised 2: supervised 3: unsupervised
@SimplilearnOfficial
@SimplilearnOfficial 5 жыл бұрын
Wow! You got all the answers right. Here are the answers with explanation. Scenario 1: Facebook recognizes your friend in a picture from an album of tagged photographs Explanation: It is supervised learning. Here Facebook is using tagged photos to recognize the person. Therefore, the tagged photos become the labels of the pictures and we know that when the machine is learning from labelled data, it is supervised learning. Scenario 2: Recommending new songs based on someone’s past music choices Explanation: It is supervised learning. The model is training a classifier on pre-existing labels (genres of songs). This is what Netflix, Pandora, and Spotify do all the time, they collect the songs/movies that you like already, evaluate the features based on your likes/dislikes and then recommend new movies/songs based on similar features. Scenario 3: Analyze bank data for suspicious looking transactions and flag the fraud transactions Explanation: It is unsupervised learning. In this case, the suspicious transactions are not defined, hence there are no labels of "fraud" and "not fraud". The model tries to identify outliers by looking at anomalous transactions and flags them as 'fraud'.
@anoopdwivedi1203
@anoopdwivedi1203 2 жыл бұрын
1st & 2nd -supervised learning 3rd is Reinforced learning. Thanku , you teach us great 🙏
@SimplilearnOfficial
@SimplilearnOfficial 2 жыл бұрын
Thanks for watching our video and sharing your thoughts. Do subscribe to our channel and stay tuned for more. Cheers!
@VickyMei
@VickyMei 4 жыл бұрын
these examples are so helpful, thanks for making this video! YOU ROCK!
@SimplilearnOfficial
@SimplilearnOfficial 4 жыл бұрын
Hi Victoria, we are glad you found our video helpful. Do subscribe to our channel and get our new video updates directly into your email. If you have any questions related to these videos, you can post in the comments section, we will clear your queries/doubts.
@ma07info93
@ma07info93 3 жыл бұрын
Thank you mam 💕 I prepared my presentation about machin learning here and I was much appreciated Thanks a lot 💖
@SimplilearnOfficial
@SimplilearnOfficial 3 жыл бұрын
WooHoo! We are so happy you love our videos. Please do keep checking back in. We put up new videos every week on all your favorite topics. Whenever you have the time, you must also check out our blog page @simplilearn.com and tell us what you think. Have a good day!
@ballukiduniya6214
@ballukiduniya6214 5 жыл бұрын
Wonderful video, it's made in such a way that a layman can also understand this..thanks a ton.. please share the answer of that quiz
@SimplilearnOfficial
@SimplilearnOfficial 5 жыл бұрын
Hi Bhawna, we are glad that you like our videos! We will give out the answers to the quiz on Wednesday, 26th September 2018.
@SimplilearnOfficial
@SimplilearnOfficial 5 жыл бұрын
Here are the answers to the quiz with the explanation. Scenario 1: Facebook recognizes your friend in a picture from an album of tagged photographs Explanation: It is supervised learning. Here Facebook is using tagged photos to recognize the person. Therefore, the tagged photos become the labels of the pictures and we know that when the machine is learning from labelled data, it is supervised learning. Scenario 2: Recommending new songs based on someone’s past music choices Explanation: It is supervised learning. The model is training a classifier on pre-existing labels (genres of songs). This is what Netflix, Pandora, and Spotify do all the time, they collect the songs/movies that you like already, evaluate the features based on your likes/dislikes and then recommend new movies/songs based on similar features. Scenario 3: Analyze bank data for suspicious looking transactions and flag the fraud transactions Explanation: It is unsupervised learning. In this case, the suspicious transactions are not defined, hence there are no labels of "fraud" and "not fraud". The model tries to identify outliers by looking at anomalous transactions and flags them as 'fraud'.
@poojagupta830
@poojagupta830 5 жыл бұрын
Amazing amazing video! I have shared with many friends over WhatsApp, can't thank you enough. Quiz answer - scenario 1 is supervised, scenario 2 is supervised, and scenario 3 is unsupervised?
@SimplilearnOfficial
@SimplilearnOfficial 5 жыл бұрын
Hi Pooja, thanks for your reply! We will give out the answers to the quiz on Wednesday, 26th September 2018.
@SimplilearnOfficial
@SimplilearnOfficial 5 жыл бұрын
Wow! You got all the answers right. Here are the answers with explanation. Scenario 1: Facebook recognizes your friend in a picture from an album of tagged photographs Explanation: It is supervised learning. Here Facebook is using tagged photos to recognize the person. Therefore, the tagged photos become the labels of the pictures and we know that when the machine is learning from labelled data, it is supervised learning. Scenario 2: Recommending new songs based on someone’s past music choices Explanation: It is supervised learning. The model is training a classifier on pre-existing labels (genres of songs). This is what Netflix, Pandora, and Spotify do all the time, they collect the songs/movies that you like already, evaluate the features based on your likes/dislikes and then recommend new movies/songs based on similar features. Scenario 3: Analyze bank data for suspicious looking transactions and flag the fraud transactions Explanation: It is unsupervised learning. In this case, the suspicious transactions are not defined, hence there are no labels of "fraud" and "not fraud". The model tries to identify outliers by looking at anomalous transactions and flags them as 'fraud'.
@plakshminarayana2471
@plakshminarayana2471 3 жыл бұрын
Thank you pooja for your answers it helped me to understand
@hyo2109
@hyo2109 2 жыл бұрын
A day before exam and this video really helped with the concepts and queries, thanks!
@SimplilearnOfficial
@SimplilearnOfficial 2 жыл бұрын
Thank you for the appreciation. You can check our videos related to various technologies and subscribe to our channel to stay updated with all the trending technologies.
@mihirthakkar9190
@mihirthakkar9190 2 жыл бұрын
1) Facebook photo recognition based on tags in an example of supervised learning 2) NetFlix Movie recommendation is an example of unsupervised learning 3) Bank Fraud Detection is an example of reinforcement learning
@SimplilearnOfficial
@SimplilearnOfficial 2 жыл бұрын
Thanks for watching our video and sharing your thoughts. Do subscribe to our channel and stay tuned for more. Cheers!
@kr4k3nn
@kr4k3nn 2 жыл бұрын
Great teacher. Great teaching skills. Try to add quiz question after explaining a concept on your upcoming videos, it really helps us to test our understanding on that topic. By d way great explanation =.
@SimplilearnOfficial
@SimplilearnOfficial 2 жыл бұрын
Thank you for the appreciation. You can check our videos related to various technologies and subscribe to our channel to stay updated with all the trending technologies.
@mainiyale1773
@mainiyale1773 5 жыл бұрын
Great video, very easy to understand. Thanks Simplilearn....
@SimplilearnOfficial
@SimplilearnOfficial 5 жыл бұрын
We are glad you found our video helpful, Maini. Like and share our video with your peers and also do not forget to subscribe to our channel for not missing video updates. We will be coming up with more such videos. Cheers!
@anveshkumar581
@anveshkumar581 4 жыл бұрын
amazing description by short and ease of understanding.. Thank You :-)
@SimplilearnOfficial
@SimplilearnOfficial 4 жыл бұрын
Hey Anvesh, thank you for appreciating our work. We are glad to have helped. Do check out our other tutorial videos and subscribe to us to stay connected. Cheers :)
@muffledd
@muffledd Жыл бұрын
thank you for making this! really opened my eyes to the world of how machine learning AI is like :)
@SimplilearnOfficial
@SimplilearnOfficial Жыл бұрын
We are delighted to have been a part of your learning journey! If you want to continue honing your skills and keeping up-to-date with industry trends, check out our course offerings in the description box.
@sakshipawar5837
@sakshipawar5837 3 жыл бұрын
Thank you for such great video. I hope my all concepts will be cleared through this sessions🙌
@SimplilearnOfficial
@SimplilearnOfficial 3 жыл бұрын
We are glad you found our video helpful, Sakshi. Like and share our video with your peers and also do not forget to subscribe to our channel for not missing video updates. We will be coming up with more such videos. Cheers!
@StevonStevons
@StevonStevons 4 жыл бұрын
"Hey Siri, can you remind me to book a cab at 6 pm today?" "Here's what i found on the web for Keanu Reeves' Sixteenth Birthday" 😐
@ganeshakhil879
@ganeshakhil879 4 жыл бұрын
😂😂
@terrancejfry497
@terrancejfry497 4 жыл бұрын
Lol
@whenmathsmeetcoding1836
@whenmathsmeetcoding1836 4 жыл бұрын
😂😂
@rehmanchughtai
@rehmanchughtai 4 жыл бұрын
:)
@whenmathsmeetcoding1836
@whenmathsmeetcoding1836 4 жыл бұрын
Ha ha I think kelvin plank law...
@bijayarath4655
@bijayarath4655 5 жыл бұрын
Great video to start with machine learning . The explanation is really helpful for a beginner like me
@SimplilearnOfficial
@SimplilearnOfficial 5 жыл бұрын
Hey Bijaya, thank you for appreciating our work. We are glad to have helped. Do check out our other tutorial videos and subscribe to us to stay connected. Cheers :)
@amittodkari5351
@amittodkari5351 4 жыл бұрын
I liked this video so much as it explained me machine learning introduction very easily, now I am going to watch all the videos
@SimplilearnOfficial
@SimplilearnOfficial 4 жыл бұрын
WooHoo! We are so happy you love our videos. Please do keep checking back in. We put up new videos every week on all your favorite topics. Whenever you have the time, you must also check out our blog page @simplilearn.com and tell us what you think. Have a good day!
@naturelover5371
@naturelover5371 5 жыл бұрын
Well! First of all thanks for this wonderful and informative video. The answer to the questions in the video might be 1.supeervised 2. supervised 3 . unsupervised Am I correct?
@SimplilearnOfficial
@SimplilearnOfficial 5 жыл бұрын
Wow! You got all the answers right. Here are the answers with explanation. Scenario 1: Facebook recognizes your friend in a picture from an album of tagged photographs Explanation: It is supervised learning. Here Facebook is using tagged photos to recognize the person. Therefore, the tagged photos become the labels of the pictures and we know that when the machine is learning from labelled data, it is supervised learning. Scenario 2: Recommending new songs based on someone’s past music choices Explanation: It is supervised learning. The model is training a classifier on pre-existing labels (genres of songs). This is what Netflix, Pandora, and Spotify do all the time, they collect the songs/movies that you like already, evaluate the features based on your likes/dislikes and then recommend new movies/songs based on similar features. Scenario 3: Analyze bank data for suspicious looking transactions and flag the fraud transactions Explanation: It is unsupervised learning. In this case, the suspicious transactions are not defined, hence there are no labels of "fraud" and "not fraud". The model tries to identify outliers by looking at anomalous transactions and flags them as 'fraud'.
@GoodGuy-ck3bv
@GoodGuy-ck3bv 4 жыл бұрын
Mudit Goyal Dumbass , 1 is supervised not supeervised
@sancharichatterjee56
@sancharichatterjee56 3 жыл бұрын
1. FB case: Supervised scenario (photo tags become labels) 2. Netflix case: Supervised scenario (like and dislike of a movie/show become the label) 3. Bank fraud case: Unsupervised scenario
@SimplilearnOfficial
@SimplilearnOfficial 3 жыл бұрын
Thank you for watching our video!
@PushpendraKumar-hy5pd
@PushpendraKumar-hy5pd 3 жыл бұрын
Given superb knowledge of Machine Learning to understand the basic with giving examples ! You are really good !
@SimplilearnOfficial
@SimplilearnOfficial 3 жыл бұрын
Hello, thank you for watching our video. We are glad that you liked our video. Do subscribe and stay connected with us. Cheers :)
@yasasviupadrastaqbjhdjhkmy7270
@yasasviupadrastaqbjhdjhkmy7270 2 жыл бұрын
1,2 are supervised learning. 3 is reinforcement learning in Quiz.. Video was good, understanding the concepts.. Thank you..
@SimplilearnOfficial
@SimplilearnOfficial 2 жыл бұрын
You are welcome
@nuwanweeraratne6902
@nuwanweeraratne6902 3 жыл бұрын
Truly a REMARKABLE explanation. Can you do a video about active learning too?
@SimplilearnOfficial
@SimplilearnOfficial 3 жыл бұрын
Great suggestion! We will share it with our team.
@poojanawle6337
@poojanawle6337 5 жыл бұрын
Amazing video!! Thanks for sharing the knowledge. The answers are : 1.Supervised 2.Supervised 3.Unsupervised, right?
@SimplilearnOfficial
@SimplilearnOfficial 5 жыл бұрын
Wow! You got all the answers right. Here are the answers with explanation. Scenario 1: Facebook recognizes your friend in a picture from an album of tagged photographs Explanation: It is supervised learning. Here Facebook is using tagged photos to recognize the person. Therefore, the tagged photos become the labels of the pictures and we know that when the machine is learning from labelled data, it is supervised learning. Scenario 2: Recommending new songs based on someone’s past music choices Explanation: It is supervised learning. The model is training a classifier on pre-existing labels (genres of songs). This is what Netflix, Pandora, and Spotify do all the time, they collect the songs/movies that you like already, evaluate the features based on your likes/dislikes and then recommend new movies/songs based on similar features. Scenario 3: Analyze bank data for suspicious looking transactions and flag the fraud transactions Explanation: It is unsupervised learning. In this case, the suspicious transactions are not defined, hence there are no labels of "fraud" and "not fraud". The model tries to identify outliers by looking at anomalous transactions and flags them as 'fraud'.
@slahmadi
@slahmadi 3 жыл бұрын
@@SimplilearnOfficial If you use the decision tree by using existing features to classify a transaction as fraud (1) and no-fraud (0) than you are using a supervised learning based on classification. Right?
@SimplilearnOfficial
@SimplilearnOfficial 3 жыл бұрын
Yes, a decision tree is a supervised learning algorithm and is it used for classification problems."
@hemanttyagi8187
@hemanttyagi8187 4 жыл бұрын
Thank you so much @simplilearn for such a great explanation. You are just fantastic. Thanks again
@SimplilearnOfficial
@SimplilearnOfficial 4 жыл бұрын
Hello, thank you for watching our video. We are glad that you liked our video. Do subscribe and stay connected with us. Cheers :)
@Maths4SHS
@Maths4SHS 2 жыл бұрын
i understood the concept of machine learning in less than 10 mins. thank you.
@SimplilearnOfficial
@SimplilearnOfficial 2 жыл бұрын
Glad it helped!
@manasikailas
@manasikailas 5 жыл бұрын
A great gratitude towards simplilearn...really informative video...☺
@SimplilearnOfficial
@SimplilearnOfficial 5 жыл бұрын
Hey Manasi, thank you for appreciating our work. We are glad to have helped. Do check out our other tutorial videos and subscribe to us to stay connected. Cheers :)
@tejashwinirangam8216
@tejashwinirangam8216 Жыл бұрын
I have exam tomorrow, and this just one video boosted my confidence to write the exam well with your easy explanations...😊
@SimplilearnOfficial
@SimplilearnOfficial Жыл бұрын
Hello thank you for watching our video .We are glad that we could help you in your learning !
@ResearchifyPhD
@ResearchifyPhD 2 жыл бұрын
I admire your teaching skill. The reason why simplilear is the first choice of the learner.
@SimplilearnOfficial
@SimplilearnOfficial 2 жыл бұрын
Thank you for the appreciation. You can check our videos related to various technologies and subscribe to our channel to stay updated with all the trending technologies.
@juandalepringle5055
@juandalepringle5055 2 жыл бұрын
This was very helpful, It has been hard grasping the idea we have managed to create machines, or scripts, that run mostly off of numbers and organization, to "learn"
@SimplilearnOfficial
@SimplilearnOfficial 2 жыл бұрын
Hello thank you for watching our video .We are glad that we could help you in your learning !
@pratibhalilhare3060
@pratibhalilhare3060 4 жыл бұрын
yeah wow!!! you explained so nice...😍😍 ans is 1. super 2. super 3.unsuper am i correct???
@SimplilearnOfficial
@SimplilearnOfficial 4 жыл бұрын
Hi Pratibha, you got all the answers correct. Kudos. Here are the answers with explanation. Scenario 1: Facebook recognizes your friend in a picture from an album of tagged photographs Explanation: It is supervised learning. Here Facebook is using tagged photos to recognize the person. Therefore, the tagged photos become the labels of the pictures and we know that when the machine is learning from labeled data, it is supervised learning. Scenario 2: Recommending new songs based on someone’s past music choices Explanation: It is supervised learning. The model is training a classifier on pre-existing labels (genres of songs). This is what Netflix, Pandora, and Spotify do all the time, they collect the songs/movies that you like already, evaluate the features based on your likes/dislikes and then recommend new movies/songs based on similar features. Scenario 3: Analyze bank data for suspicious looking transactions and flag the fraud transactions Explanation: It is unsupervised learning. In this case, the suspicious transactions are not defined, hence there are no labels of "fraud" and "not fraud". The model tries to identify outliers by looking at anomalous transactions and flags them as 'fraud'.
@wheeloftime2908
@wheeloftime2908 4 жыл бұрын
@@SimplilearnOfficial I am a massive fan of visual aids and numerous example driven content and interesting narratives in learning and kudos to SL I love the headfirst set of books which heavily uses stories and visual aids I have a question.I am looking to sign up for a course in AI AND ML. My question is if lectures n SL will be heavily based on visual narrations and interesting examples throughout the course ? IF SO,that would be truly wonderful and clutter breaking
@SimplilearnOfficial
@SimplilearnOfficial 4 жыл бұрын
That's great to hear it. Our courses do have visual narrations with 15+ real life industry projects. If you are interested to take up a more structured and formal course, you can find the details here: www.simplilearn.com/artificial-intelligence-introduction-for-beginners-training-course.
@parvanator
@parvanator 4 жыл бұрын
I used supervised learning to decide: 1. Supervised. 2. Supervised. 3. Unsupervised.
@SimplilearnOfficial
@SimplilearnOfficial 4 жыл бұрын
Hi, you got everything right. Kudos! Here are the answers with explanation. Scenario 1: Facebook recognizes your friend in a picture from an album of tagged photographs Explanation: It is supervised learning. Here Facebook is using tagged photos to recognize the person. Therefore, the tagged photos become the labels of the pictures and we know that when the machine is learning from labeled data, it is supervised learning. Scenario 2: Recommending new songs based on someone’s past music choices Explanation: It is supervised learning. The model is training a classifier on pre-existing labels (genres of songs). This is what Netflix, Pandora, and Spotify do all the time, they collect the songs/movies that you like already, evaluate the features based on your likes/dislikes and then recommend new movies/songs based on similar features. Scenario 3: Analyze bank data for suspicious-looking transactions and flag the fraud transactions Explanation: It is unsupervised learning. In this case, the suspicious transactions are not defined, hence there are no labels of "fraud" and "not fraud". The model tries to identify outliers by looking at anomalous transactions and flags them as 'fraud'.
@mr__atiur
@mr__atiur 3 жыл бұрын
I have been trying to understand this concept for 3 days. Fortunately got your video and thanks for video.
@SimplilearnOfficial
@SimplilearnOfficial 3 жыл бұрын
Glad you enjoyed our video! We have a ton more videos like this on our channel. We hope you will join our community!
@annas6516
@annas6516 5 жыл бұрын
Examples of machine learning: customized ads on social media & other websites based on what you just googled, population growth prediction between census, estimated time of arrival & best routes on map apps etc.
@SimplilearnOfficial
@SimplilearnOfficial 5 жыл бұрын
Good examples, Anna!
@gvsmchaithanya2847
@gvsmchaithanya2847 5 жыл бұрын
In my point of view 1- Scenario will be using the reinforcement learning. the reason is in the reinforcement example which is explained based on that only i am telling. 2 - scenario will be using the supervised learning. 3 - scenario will be using the unsupervised learning. If it's wrong please correct me. Thanks Simplilearn
@SimplilearnOfficial
@SimplilearnOfficial 5 жыл бұрын
Hi Chaithanya, thanks for your reply! We will give out the answers to the quiz on Wednesday, 26th September 2018.
@SimplilearnOfficial
@SimplilearnOfficial 5 жыл бұрын
Thanks for replying to the quiz Chaitanya. Here are the answers with explanation. Scenario 1: Facebook recognizes your friend in a picture from an album of tagged photographs Explanation: It is supervised learning. Here Facebook is using tagged photos to recognize the person. Therefore, the tagged photos become the labels of the pictures and we know that when the machine is learning from labelled data, it is supervised learning. Scenario 2: Recommending new songs based on someone’s past music choices Explanation: It is supervised learning. The model is training a classifier on pre-existing labels (genres of songs). This is what Netflix, Pandora, and Spotify do all the time, they collect the songs/movies that you like already, evaluate the features based on your likes/dislikes and then recommend new movies/songs based on similar features. Scenario 3: Analyze bank data for suspicious looking transactions and flag the fraud transactions Explanation: It is unsupervised learning. In this case, the suspicious transactions are not defined, hence there are no labels of "fraud" and "not fraud". The model tries to identify outliers by looking at anomalous transactions and flags them as 'fraud'.
@gvsmchaithanya2847
@gvsmchaithanya2847 5 жыл бұрын
Thanks for your answers and correcting me where did some mistake in quiz but I learned it thank you so much simplilearn
@SimplilearnOfficial
@SimplilearnOfficial 5 жыл бұрын
You are very welcome Chaitanya. Do subscribe to the channel and stay tuned.
@yr5096
@yr5096 4 жыл бұрын
You cleared my chart doubts in a single video
@SimplilearnOfficial
@SimplilearnOfficial 4 жыл бұрын
We are glad in clarifying your doubts. Do subscribe to our channel and do not forget to hit the bell icon for never miss another update. Cheers :)
@tarunsraina7243
@tarunsraina7243 4 жыл бұрын
Hands down to the best introduction to machine learning!!
@SimplilearnOfficial
@SimplilearnOfficial 4 жыл бұрын
Glad you enjoyed our video! We have a ton more videos like this on our channel. We hope you will join our community!
@tamilarasisundar5293
@tamilarasisundar5293 3 жыл бұрын
Superb!! Very informative and detailed explanation. Liked it and would like to learn more of ML
@SimplilearnOfficial
@SimplilearnOfficial 3 жыл бұрын
Awesome, thank you!
@mohammadnazmussakib8202
@mohammadnazmussakib8202 5 жыл бұрын
Awesome summary. Loved it.
@SimplilearnOfficial
@SimplilearnOfficial 5 жыл бұрын
Greetings! Thank you for your kind words. Spread the word by liking, sharing and subscribing to our channel! Cheers :).
@ramsharma832
@ramsharma832 3 жыл бұрын
nice summary
@ramsharma832
@ramsharma832 3 жыл бұрын
Like It
@plainwhitekebaya
@plainwhitekebaya 2 жыл бұрын
Amazing video! I was getting headache learning the same topic from a coding site, I guess there is more than one ways if understanding things. Thank you!
@SimplilearnOfficial
@SimplilearnOfficial 2 жыл бұрын
Glad you liked it!
@bangbang2876
@bangbang2876 4 жыл бұрын
Based on ML, SimpliLearn models those videos which could cater Huge Knowledge and important numerous Subscribers😃
@SimplilearnOfficial
@SimplilearnOfficial 4 жыл бұрын
Thanks for watching our video. Cheers!
@parth3059
@parth3059 3 жыл бұрын
The most fine examples and what a great understanding I request not to stop this
@SimplilearnOfficial
@SimplilearnOfficial 3 жыл бұрын
Hey Parth, thank you for appreciating our work. We are glad to have helped. Do check out our other tutorial videos and subscribe to us to stay connected. Cheers :)
@sagarsrivastava7573
@sagarsrivastava7573 4 жыл бұрын
1->supervised 2->supervised 3->unsupervised
@SimplilearnOfficial
@SimplilearnOfficial 4 жыл бұрын
Hi Sagar, you got everything right. Kudos! Here are the answers with explanation. Scenario 1: Facebook recognizes your friend in a picture from an album of tagged photographs Explanation: It is supervised learning. Here Facebook is using tagged photos to recognize the person. Therefore, the tagged photos become the labels of the pictures and we know that when the machine is learning from labeled data, it is supervised learning. Scenario 2: Recommending new songs based on someone’s past music choices Explanation: It is supervised learning. The model is training a classifier on pre-existing labels (genres of songs). This is what Netflix, Pandora, and Spotify do all the time, they collect the songs/movies that you like already, evaluate the features based on your likes/dislikes and then recommend new movies/songs based on similar features. Scenario 3: Analyze bank data for suspicious-looking transactions and flag the fraud transactions Explanation: It is unsupervised learning. In this case, the suspicious transactions are not defined, hence there are no labels of "fraud" and "not fraud". The model tries to identify outliers by looking at anomalous transactions and flags them as 'fraud'.
@pr00thmatic
@pr00thmatic 5 жыл бұрын
amazing video!! I love your voice... I can even imagine Ruby (from Steven Universe) explaining all of this, and that just makes learning about machine learning an awesome experience!!! anyway... i would have loved that the explanation about supervised and unsupervised machine learning to be longer... i didn't really get it
@SimplilearnOfficial
@SimplilearnOfficial 5 жыл бұрын
Hey Vengadora, thank you for appreciating our work. We are glad to have helped. Do check out our other tutorial videos and subscribe to us to stay connected. Cheers :)
@abisoyeajayi1264
@abisoyeajayi1264 5 жыл бұрын
I did not get it initially too but from the answer to the question and explanation/practical examples, I was able to understand accurately.
@SimplilearnOfficial
@SimplilearnOfficial 5 жыл бұрын
We are glad to hear it. Do subscribe to our channel and don't forget to hit the like button. Cheers!
@joaomarcosrecovery
@joaomarcosrecovery Жыл бұрын
K-nearest neighbors algorithm example really opened my mind to understand how it works
@wheeloftime2908
@wheeloftime2908 4 жыл бұрын
I am a massive fan of visual aids and numerous example driven content and interesting narratives in learning and kudos to SL I love the headfirst set of books which heavily uses stories and visual aids I have a question.I am looking to sign up for a course in AI AND ML. My question is if lectures n SL will be heavily based on visual narrations and interesting examples throughout the course ? IF SO,that would be truly wonderful and clutter breaking
@anjaneyupadhyay1306
@anjaneyupadhyay1306 5 жыл бұрын
1 - Unsupervised because FB checks your friends face using image recognition 2 - Supervised 3 - Unsupervised Is this right?
@SimplilearnOfficial
@SimplilearnOfficial 5 жыл бұрын
Hi Anjaney, thanks for your reply! We will give out the answers to the quiz on Wednesday, 26th September 2018.
@SimplilearnOfficial
@SimplilearnOfficial 5 жыл бұрын
Hi Anjaney, you almost got everything right. Here are the answers with explanation. Scenario 1: Facebook recognizes your friend in a picture from an album of tagged photographs Explanation: It is supervised learning. Here Facebook is using tagged photos to recognize the person. Therefore, the tagged photos become the labels of the pictures and we know that when the machine is learning from labelled data, it is supervised learning. Scenario 2: Recommending new songs based on someone’s past music choices Explanation: It is supervised learning. The model is training a classifier on pre-existing labels (genres of songs). This is what Netflix, Pandora, and Spotify do all the time, they collect the songs/movies that you like already, evaluate the features based on your likes/dislikes and then recommend new movies/songs based on similar features. Scenario 3: Analyze bank data for suspicious looking transactions and flag the fraud transactions Explanation: It is unsupervised learning. In this case, the suspicious transactions are not defined, hence there are no labels of "fraud" and "not fraud". The model tries to identify outliers by looking at anomalous transactions and flags them as 'fraud'.
@bharathsistk
@bharathsistk 5 жыл бұрын
@@SimplilearnOfficial In scenario 3, if you say the suspicious transactions are not defined. Does that means the system might know the valid transaction.?
@SimplilearnOfficial
@SimplilearnOfficial 5 жыл бұрын
This means that the model will study the pattern, evaluate whether the transaction done is normal as per the customer history and hence detect a suspicious transaction.
@heliocunha4791
@heliocunha4791 5 жыл бұрын
@@SimplilearnOfficial There is a mistake on the answer, Netflix uses AutoEnconders, and it is unsupervised learning...
@ishagupta7592
@ishagupta7592 5 жыл бұрын
Scenario 1 supervised Scenario 2 reinforced Scenario 3 unsupervised
@SimplilearnOfficial
@SimplilearnOfficial 5 жыл бұрын
Hi Isha, thanks for your reply! We will give out the answers to the quiz on Wednesday, 26th September 2018.
@SimplilearnOfficial
@SimplilearnOfficial 5 жыл бұрын
Hi Isha, you almost got everything right. Here are the answers with explanation. Scenario 1: Facebook recognizes your friend in a picture from an album of tagged photographs Explanation: It is supervised learning. Here Facebook is using tagged photos to recognize the person. Therefore, the tagged photos become the labels of the pictures and we know that when the machine is learning from labelled data, it is supervised learning. Scenario 2: Recommending new songs based on someone’s past music choices Explanation: It is supervised learning. The model is training a classifier on pre-existing labels (genres of songs). This is what Netflix, Pandora, and Spotify do all the time, they collect the songs/movies that you like already, evaluate the features based on your likes/dislikes and then recommend new movies/songs based on similar features. Scenario 3: Analyze bank data for suspicious looking transactions and flag the fraud transactions Explanation: It is unsupervised learning. In this case, the suspicious transactions are not defined, hence there are no labels of "fraud" and "not fraud". The model tries to identify outliers by looking at anomalous transactions and flags them as 'fraud'.
@AshMenon
@AshMenon 3 жыл бұрын
This was a really good summary, thank you!
@SimplilearnOfficial
@SimplilearnOfficial 3 жыл бұрын
Glad you enjoyed it!
@sonianaidu1437
@sonianaidu1437 4 жыл бұрын
Thank you so much! This was very clear and informative. :)
@SimplilearnOfficial
@SimplilearnOfficial 4 жыл бұрын
Hey Sonuschka, we're glad you enjoyed this video! If you want to learn more, you can check out this playlist: kzbin.info/www/bejne/q5zdd3xvp8yqnLc And don't forget to like, share and subscribe to our channel! :)
@mustafabohra2070
@mustafabohra2070 5 жыл бұрын
Facebook face recognition with tagged data - Supervised learning Movie recommendation - Unsupervised Fraud detection - Unsupervised
@SimplilearnOfficial
@SimplilearnOfficial 5 жыл бұрын
Thanks for replying to the quiz, Mustafa. You almost got the right answer. Here are the answers with explanation. Scenario 1: Facebook recognizes your friend in a picture from an album of tagged photographs Explanation: It is supervised learning. Here Facebook is using tagged photos to recognize the person. Therefore, the tagged photos become the labels of the pictures and we know that when the machine is learning from labelled data, it is supervised learning. Scenario 2: Recommending new songs based on someone’s past music choices Explanation: It is supervised learning. The model is training a classifier on pre-existing labels (genres of songs). This is what Netflix, Pandora, and Spotify do all the time, they collect the songs/movies that you like already, evaluate the features based on your likes/dislikes and then recommend new movies/songs based on similar features. Scenario 3: Analyze bank data for suspicious looking transactions and flag the fraud transactions Explanation: It is unsupervised learning. In this case, the suspicious transactions are not defined, hence there are no labels of "fraud" and "not fraud". The model tries to identify outliers by looking at anomalous transactions and flags them as 'fraud'.
@mohdtaiyabkhan4186
@mohdtaiyabkhan4186 3 жыл бұрын
Scenario-1: supervised Scenario-2: supervised Scenario-2: unsupervised
@SimplilearnOfficial
@SimplilearnOfficial 3 жыл бұрын
"Wow! You got all the answers right. Here are the answers with explanation. Scenario 1: Facebook recognizes your friend in a picture from an album of tagged photographs Explanation: It is supervised learning. Here Facebook is using tagged photos to recognize the person. Therefore, the tagged photos become the labels of the pictures and we know that when the machine is learning from labelled data, it is supervised learning. Scenario 2: Recommending new songs based on someone’s past music choices Explanation: It is supervised learning. The model is training a classifier on pre-existing labels (genres of songs). This is what Netflix, Pandora, and Spotify do all the time, they collect the songs/movies that you like already, evaluate the features based on your likes/dislikes and then recommend new movies/songs based on similar features. Scenario 3: Analyze bank data for suspicious looking transactions and flag the fraud transactions Explanation: It is unsupervised learning. In this case, the suspicious transactions are not defined, hence there are no labels of ""fraud"" and ""not fraud"". The model tries to identify outliers by looking at anomalous transactions and flags them as 'fraud'."
@ashisd5705
@ashisd5705 5 жыл бұрын
Excellent explanation in simplest way. Great video !!!
@SimplilearnOfficial
@SimplilearnOfficial 5 жыл бұрын
Hey Ashis, thank you for appreciating our work. We are glad to have helped. Do check out our other tutorial videos and subscribe to us to stay connected. Cheers :)
@priyanshibhattacharjee3789
@priyanshibhattacharjee3789 3 жыл бұрын
This is the first video of yours I'm watching, and it's so good that I subscribed right away 💯
@SimplilearnOfficial
@SimplilearnOfficial 3 жыл бұрын
Thanks for watching our video and sharing your thoughts. Do subscribe to our channel and stay tuned for more. Cheers!
@sagessemusic5391
@sagessemusic5391 2 жыл бұрын
Your first step to machine learning is you downloading the Anaconda package. It is free to download and contains software like Jupyter Notebook and spyder
@logicalrishi
@logicalrishi 4 жыл бұрын
To me the 3 scenarios looks like 1. Supervised 2. Supervised 3. Unsupervised
@SimplilearnOfficial
@SimplilearnOfficial 4 жыл бұрын
Hi Nitesh, you got everything right. Kudos! Here are the answers with explanation. Scenario 1: Facebook recognizes your friend in a picture from an album of tagged photographs Explanation: It is supervised learning. Here Facebook is using tagged photos to recognize the person. Therefore, the tagged photos become the labels of the pictures and we know that when the machine is learning from labeled data, it is supervised learning. Scenario 2: Recommending new songs based on someone’s past music choices Explanation: It is supervised learning. The model is training a classifier on pre-existing labels (genres of songs). This is what Netflix, Pandora, and Spotify do all the time, they collect the songs/movies that you like already, evaluate the features based on your likes/dislikes and then recommend new movies/songs based on similar features. Scenario 3: Analyze bank data for suspicious looking transactions and flag the fraud transactions Explanation: It is unsupervised learning. In this case, the suspicious transactions are not defined, hence there are no labels of "fraud" and "not fraud". The model tries to identify outliers by looking at anomalous transactions and flags them as 'fraud'.
@omkarwhaval73
@omkarwhaval73 4 жыл бұрын
Why sir scenario one has supervised lwarning
@SimplilearnOfficial
@SimplilearnOfficial 4 жыл бұрын
Hi Onkar, Here are the answers with explanation. Scenario 1: Facebook recognizes your friend in a picture from an album of tagged photographs Explanation: It is supervised learning. Here Facebook is using tagged photos to recognize the person. Therefore, the tagged photos become the labels of the pictures and we know that when the machine is learning from labeled data, it is supervised learning. Scenario 2: Recommending new songs based on someone’s past music choices Explanation: It is supervised learning. The model is training a classifier on pre-existing labels (genres of songs). This is what Netflix, Pandora, and Spotify do all the time, they collect the songs/movies that you like already, evaluate the features based on your likes/dislikes and then recommend new movies/songs based on similar features. Scenario 3: Analyze bank data for suspicious-looking transactions and flag the fraud transactions Explanation: It is unsupervised learning. In this case, the suspicious transactions are not defined, hence there are no labels of "fraud" and "not fraud". The model tries to identify outliers by looking at anomalous transactions and flags them as 'fraud'.
@VinodRS01
@VinodRS01 4 жыл бұрын
And if photo is not tagged ..?
@SimplilearnOfficial
@SimplilearnOfficial 4 жыл бұрын
It will come under unsupervised learning.
@aravindmuthusamy5383
@aravindmuthusamy5383 4 жыл бұрын
KZbin recommends and shows the type of videos based on which we watched before.Which type of learning is happening here?Can anyone explain?
@SimplilearnOfficial
@SimplilearnOfficial 4 жыл бұрын
Deep Neural network concepts have been implemented for KZbin recommendation. For more detailed explanation, go through this blog: towardsdatascience.com/how-youtube-recommends-videos-b6e003a5ab2f
@sarthakdehadray1059
@sarthakdehadray1059 4 жыл бұрын
I found this machine learning series because of "Machine Learning". So thank you "Machine Learning" and of course thank you Simplilearn.
@SimplilearnOfficial
@SimplilearnOfficial 4 жыл бұрын
Hi Sarthak, thanks for appreciating our work and for the wonderful comment. Do subscribe to our channel to stay posted on upcoming tutorials. Cheers!
@sujay6556
@sujay6556 3 жыл бұрын
After watching ur video I got interest in learning machine learning Such an crystal clear explanation 🙂
@SimplilearnOfficial
@SimplilearnOfficial 3 жыл бұрын
Glad to hear that
@sagessemusic5391
@sagessemusic5391 2 жыл бұрын
Then you must download the Anaconda package and start coding
@AllDefinition
@AllDefinition 4 жыл бұрын
Scenario-1: supervised Scenario-2: supervised Scenario-2: unsupervised Am i correct,mam?
@SimplilearnOfficial
@SimplilearnOfficial 4 жыл бұрын
"Wow! You got all the answers right. Here are the answers with explanation. Scenario 1: Facebook recognizes your friend in a picture from an album of tagged photographs Explanation: It is supervised learning. Here Facebook is using tagged photos to recognize the person. Therefore, the tagged photos become the labels of the pictures and we know that when the machine is learning from labelled data, it is supervised learning. Scenario 2: Recommending new songs based on someone’s past music choices Explanation: It is supervised learning. The model is training a classifier on pre-existing labels (genres of songs). This is what Netflix, Pandora, and Spotify do all the time, they collect the songs/movies that you like already, evaluate the features based on your likes/dislikes and then recommend new movies/songs based on similar features. Scenario 3: Analyze bank data for suspicious looking transactions and flag the fraud transactions Explanation: It is unsupervised learning. In this case, the suspicious transactions are not defined, hence there are no labels of ""fraud"" and ""not fraud"". The model tries to identify outliers by looking at anomalous transactions and flags them as 'fraud'."
@angelflyinghigh1300
@angelflyinghigh1300 3 жыл бұрын
@@SimplilearnOfficial Why is scenario 3 unsupervised learning? How does the system know that sth is "fraud" without being fed in previous cases which were called "fraud"? Like it has to know the features that make sth "fraud" before it can identify sth as "fraud"
@karandhanjal1079
@karandhanjal1079 3 жыл бұрын
Simplilearn 🙌🏻
@antoniosiu1426
@antoniosiu1426 3 жыл бұрын
what i thought too
@Stinow
@Stinow 3 жыл бұрын
@@angelflyinghigh1300 Hi Lucia, I would recon it (for example) compares properties of many transactions and puts the common ones in groups and thus sees which properties are anomalies (like, really big transaction amounts, or a never used bank account located far away, or many many small transactions with unclear description). But, that's just my two cents, I'm far from knowledgeable of Machine learning :)
@RadioactiveChutney
@RadioactiveChutney 5 жыл бұрын
We can analyse the comments like machine learning to find answers 😁😁
@amitpant3738
@amitpant3738 5 жыл бұрын
You got it, what is machine learning hahaha.
@pradnyaghodge2467
@pradnyaghodge2467 4 жыл бұрын
Lol...
@MukeshKumar-kb1mh
@MukeshKumar-kb1mh 4 ай бұрын
Thanks to simplelearn pls make videos on all the subjects and topics ❤ and yeah the video helped ALOT ❤🎉
@veeraiah
@veeraiah 3 жыл бұрын
Amazing explanation about the ML someone like me who is new to ML. Thank you!
@SimplilearnOfficial
@SimplilearnOfficial 3 жыл бұрын
Glad it was helpful!
@shockey3084
@shockey3084 4 жыл бұрын
it's a great video
@SimplilearnOfficial
@SimplilearnOfficial 4 жыл бұрын
Hi Ashok, we appreciate the kind comment! enjoy!
@snehakedambadi4114
@snehakedambadi4114 5 жыл бұрын
Scenario 1 - Supervised Learning, Scenario 2 - Reinforcement Learning, Scenario 3 - UnSupervised Learning
@SimplilearnOfficial
@SimplilearnOfficial 5 жыл бұрын
Hi Neha, Below are the right answers and explanation for the quiz. Scenario 1: Facebook recognizes your friend in a picture from an album of tagged photographs Explanation: It is supervised learning. Here Facebook is using tagged photos to recognize the person. Therefore, the tagged photos become the labels of the pictures and we know that when the machine is learning from labeled data, it is supervised learning. Scenario 2: Recommending new songs based on someone’s past music choices Explanation: It is supervised learning. The model is training a classifier on pre-existing labels (genres of songs). This is what Netflix, Pandora, and Spotify do all the time, they collect the songs/movies that you like already, evaluate the features based on your likes/dislikes and then recommend new movies/songs based on similar features. Scenario 3: Analyze bank data for suspicious looking transactions and flag the fraud transactions Explanation: It is unsupervised learning. In this case, the suspicious transactions are not defined, hence there are no labels of "fraud" and "not fraud". The model tries to identify outliers by looking at anomalous transactions and flags them as 'fraud'
@dna1238
@dna1238 3 жыл бұрын
great intro to the basics of machine learning , Thank You.
@SimplilearnOfficial
@SimplilearnOfficial 3 жыл бұрын
Glad you enjoyed our video! We have a ton more videos like this on our channel. We hope you will join our community!
@subhasis9923
@subhasis9923 2 жыл бұрын
you Defined the besics of mechine learning a very simple way amazing video
@SimplilearnOfficial
@SimplilearnOfficial 2 жыл бұрын
Glad you think so!
The World's Fastest Cleaners
00:35
MrBeast
Рет қаралды 103 МЛН
ONE MORE SUBSCRIBER FOR 4 MILLION!
00:28
Horror Skunx
Рет қаралды 60 МЛН
Python Machine Learning Tutorial (Data Science)
49:43
Programming with Mosh
Рет қаралды 2,7 МЛН
11. Introduction to Machine Learning
51:31
MIT OpenCourseWare
Рет қаралды 1,6 МЛН
Generative AI in a Nutshell - how to survive and thrive in the age of AI
17:57
You need to learn AI in 2024! (And here is your roadmap)
45:21
David Bombal
Рет қаралды 602 М.
AI VS ML VS DL VS Data Science
9:45
Krish Naik
Рет қаралды 2,8 МЛН