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

Sdílet
Vložit
  • čas přidán 29. 08. 2024

Komentáře • 2,1K

  • @SimplilearnOfficial
    @SimplilearnOfficial  Před 3 lety +162

    🔥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&

  • @Abdullah-mg5zl
    @Abdullah-mg5zl Před 5 lety +4479

    **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  Před 5 lety +204

      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 Před 5 lety +45

      @@SimplilearnOfficial Thank you! Definitely will, I love you guys' videos! :) Great job and keep it up!

    • @SimplilearnOfficial
      @SimplilearnOfficial  Před 5 lety +40

      Greetings! Thank you for your kind words. Spread the word by liking, sharing and subscribing to our channel! Cheers :)

    • @NoFluffReviews01
      @NoFluffReviews01 Před 5 lety +5

      i need help

    • @SimplilearnOfficial
      @SimplilearnOfficial  Před 5 lety +8

      Yes, what could we do for you?

  • @theeagleeyeexplorer4111
    @theeagleeyeexplorer4111 Před 5 lety +147

    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  Před 5 lety +186

      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'.

  • @moiedmajaaz1669
    @moiedmajaaz1669 Před rokem +21

    Labeled =supervised
    Unlabeled= Un-supervised
    And finally
    Enforcement Learning = Learning from results and upgrading . Tq for the explanation

    • @SimplilearnOfficial
      @SimplilearnOfficial  Před rokem

      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!

  • @nrd10
    @nrd10 Před 3 lety +532

    Literally learnt more from you than 4 years in college

  • @hidgik
    @hidgik Před 5 lety +89

    I am from a health care background, but I could effortlessly understand everything she said. Excellent introduction.

    • @SimplilearnOfficial
      @SimplilearnOfficial  Před 5 lety +6

      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!

  • @misterpueblo26
    @misterpueblo26 Před 3 lety +77

    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!

  • @AdnanKhan-iz9zb
    @AdnanKhan-iz9zb Před 4 lety +310

    I'm impressed by the way you taught. Teacher should to be like you.

    • @SimplilearnOfficial
      @SimplilearnOfficial  Před 4 lety +16

      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 Před 4 lety +7

      @@SimplilearnOfficial yes, already did. Thanks.🙏

    • @anuproy8855
      @anuproy8855 Před 2 lety

      @@AdnanKhan-iz9zb e3

    • @anuproy8855
      @anuproy8855 Před 2 lety

      @@AdnanKhan-iz9zb e3

    • @prasadchiluka5509
      @prasadchiluka5509 Před 2 lety

      @@SimplilearnOfficial re Jo inIn

  • @MennaAMoataz
    @MennaAMoataz Před 4 lety +23

    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  Před 4 lety +1

      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!

  • @kaustavsen7958
    @kaustavsen7958 Před 5 lety +33

    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  Před 5 lety +3

      Yes, you are absolutely correct. Search engine uses Machine learning algorithm to do the recommendation system. Thanks.

    • @festuskapkea8150
      @festuskapkea8150 Před 4 lety

      And that is what machine learning does

  • @soumitrachakrabartee_lazyCoder

    Well explained by this video :)
    Scenario 1: Supervised Learning.
    Scenario 2: Supervised Learning.
    Scenario 3: Unsupervised Learning.

    • @SimplilearnOfficial
      @SimplilearnOfficial  Před 4 lety +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 Před 3 lety +5

    1st & 2nd -supervised learning
    3rd is Reinforced learning.
    Thanku , you teach us great 🙏

    • @SimplilearnOfficial
      @SimplilearnOfficial  Před 3 lety +1

      Thanks for watching our video and sharing your thoughts. Do subscribe to our channel and stay tuned for more. Cheers!

  • @kshitizshrestha9398
    @kshitizshrestha9398 Před 4 lety +15

    The recommended videos which we are getting in the CZcams PAGE is one of the live examples of machine learning !!

  • @HostDotPromo
    @HostDotPromo Před 5 lety +29

    Machine learning is a game changer 📈

    • @SimplilearnOfficial
      @SimplilearnOfficial  Před 5 lety +4

      Yes, it is indeed a game changer. Check out our Machine learning playlist to know about the fundamentals courses and algorithms: czcams.com/video/ukzFI9rgwfU/video.html. 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 Před 5 lety +1

      Want to Enroll & Get Certified ,, Who are best institute in NCR with affordable Price with high placement

    • @SimplilearnOfficial
      @SimplilearnOfficial  Před 5 lety +1

      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: czcams.com/video/ukzFI9rgwfU/video.html
      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.

  • @manuabaraham3653
    @manuabaraham3653 Před 3 lety +1

    I am reading 21 lessons for 21st century ..these words are often coming ...it really helpful

    • @SimplilearnOfficial
      @SimplilearnOfficial  Před 3 lety

      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 Před 3 lety +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  Před 3 lety

      Thanks for watching our video and sharing your thoughts. Do subscribe to our channel and stay tuned for more. Cheers!

  • @avijeetbiswal8421
    @avijeetbiswal8421 Před 6 lety +25

    Loved the video..it's very informative and insightful under 8 mins..
    Quiz Answers: 1st and 2nd are supervised while 3rd is unsupervised

  • @jssivakumar
    @jssivakumar Před 2 lety +3

    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  Před 2 lety

      Thanks for watching our video and sharing your thoughts. Do subscribe to our channel and stay tuned for more. Cheers!

  • @arockiadass17
    @arockiadass17 Před 4 lety +14

    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.

  • @sreeyaaladanda
    @sreeyaaladanda Před 3 lety +1

    youtube itself is the best example of machine learning ..because it automatically recommends the videos based on our past history!!!

    • @SimplilearnOfficial
      @SimplilearnOfficial  Před 3 lety +1

      Thanks for watching our video and sharing your thoughts. Do subscribe to our channel and stay tuned for more. Cheers!

  • @yasasviupadrastaqbjhdjhkmy7270

    1,2 are supervised learning. 3 is reinforcement learning in Quiz.. Video was good, understanding the concepts.. Thank you..

  • @sancharichatterjee56
    @sancharichatterjee56 Před 3 lety +6

    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

  • @dipendrayadav1113
    @dipendrayadav1113 Před 5 lety +16

    You guys at Simplilearn are doing great service by making these educational videos. It helps me a lot.

    • @SimplilearnOfficial
      @SimplilearnOfficial  Před 5 lety

      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 :)

  • @jaisonj6688
    @jaisonj6688 Před 5 lety +23

    I got impressed by this tutorial and interested to learn Machine Learning.. Can you guide me..

    • @SimplilearnOfficial
      @SimplilearnOfficial  Před 4 lety +6

      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: czcams.com/video/ukzFI9rgwfU/video.html
      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 Před 4 lety

      What is the use of machine learning .iam looking for good soft ware

    • @SimplilearnOfficial
      @SimplilearnOfficial  Před 4 lety

      @@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.

  • @jasiribrahim917
    @jasiribrahim917 Před 5 lety +2

    Wonderful editing and we can understand easily.
    Answers:
    1: supervised
    2: supervised
    3: unsupervised

    • @SimplilearnOfficial
      @SimplilearnOfficial  Před 5 lety +8

      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'.

  • @naturelover5371
    @naturelover5371 Před 5 lety +35

    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  Před 5 lety +50

      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 Před 5 lety

      Mudit Goyal Dumbass , 1 is supervised not supeervised

  • @kirubababu7127
    @kirubababu7127 Před 5 lety +83

    In CZcams, It can display the videos as per our frequent past search.

    • @SimplilearnOfficial
      @SimplilearnOfficial  Před 5 lety +8

      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: czcams.com/video/ukzFI9rgwfU/video.html
      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 Před 3 lety

      Or your likes or dislikes after watching them.

  • @poojanawle6337
    @poojanawle6337 Před 5 lety +9

    Amazing video!! Thanks for sharing the knowledge.
    The answers are :
    1.Supervised
    2.Supervised
    3.Unsupervised, right?

    • @SimplilearnOfficial
      @SimplilearnOfficial  Před 5 lety +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 Před 3 lety

      @@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  Před 3 lety

      Yes, a decision tree is a supervised learning algorithm and is it used for classification problems."

  • @parvanator
    @parvanator Před 5 lety +6

    I used supervised learning to decide:
    1. Supervised.
    2. Supervised.
    3. Unsupervised.

    • @SimplilearnOfficial
      @SimplilearnOfficial  Před 5 lety +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'.

  • @sarthakdehadray1059
    @sarthakdehadray1059 Před 5 lety

    I found this machine learning series because of "Machine Learning". So thank you "Machine Learning" and of course thank you Simplilearn.

    • @SimplilearnOfficial
      @SimplilearnOfficial  Před 5 lety

      Hi Sarthak, thanks for appreciating our work and for the wonderful comment. Do subscribe to our channel to stay posted on upcoming tutorials. Cheers!

  • @ResearchifyPhD
    @ResearchifyPhD Před 3 lety +1

    I admire your teaching skill. The reason why simplilear is the first choice of the learner.

    • @SimplilearnOfficial
      @SimplilearnOfficial  Před 3 lety

      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.

  • @sanjeevmalhi4336
    @sanjeevmalhi4336 Před 5 lety +5

    It's very easy to understand how ML algorithms work. Thanks for it.

    • @SimplilearnOfficial
      @SimplilearnOfficial  Před 5 lety

      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 :)

  • @tejashwinirangam8216
    @tejashwinirangam8216 Před 2 lety +5

    I have exam tomorrow, and this just one video boosted my confidence to write the exam well with your easy explanations...😊

    • @SimplilearnOfficial
      @SimplilearnOfficial  Před 2 lety +2

      Hello thank you for watching our video .We are glad that we could help you in your learning !

  • @sancharichatterjee56
    @sancharichatterjee56 Před 3 lety +4

    Amazing video. Thank you Simplilearn. Example where I see application of machine learning could be CZcams itself. Once I watch a video on cooking, all recommendations on cooking video starts popping up!

  • @bangbang2876
    @bangbang2876 Před 4 lety +2

    Based on ML, SimpliLearn models those videos which could cater Huge Knowledge and important numerous Subscribers😃

  • @paulbozik5476
    @paulbozik5476 Před 5 lety +1

    S1 - Supervised - the labels are the faces of friendsS2 - Supervised - the labels are based on past views and sentiments of movies watched S3 - Unsupervised - no perceived labels available; based on outliers

    • @SimplilearnOfficial
      @SimplilearnOfficial  Před 5 lety

      Wow! you got it all right. Below are the right answers and explanation for the same.
      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'.

  • @StevonStevons
    @StevonStevons Před 5 lety +457

    "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"
    😐

  • @poojagupta830
    @poojagupta830 Před 6 lety +10

    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  Před 6 lety +2

      Hi Pooja, thanks for your reply! We will give out the answers to the quiz on Wednesday, 26th September 2018.

    • @SimplilearnOfficial
      @SimplilearnOfficial  Před 6 lety +9

      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 Před 3 lety

      Thank you pooja for your answers it helped me to understand

  • @maheshshendge9896
    @maheshshendge9896 Před 2 lety +4

    @Simplilearn , wonderful and fantastic tutorial! It's really helpful
    1,2 are supervised learning and 3 one is unsupervised

  • @mr__atiur
    @mr__atiur Před 3 lety +1

    I have been trying to understand this concept for 3 days. Fortunately got your video and thanks for video.

    • @SimplilearnOfficial
      @SimplilearnOfficial  Před 3 lety

      Glad you enjoyed our video! We have a ton more videos like this on our channel. We hope you will join our community!

  • @arificialintelligence
    @arificialintelligence Před 3 lety +2

    Excellent summary. I have shared this with all my linkedin connections.

  • @gvsmchaithanya2847
    @gvsmchaithanya2847 Před 6 lety +14

    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  Před 6 lety

      Hi Chaithanya, thanks for your reply! We will give out the answers to the quiz on Wednesday, 26th September 2018.

    • @SimplilearnOfficial
      @SimplilearnOfficial  Před 6 lety +17

      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 Před 6 lety +1

      Thanks for your answers and correcting me where did some mistake in quiz but I learned it thank you so much simplilearn

    • @SimplilearnOfficial
      @SimplilearnOfficial  Před 6 lety

      You are very welcome Chaitanya. Do subscribe to the channel and stay tuned.

  • @pratibhalilhare3060
    @pratibhalilhare3060 Před 5 lety +27

    yeah wow!!! you explained so nice...😍😍
    ans is 1. super
    2. super
    3.unsuper
    am i correct???

    • @SimplilearnOfficial
      @SimplilearnOfficial  Před 5 lety +27

      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 Před 4 lety +1

      @@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  Před 4 lety +1

      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.

  • @sweety23.789
    @sweety23.789 Před 4 lety +30

    Respected ma'am, the video was highly informative. Thank you ma'am for teaching so many concepts about machines😄😄

    • @SimplilearnOfficial
      @SimplilearnOfficial  Před 4 lety +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 Před 4 lety

      Please help me to learn more ...My Email Id is salaudeen03041969@gmail.com

  • @deanlonagan1475
    @deanlonagan1475 Před 4 lety

    ..humans do learn from past experiences but that alone stifles innovation and problem solving..we are good at learning about the right now too..

  • @Maths4SHS
    @Maths4SHS Před 3 lety +1

    i understood the concept of machine learning in less than 10 mins. thank you.

  • @AllDefinition
    @AllDefinition Před 4 lety +28

    Scenario-1: supervised
    Scenario-2: supervised
    Scenario-2: unsupervised
    Am i correct,mam?

    • @SimplilearnOfficial
      @SimplilearnOfficial  Před 4 lety +33

      "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 Před 4 lety +7

      @@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 Před 4 lety +1

      Simplilearn 🙌🏻

    • @antoniosiu1426
      @antoniosiu1426 Před 4 lety +1

      what i thought too

    • @Stinow
      @Stinow Před 4 lety +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 :)

  • @ishagupta7592
    @ishagupta7592 Před 6 lety +6

    Scenario 1 supervised
    Scenario 2 reinforced
    Scenario 3 unsupervised

    • @SimplilearnOfficial
      @SimplilearnOfficial  Před 6 lety

      Hi Isha, thanks for your reply! We will give out the answers to the quiz on Wednesday, 26th September 2018.

    • @SimplilearnOfficial
      @SimplilearnOfficial  Před 6 lety +3

      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'.

  • @amilcarc.dasilva5665
    @amilcarc.dasilva5665 Před 5 lety +53

    wonderful and fantastic tutorial! It's really helpful. The explanation is so clear. thumb up to the tutor.

    • @SimplilearnOfficial
      @SimplilearnOfficial  Před 5 lety +2

      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 :).

  • @ranvirsingh10
    @ranvirsingh10 Před 3 lety

    This Knowledge will help us Forever in Life, School Rote Learning is for a Short Period of Time which cannot help us, we can just get Marks and that's all, but knowledge will be with us Forever.

  • @jatinchenani9844
    @jatinchenani9844 Před 4 lety +1

    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  Před 4 lety

      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.

  • @yr5096
    @yr5096 Před 5 lety +7

    You cleared my chart doubts in a single video

    • @SimplilearnOfficial
      @SimplilearnOfficial  Před 5 lety

      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 :)

  • @sagarsrivastava7573
    @sagarsrivastava7573 Před 5 lety +3

    1->supervised
    2->supervised
    3->unsupervised

    • @SimplilearnOfficial
      @SimplilearnOfficial  Před 5 lety +5

      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'.

  • @ballukiduniya6214
    @ballukiduniya6214 Před 6 lety +9

    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  Před 6 lety +1

      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  Před 6 lety +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'.

  • @subhasis9923
    @subhasis9923 Před 2 lety +2

    you Defined the besics of mechine learning a very simple way amazing video

  • @Anish_Deshmukh
    @Anish_Deshmukh Před 4 lety +1

    Answers
    Scenario 1 - Supervised
    Scenario 2 - Supervised
    Scenario 3 - Unsupervised
    Please tell me if I am correct or not. Thank Simplilearn !

    • @SimplilearnOfficial
      @SimplilearnOfficial  Před 4 lety +1

      "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'."

  • @mohdtaiyabkhan4186
    @mohdtaiyabkhan4186 Před 4 lety +4

    Scenario-1: supervised
    Scenario-2: supervised
    Scenario-2: unsupervised

    • @SimplilearnOfficial
      @SimplilearnOfficial  Před 4 lety +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'."

  • @malvichaudhary
    @malvichaudhary Před 2 lety +6

    Awesome, I am glad to watch this video about Machine Learning. Such a simple and clear explanation. Thank you!

  • @mustafabohra2070
    @mustafabohra2070 Před 5 lety +8

    Facebook face recognition with tagged data - Supervised learning
    Movie recommendation - Unsupervised
    Fraud detection - Unsupervised

    • @SimplilearnOfficial
      @SimplilearnOfficial  Před 5 lety +8

      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'.

  • @sujay6556
    @sujay6556 Před 3 lety +1

    After watching ur video I got interest in learning machine learning
    Such an crystal clear explanation 🙂

  • @saivamsi1480
    @saivamsi1480 Před 5 lety +1

    Some of the best examples are youtube,twitter,flipcart....etc., in which these kind apps extract the content for us based on our past search data and preferences

    • @SimplilearnOfficial
      @SimplilearnOfficial  Před 5 lety +1

      Great examples! Social medias and shopping karts show contents based on our past search data and preferences.

  • @MeryKate
    @MeryKate Před 4 lety +9

    Thank you for such a good explanation!

    • @SimplilearnOfficial
      @SimplilearnOfficial  Před 4 lety

      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 - czcams.com/video/ukzFI9rgwfU/video.html

  • @anjaneyupadhyay1306
    @anjaneyupadhyay1306 Před 6 lety +7

    1 - Unsupervised because FB checks your friends face using image recognition
    2 - Supervised
    3 - Unsupervised
    Is this right?

    • @SimplilearnOfficial
      @SimplilearnOfficial  Před 6 lety

      Hi Anjaney, thanks for your reply! We will give out the answers to the quiz on Wednesday, 26th September 2018.

    • @SimplilearnOfficial
      @SimplilearnOfficial  Před 6 lety +7

      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 Před 5 lety +1

      @@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  Před 5 lety +1

      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 Před 5 lety +1

      @@SimplilearnOfficial There is a mistake on the answer, Netflix uses AutoEnconders, and it is unsupervised learning...

  • @sitaramsahoo5491
    @sitaramsahoo5491 Před 6 lety +7

    Facebook face recognition : supervised , netflex movie choice: reinforced , fraud detection : reinforced

    • @SimplilearnOfficial
      @SimplilearnOfficial  Před 6 lety +1

      Hi Sitaram, thanks for your reply! We will give out the answers to the quiz on Wednesday, 26th September 2018.

    • @SimplilearnOfficial
      @SimplilearnOfficial  Před 6 lety +9

      Hi Sitaram, thanks for replying to the quiz. 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'.

    • @sitaramsahoo5491
      @sitaramsahoo5491 Před 6 lety +1

      @@SimplilearnOfficial thank you for the beautiful explanations!!

    • @SimplilearnOfficial
      @SimplilearnOfficial  Před 6 lety

      You are very welcome! Do subscribe to our channel and stay tuned!

    • @shanmukharaobudumuru4471
      @shanmukharaobudumuru4471 Před 5 lety

      @@@SimplilearnOfficial fraud transactions to be reinforcement learning right ( as it gives a negative feedback when some enters their data incorrectly )

  • @bl4ckh34rtkd8
    @bl4ckh34rtkd8 Před 5 lety +2

    CORTANA is learning and doing amazing job...

  • @juandalepringle5055
    @juandalepringle5055 Před 2 lety +1

    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  Před 2 lety

      Hello thank you for watching our video .We are glad that we could help you in your learning !

  • @mallikonduri
    @mallikonduri Před 2 lety +12

    @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! 🙂

  • @mainiyale1773
    @mainiyale1773 Před 6 lety +6

    Great video, very easy to understand. Thanks Simplilearn....

    • @SimplilearnOfficial
      @SimplilearnOfficial  Před 6 lety +1

      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!

  • @j.williamssteven1843
    @j.williamssteven1843 Před 4 lety +3

    Scenario-1: supervised
    Scenario-2: supervised
    Scenario-2: unsupervised
    Am i correct,mam?
    Awesome summary. Loved it.

    • @SimplilearnOfficial
      @SimplilearnOfficial  Před 4 lety +2

      "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'."

  • @kk008
    @kk008 Před 3 lety

    Google crowdsource is the best example of machine learning to understand easily by a layman and also contribute. This will help to make better for different Google products like translate, maps, photos, searching and finding, etc.

  • @wanderer_solo
    @wanderer_solo Před 5 lety +2

    examples of machine learning: weather prediction, prediction of natural events, share price prediction, recommendation system etc.

  • @snehakedambadi4114
    @snehakedambadi4114 Před 5 lety +3

    Scenario 1 - Supervised Learning,
    Scenario 2 - Reinforcement Learning,
    Scenario 3 - UnSupervised Learning

    • @SimplilearnOfficial
      @SimplilearnOfficial  Před 5 lety +3

      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'

  • @manasikailas
    @manasikailas Před 5 lety +3

    A great gratitude towards simplilearn...really informative video...☺

    • @SimplilearnOfficial
      @SimplilearnOfficial  Před 5 lety

      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 :)

  • @mainakdasgupta268
    @mainakdasgupta268 Před 5 lety +33

    The video was quite interesting and informative. I would like to be your part of learning ML.

    • @SimplilearnOfficial
      @SimplilearnOfficial  Před 5 lety

      Hi Mainak, we are glad you found our video helpful and informative. Do show your love by subscribing our channel using this link: czcams.com/users/Simplilearn and don't forget to hit the like button as well. Cheers!

  • @evgeniymamchenko9582
    @evgeniymamchenko9582 Před 3 lety +1

    You can train your machine learning model for image classification even without writing any code in an Android app called Pocket AutoML. It trains a model right on your phone without sending your photos to some "cloud" so it can even work offline.

    • @SimplilearnOfficial
      @SimplilearnOfficial  Před 3 lety

      Keep learning with us .Stay connected with our channel and team :) . Do subscribe the channel for more updates : )

  • @soumyadeeppandit8189
    @soumyadeeppandit8189 Před 5 lety

    Thanks for the amazing video,I think the ans is-
    1.Supervised Learning
    2.Supervised Learning
    3.Unsupervised Learning

    • @SimplilearnOfficial
      @SimplilearnOfficial  Před 5 lety +1

      Hi Soumyadeep, 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'.

  • @VickyMei
    @VickyMei Před 5 lety +6

    these examples are so helpful, thanks for making this video! YOU ROCK!

    • @SimplilearnOfficial
      @SimplilearnOfficial  Před 5 lety

      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.

  • @RANDOMCHILD2010
    @RANDOMCHILD2010 Před 5 lety +7

    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  Před 5 lety

      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 :)

  • @pratikzade
    @pratikzade Před 5 lety +4

    I recently join your team,because i lovet it.
    Excellent work

    • @SimplilearnOfficial
      @SimplilearnOfficial  Před 5 lety

      WoW! we are glad you joined our community. Thanks for your love and support!

  • @ivanzolota9977
    @ivanzolota9977 Před 3 lety +1

    sc 1 - UNs 2 - Supervised, 3 - SUpervised

    • @SimplilearnOfficial
      @SimplilearnOfficial  Před 3 lety

      Keep learning with us .Stay connected with our channel and team :) . Do subscribe the channel for more updates : )

  • @joaomarcosrecovery
    @joaomarcosrecovery Před rokem +1

    K-nearest neighbors algorithm example really opened my mind to understand how it works

  • @amitmondal8531
    @amitmondal8531 Před 3 lety +3

    Simple and very easy to understand 👍

  • @aravindmuthusamy5383
    @aravindmuthusamy5383 Před 4 lety +12

    CZcams 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  Před 4 lety +7

      Deep Neural network concepts have been implemented for CZcams recommendation. For more detailed explanation, go through this blog: towardsdatascience.com/how-youtube-recommends-videos-b6e003a5ab2f

  • @karthikangularjs7059
    @karthikangularjs7059 Před 6 lety +4

    1.supervised
    2.reinforcement
    3.unsupervised

    • @SimplilearnOfficial
      @SimplilearnOfficial  Před 6 lety

      Hi Karthik, thanks for your reply! We will give out the answers to the quiz on Wednesday, 26th September 2018.

    • @SimplilearnOfficial
      @SimplilearnOfficial  Před 6 lety

      Hi Karthick, thanks for your reply to the quiz. You are almost right about everything and 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'.

    • @karthikangularjs7059
      @karthikangularjs7059 Před 6 lety

      @@SimplilearnOfficial hey tx for reply. But I was in little bit confused regarding the second scenario. .tx for nice explanation. ..hope for the more best quizs and tutorials too

    • @SimplilearnOfficial
      @SimplilearnOfficial  Před 6 lety

      Thanks, Karthik. We are coming up with more new things in the future. So do subscribe to our channel and stay tuned.

    • @karthikangularjs7059
      @karthikangularjs7059 Před 6 lety +1

      @@SimplilearnOfficial I subscribed long back. .i just love your channel

  • @CromaCampusOfficial
    @CromaCampusOfficial Před 3 lety

    Thanks for explaining the basics of machine learning.

  • @harisankarprabu6117
    @harisankarprabu6117 Před 6 lety

    Awesome video !
    Answers for quiz:
    1. Supervised
    2. Unsupervised
    3. Supervised

    • @SimplilearnOfficial
      @SimplilearnOfficial  Před 6 lety

      Hi Harry, thanks for your reply! We will give out the answers to the quiz on Wednesday, 26th September 2018.

    • @SimplilearnOfficial
      @SimplilearnOfficial  Před 6 lety

      Hi Harry, thanks for replying to the quiz. 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'.

  • @logicalrishi
    @logicalrishi Před 5 lety +19

    To me the 3 scenarios looks like
    1. Supervised
    2. Supervised
    3. Unsupervised

    • @SimplilearnOfficial
      @SimplilearnOfficial  Před 5 lety +31

      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 Před 5 lety +1

      Why sir scenario one has supervised lwarning

    • @SimplilearnOfficial
      @SimplilearnOfficial  Před 5 lety +1

      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 Před 5 lety +2

      And if photo is not tagged ..?

    • @SimplilearnOfficial
      @SimplilearnOfficial  Před 5 lety +4

      It will come under unsupervised learning.

  • @plainwhitekebaya
    @plainwhitekebaya Před 2 lety +3

    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!

  • @sakshipawar5837
    @sakshipawar5837 Před 3 lety +4

    Thank you for such great video. I hope my all concepts will be cleared through this sessions🙌

    • @SimplilearnOfficial
      @SimplilearnOfficial  Před 3 lety +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!

  • @AbelAkeni
    @AbelAkeni Před 2 lety +2

    Scenario 1: Supervised Learning
    Scenario 2: Reinforcement Learning
    Scenario 3: Unsupervised Learning

    • @SimplilearnOfficial
      @SimplilearnOfficial  Před 2 lety

      Keep learning with us .Stay connected with our channel and team :) . Do subscribe the channel for more updates : )

  • @hyo2109
    @hyo2109 Před 3 lety +2

    A day before exam and this video really helped with the concepts and queries, thanks!

    • @SimplilearnOfficial
      @SimplilearnOfficial  Před 3 lety +1

      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.

  • @apekshakapoor197
    @apekshakapoor197 Před 6 lety +51

    Umm 1st is supervised, 2nd also supervised, 3rd is unsupervised. Am i correct?
    Great video though, loved it!!

    • @SimplilearnOfficial
      @SimplilearnOfficial  Před 6 lety +2

      Hi Apeksha, thanks for your reply! We will give out the answers to the quiz on Wednesday, 26th September 2018.

    • @SimplilearnOfficial
      @SimplilearnOfficial  Před 6 lety +60

      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'.

    • @researchitechindia
      @researchitechindia Před 5 lety +3

      Scenario 1 is supervised earning because machine know the data(both friend photo and their name).
      2. Netflix is same as person identify song (high intensity high tempo )
      3. Fraud is unsupervised I guess.
      By the way video is good. It's wow in one word

    • @SimplilearnOfficial
      @SimplilearnOfficial  Před 5 lety +5

      Hi Amogha, you are absolutely right about your answer and explanation. We really appreciate your kind comment. Do show your love by subscribing our channel using this link: czcams.com/users/Simplilearn and don't forget to hit the like button as well. Cheers!

    • @keshavcharan
      @keshavcharan Před 5 lety +2

      @@SimplilearnOfficial Hi a quick question, should the 3rd one be case of reinforcement learning because transactions are very important and there needs to be a feedback mechanism to recorrect if there is a false positive or false negative ?

  • @nuwanweeraratne6902
    @nuwanweeraratne6902 Před 3 lety +3

    Truly a REMARKABLE explanation. Can you do a video about active learning too?

  • @RadioactiveChutney
    @RadioactiveChutney Před 5 lety +21

    We can analyse the comments like machine learning to find answers 😁😁

  • @rishabhgaming2.082
    @rishabhgaming2.082 Před 2 měsíci +1

    1 supervised learning
    2 supervised learning
    3 unsupervised learning

  • @amitpatel7812
    @amitpatel7812 Před 3 lety +1

    I appreciate how you teach with examples

    • @SimplilearnOfficial
      @SimplilearnOfficial  Před 3 lety

      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.

  • @kr4k3nn
    @kr4k3nn Před 3 lety +3

    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  Před 3 lety +1

      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.

  • @intradaynifty6958
    @intradaynifty6958 Před 5 lety +5

    CZcams itself a best example.. is it not? Unsupervised learning... Sometimes reinforce

  • @manikantanallana5227
    @manikantanallana5227 Před 5 lety +13

    Scenario-1: supervised learning
    Scenario-2: supervised

    • @SimplilearnOfficial
      @SimplilearnOfficial  Před 5 lety +62

      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'.

  • @LearnWithArjun
    @LearnWithArjun Před 3 lety

    Hello Simplilearn , Im 9 yrs old and very interested in machine learning. This video is very cool.

    • @SimplilearnOfficial
      @SimplilearnOfficial  Před 3 lety +1

      Glad you liked it! We have a ton more videos like this on our channel. We hope you will join our community!