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

Поделиться
HTML-код
  • Опубликовано: 2 окт 2024

Комментарии • 2,1 тыс.

  • @SimplilearnOfficial
    @SimplilearnOfficial  3 года назад +164

    "🔥Caltech Post Graduate Program In AI And Machine Learning - www.simplilearn.com/artificial-intelligence-masters-program-training-course?FI9rgwfU&Comments&RUclips
    🔥IITK - Professional Certificate Course in Generative AI and Machine Learning (India Only) - www.simplilearn.com/iitk-professional-certificate-course-ai-machine-learning?FI9rgwfU&Comments&RUclips
    🔥Purdue - Post Graduate Program in AI and Machine Learning - www.simplilearn.com/pgp-ai-machine-learning-certification-training-course?FI9rgwfU&Comments&RUclips
    🔥IITG - Professional Certificate Program in Generative AI and Machine Learning (India Only) - www.simplilearn.com/iitg-generative-ai-machine-learning-program?FI9rgwfU&Comments&RUclips
    🔥Caltech - AI & Machine Learning Bootcamp (US Only) - www.simplilearn.com/ai-machine-learning-bootcamp?FI9rgwfU&Comments&RUclips"

  • @Abdullah-mg5zl
    @Abdullah-mg5zl 5 лет назад +4538

    **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 лет назад +209

      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 лет назад +46

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

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад +41

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

    • @NoFluffReviews01
      @NoFluffReviews01 5 лет назад +5

      i need help

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад +8

      Yes, what could we do for you?

  • @StevonStevons
    @StevonStevons 5 лет назад +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"
    😐

  • @kaustavsen7958
    @kaustavsen7958 5 лет назад +38

    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 лет назад +3

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

    • @festuskapkea8150
      @festuskapkea8150 4 года назад

      And that is what machine learning does

  • @theeagleeyeexplorer4111
    @theeagleeyeexplorer4111 5 лет назад +159

    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 лет назад +201

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

  • @nrd10
    @nrd10 3 года назад +549

    Literally learnt more from you than 4 years in college

    • @SimplilearnOfficial
      @SimplilearnOfficial  3 года назад +43

      We are so grateful for your kind words. Also, subscribe to our channel and stay tuned for more videos. Cheers!

    • @vinaymotwani8946
      @vinaymotwani8946 3 года назад +2

      Is machine learning this much interesting in college also

    • @suprecam9880
      @suprecam9880 3 года назад +13

      …yet you still misspelled ‘learned,’ if only there was a video for that…

    • @sunithacatherinjoseph2411
      @sunithacatherinjoseph2411 3 года назад

      😁👍

    • @drmohitkashyap1661
      @drmohitkashyap1661 3 года назад

      /

  • @moiedmajaaz1669
    @moiedmajaaz1669 Год назад +31

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

    • @SimplilearnOfficial
      @SimplilearnOfficial  Год назад

      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!

  • @hidgik
    @hidgik 5 лет назад +92

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

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад +7

      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!

  • @SimplilearnOfficial
    @SimplilearnOfficial  4 года назад +97

    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 года назад +1

      zhtzabi@gmail.com

    • @zabiansari9282
      @zabiansari9282 4 года назад +1

      Hi

    • @vigneshwaran7421
      @vigneshwaran7421 4 года назад +1

      vignesh_waran@live.com

    • @kazimohammadshafiuddin2601
      @kazimohammadshafiuddin2601 4 года назад +1

      Simplilearn I want to expertise on machine learning and succeed in this field. Email : kazis.shafi@gmail.com

    • @SimplilearnOfficial
      @SimplilearnOfficial  4 года назад +1

      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.

  • @wanderer_solo
    @wanderer_solo 5 лет назад +2

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

  • @jayprajapati1347
    @jayprajapati1347 Год назад

    S-1 supervise learning
    s-2 unsupervise learning
    s-3 reinforcememt learning

  • @misterpueblo26
    @misterpueblo26 3 года назад +79

    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!

  • @kirubababu7127
    @kirubababu7127 5 лет назад +83

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

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад +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: ruclips.net/video/ukzFI9rgwfU/видео.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 3 года назад

      Or your likes or dislikes after watching them.

  • @AdnanKhan-iz9zb
    @AdnanKhan-iz9zb 4 года назад +312

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

    • @SimplilearnOfficial
      @SimplilearnOfficial  4 года назад +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 4 года назад +7

      @@SimplilearnOfficial yes, already did. Thanks.🙏

    • @anuproy8855
      @anuproy8855 3 года назад

      @@AdnanKhan-iz9zb e3

    • @anuproy8855
      @anuproy8855 3 года назад

      @@AdnanKhan-iz9zb e3

    • @prasadchiluka5509
      @prasadchiluka5509 3 года назад

      @@SimplilearnOfficial re Jo inIn

  • @YungSav16
    @YungSav16 Год назад

    Amazon does this thing where it compares items u buy to other items that other customers have bought as a suggestion to get u to buy the same things other people have bought and it changes some of the time

  • @jaisonj6688
    @jaisonj6688 5 лет назад +23

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

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад +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: ruclips.net/video/ukzFI9rgwfU/видео.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 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.

  • @sancharichatterjee56
    @sancharichatterjee56 3 года назад +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

  • @MennaAMoataz
    @MennaAMoataz 4 года назад +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  4 года назад +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!

  • @poojanawle6337
    @poojanawle6337 5 лет назад +9

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

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад +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 4 года назад

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

  • @rejoicegeorge
    @rejoicegeorge Год назад +1

    I think...
    Scenario 1. Supervised Learning
    Scenario 2. Supervised Learning
    Scenario 3. Unsupervised Learning

    • @SimplilearnOfficial
      @SimplilearnOfficial  Год назад

      Thank you for choosing us as your learning partner. We are thrilled to hear that you enjoyed your experience with us! If you are looking to expand your knowledge further, we invite you to explore our other courses in the description box.

  • @hamzanisar5193
    @hamzanisar5193 3 года назад +1

    I am confused to figure out how to determine if the data is labeled or not I need to get this concept down first can you help me out with it also I have enrolled in a machine learning course on your website. My ultimate goal is to pursue this and make a career out of it.

    • @SimplilearnOfficial
      @SimplilearnOfficial  3 года назад

      "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: ruclips.net/video/ukzFI9rgwfU/видео.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."

  • @AllDefinition
    @AllDefinition 4 года назад +28

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

    • @SimplilearnOfficial
      @SimplilearnOfficial  4 года назад +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 4 года назад +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 4 года назад +1

      Simplilearn 🙌🏻

    • @antoniosiu1426
      @antoniosiu1426 4 года назад +1

      what i thought too

    • @Stinow
      @Stinow 4 года назад +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 6 лет назад +21

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

  • @soumitrachakrabartee_lazyCoder
    @soumitrachakrabartee_lazyCoder 4 года назад +7

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

    • @SimplilearnOfficial
      @SimplilearnOfficial  4 года назад +10

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

  • @paddupechetti9264
    @paddupechetti9264 5 лет назад

    1.Reinforcement learning
    2.Supervised learning
    3.Unsupervised learning

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад

      Hi, you almost got it 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'.

  • @dakshrohilla5009
    @dakshrohilla5009 Год назад +1

    Machine learning helps in catch fraud in unreal hand writing, signatures.

  • @pratibhalilhare3060
    @pratibhalilhare3060 5 лет назад +27

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

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад +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 4 года назад +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  4 года назад +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.

  • @HostDotPromo
    @HostDotPromo 5 лет назад +29

    Machine learning is a game changer 📈

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад +4

      Yes, it is indeed a game changer. Check out our Machine learning playlist to know about the fundamentals courses and algorithms: ruclips.net/video/ukzFI9rgwfU/видео.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 5 лет назад +1

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

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад +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: ruclips.net/video/ukzFI9rgwfU/видео.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.

  • @AbelAkeni
    @AbelAkeni 2 года назад +2

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

    • @SimplilearnOfficial
      @SimplilearnOfficial  2 года назад

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

  • @ahsanzafar4921
    @ahsanzafar4921 3 года назад +1

    Scenario 1: Facebook face recognition is supervised machine learning....as it takes data from the past to give machine the idea of how this or any persons face would look like......
    Scenario 2 netflix movies recommendation is unsupervised machine learning as it does clustering......
    Scenario 3 is supervised learning as to detect wether a transaction is fraudulent or not machines need to learn firsts what is fraudulent behaviour......

    • @SimplilearnOfficial
      @SimplilearnOfficial  3 года назад

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

  • @poojagupta830
    @poojagupta830 6 лет назад +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  6 лет назад +2

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

    • @SimplilearnOfficial
      @SimplilearnOfficial  6 лет назад +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 3 года назад

      Thank you pooja for your answers it helped me to understand

  • @mustafabohra2070
    @mustafabohra2070 5 лет назад +8

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

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад +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'.

  • @avijeetbiswal8421
    @avijeetbiswal8421 6 лет назад +25

    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  6 лет назад +7

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

    • @SimplilearnOfficial
      @SimplilearnOfficial  6 лет назад +51

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

  • @edwardyoung8241
    @edwardyoung8241 2 года назад +1

    What a shame these sorts of tools will grow in use. Already humans tend to sameness and lack originality. Now AI's will refine that herd mentality even more, and outliers will get less and less opportunity for patrons and/or interactions. Give these processes ten more years and instead of a Spotify top 10 list that literally has three versions of the same terrible song on it, (this past August) it'll be all 10 as minor variations of the same, soulless crap. Welcome To the Machine.

    • @SimplilearnOfficial
      @SimplilearnOfficial  2 года назад

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

  • @tahyrorazov1301
    @tahyrorazov1301 8 месяцев назад +2

    What is the name of the software used to create this presentation? 🙏

  • @amilcarc.dasilva5665
    @amilcarc.dasilva5665 5 лет назад +53

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

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад +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 :).

  • @parvanator
    @parvanator 5 лет назад +6

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

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад +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'.

  • @kshitizshrestha9398
    @kshitizshrestha9398 4 года назад +16

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

  • @techpentagon1014
    @techpentagon1014 Год назад +1

    Supervised learning
    Reinforcement Learning
    Unsupervised Learning

    • @SimplilearnOfficial
      @SimplilearnOfficial  Год назад

      Thank you for choosing us as your learning partner. We are thrilled to hear that you enjoyed your experience with us! If you are looking to expand your knowledge further, we invite you to explore our other courses in the description box.

  • @jatinnegi8943
    @jatinnegi8943 3 года назад +1

    scenario 1 is supervised learning
    scenario 2 is supervised learning
    scenario 3 is unsupervised learning

    • @SimplilearnOfficial
      @SimplilearnOfficial  3 года назад

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

  • @mihirthakkar9190
    @mihirthakkar9190 3 года назад +3

    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  3 года назад

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

  • @sancharichatterjee56
    @sancharichatterjee56 3 года назад +4

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

  • @ballukiduniya6214
    @ballukiduniya6214 6 лет назад +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  6 лет назад +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  6 лет назад +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'.

  • @Anish_Deshmukh
    @Anish_Deshmukh 4 года назад +1

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

    • @SimplilearnOfficial
      @SimplilearnOfficial  4 года назад +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'."

  • @gkugathas
    @gkugathas 3 года назад +2

    UNSUPERVISED
    UNSUPERVISED
    SUPERVISED

    • @SimplilearnOfficial
      @SimplilearnOfficial  3 года назад +1

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

  • @sweety23.789
    @sweety23.789 4 года назад +30

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

    • @SimplilearnOfficial
      @SimplilearnOfficial  4 года назад +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 4 года назад

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

  • @adityarajasekar5138
    @adityarajasekar5138 5 лет назад +15

    Oh my god. When you said “Hey Siri” my Siri responded.

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад +2

      Haha! That's funny!
      We hope our videos are being helpful! Do show your love by subscribing our channel using this link: ruclips.net/user/Simplilearn and don't forget to hit the like button as well. Cheers!

    • @ultralooter
      @ultralooter 5 лет назад +2

      Same lol and it doesn't even respond well to my own voice

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад

      Haha! Funny to hear it!

    • @arv1449
      @arv1449 5 лет назад +1

      Gotta fix Siri 🤧 It just responded while I was watching your video on my iPad!

    • @whenmathsmeetcoding1836
      @whenmathsmeetcoding1836 4 года назад +1

      You should try the latest version..

  • @naturelover5371
    @naturelover5371 5 лет назад +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  5 лет назад +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 5 лет назад

      Mudit Goyal Dumbass , 1 is supervised not supeervised

  • @learning_trespasser
    @learning_trespasser Год назад +1

    How are you replying everybody? Are you a ML model?

  • @bluevalley82
    @bluevalley82 3 года назад +1

    What the difference between traditional statistical model with machine learning

    • @SimplilearnOfficial
      @SimplilearnOfficial  3 года назад

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

  • @arockiadass17
    @arockiadass17 4 года назад +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.

  • @warmilk0007
    @warmilk0007 5 лет назад +9

    What software is this video made of??curious,please apply me ~

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад +13

      Hi, We use scribe and Adobe aftereffects to make this video. Do subscribe to our channel and stay connected.

  • @MeryKate
    @MeryKate 5 лет назад +9

    Thank you for such a good explanation!

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад

      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 - ruclips.net/video/ukzFI9rgwfU/видео.html

  • @sakshisoundrajan9897
    @sakshisoundrajan9897 3 года назад +1

    I liked you're videos it's interesting and i can understand it better thanks for the video

  • @sachit4359
    @sachit4359 3 года назад +2

    an everyday example of machine learning:- Alexa just this song & play the previous one because I don't like this song. Then Alexa removes the song from his recommendation queue & play the previous one.

    • @SimplilearnOfficial
      @SimplilearnOfficial  3 года назад

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

  • @anjaneyupadhyay1306
    @anjaneyupadhyay1306 6 лет назад +7

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

    • @SimplilearnOfficial
      @SimplilearnOfficial  6 лет назад

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

    • @SimplilearnOfficial
      @SimplilearnOfficial  6 лет назад +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 6 лет назад +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  5 лет назад +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 5 лет назад +1

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

  • @logicalrishi
    @logicalrishi 5 лет назад +19

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

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад +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 5 лет назад +1

      Why sir scenario one has supervised lwarning

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад +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 5 лет назад +2

      And if photo is not tagged ..?

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад +4

      It will come under unsupervised learning.

  • @aravindmuthusamy5383
    @aravindmuthusamy5383 5 лет назад +12

    RUclips 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  5 лет назад +7

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

  • @rajanasivabhavani2114
    @rajanasivabhavani2114 2 года назад +1

    Hi madam exlent explain but small requst Telugu lo explain chayyandi

    • @SimplilearnOfficial
      @SimplilearnOfficial  2 года назад

      Hi, we regret to say that it is not possible to make the content in Telugu as we have global audience base. Thanks for understanding.

  • @FaisalKhan-fk3vx
    @FaisalKhan-fk3vx 3 года назад +1

    What is the work of EEE student in machine learning or artificial intelligence

    • @SimplilearnOfficial
      @SimplilearnOfficial  3 года назад

      Sorry, We didn’t catch that. Would you mind elaborating your query?

  • @mohdtaiyabkhan4186
    @mohdtaiyabkhan4186 4 года назад +4

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

    • @SimplilearnOfficial
      @SimplilearnOfficial  4 года назад +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'."

  • @sitaramsahoo5491
    @sitaramsahoo5491 6 лет назад +7

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

    • @SimplilearnOfficial
      @SimplilearnOfficial  6 лет назад +1

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

    • @SimplilearnOfficial
      @SimplilearnOfficial  6 лет назад +10

      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 6 лет назад +1

      @@SimplilearnOfficial thank you for the beautiful explanations!!

    • @SimplilearnOfficial
      @SimplilearnOfficial  6 лет назад

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

    • @shanmukharaobudumuru4471
      @shanmukharaobudumuru4471 5 лет назад

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

  • @SimplilearnOfficial
    @SimplilearnOfficial  6 лет назад +48

    Please share your feedback and comment below some interesting everyday examples around you where machines are learning and doing amazing jobs.
    Do not forget to attempt the quiz (05:24). We will give out the answers to the quiz on Wednesday, 26th September 2018 in this same comment! Happy Learning!

    • @minxinhe766
      @minxinhe766 5 лет назад +1

      Simplilearn Hi, I still don't see the answer? :)

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад +92

      Hi Minxin, 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 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'

    • @minxinhe766
      @minxinhe766 5 лет назад +4

      Simplilearn Thanx xD! It is very useful!

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад +5

      You are welcome!

    • @patrickmatimbe18
      @patrickmatimbe18 5 лет назад +2

      @@SimplilearnOfficial thank you so much well explained

  • @pathu4533
    @pathu4533 3 года назад +1

    Genetic algorithms,fiol,reinforcement learning ,qlearning topics ?

    • @SimplilearnOfficial
      @SimplilearnOfficial  3 года назад

      Stick around as we have a tutorial on the same coming up soon.

  • @rishabhgaming2.082
    @rishabhgaming2.082 3 месяца назад +1

    1 supervised learning
    2 supervised learning
    3 unsupervised learning

  • @snehakedambadi4114
    @snehakedambadi4114 5 лет назад +3

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

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад +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'

  • @dipendrayadav1113
    @dipendrayadav1113 5 лет назад +16

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

  • @mainiyale1773
    @mainiyale1773 6 лет назад +6

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

    • @SimplilearnOfficial
      @SimplilearnOfficial  6 лет назад +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!

  • @harendrakumarsingh8531
    @harendrakumarsingh8531 3 года назад +1

    It is very good and information but i did not understand suprised and unsupervised

    • @SimplilearnOfficial
      @SimplilearnOfficial  3 года назад

      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.

  • @officermofiz4600
    @officermofiz4600 2 года назад +1

    This is very confusing and I didn't learn any thing. Fml. 🙄

    • @SimplilearnOfficial
      @SimplilearnOfficial  2 года назад

      Hi, sorry to hear that. Could you please explain a bit more on what has gone wrong. So that we can convey it to the concerned team. Thanks!

  • @sanjeevmalhi4336
    @sanjeevmalhi4336 6 лет назад +5

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

    • @SimplilearnOfficial
      @SimplilearnOfficial  6 лет назад

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

  • @ishagupta7592
    @ishagupta7592 6 лет назад +6

    Scenario 1 supervised
    Scenario 2 reinforced
    Scenario 3 unsupervised

    • @SimplilearnOfficial
      @SimplilearnOfficial  6 лет назад

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

    • @SimplilearnOfficial
      @SimplilearnOfficial  6 лет назад +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'.

  • @malvichaudhary
    @malvichaudhary 3 года назад +6

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

  • @paraspawar6329
    @paraspawar6329 4 года назад +1

    Senario 1 is supervised
    Senario 2 is unsupervised
    Senario 3 is unsupervised

    • @SimplilearnOfficial
      @SimplilearnOfficial  4 года назад

      You almost got all the answers right. Here are the answers with an 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'."

  • @arificialintelligence
    @arificialintelligence 3 года назад +2

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

  • @mainakdasgupta268
    @mainakdasgupta268 5 лет назад +33

    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: ruclips.net/user/Simplilearn and don't forget to hit the like button as well. Cheers!

  • @gvsmchaithanya2847
    @gvsmchaithanya2847 6 лет назад +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  6 лет назад

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

    • @SimplilearnOfficial
      @SimplilearnOfficial  6 лет назад +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 6 лет назад +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  6 лет назад

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

  • @maheshshendge9896
    @maheshshendge9896 2 года назад +4

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

  • @vaishnavinigade4467
    @vaishnavinigade4467 3 года назад +1

    Do Phone Pay and Google Pay use machine learning? And if so, how?

    • @SimplilearnOfficial
      @SimplilearnOfficial  3 года назад +1

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

  • @divyansharekar753
    @divyansharekar753 4 года назад +1

    It was a wonderful video which make me to Learn it very easy

  • @sagarsrivastava7573
    @sagarsrivastava7573 5 лет назад +3

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

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад +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'.

  • @anoopdwivedi1203
    @anoopdwivedi1203 3 года назад +5

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

    • @SimplilearnOfficial
      @SimplilearnOfficial  3 года назад +1

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

  • @manasikailas
    @manasikailas 5 лет назад +3

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

  • @unknown___person
    @unknown___person 2 года назад +1

    1 and 3 UNSUPERVISED whereas 2 supervised

    • @SimplilearnOfficial
      @SimplilearnOfficial  2 года назад +1

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

  • @shahbazayyaz8329
    @shahbazayyaz8329 4 года назад +1

    Can someone please tell which software they used to make this video? I am talking about visuals.

    • @SimplilearnOfficial
      @SimplilearnOfficial  4 года назад +1

      Hi, we use Videscribe software tool and Adobe premiere pro to make these videos. Thanks.

    • @shahbazayyaz8329
      @shahbazayyaz8329 4 года назад

      You're doing great job, keep it up

  • @NGMEDIATECH
    @NGMEDIATECH 5 лет назад +3

    From which Nation u r?

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад

      Hi, we are online e-learning company with a worldwide presence. For more info, you can visit our website - www.simplilearn.com.

  • @intradaynifty6958
    @intradaynifty6958 5 лет назад +5

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

  • @amitmondal8531
    @amitmondal8531 3 года назад +3

    Simple and very easy to understand 👍

  • @vishalvv911
    @vishalvv911 4 года назад +4

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

    • @SimplilearnOfficial
      @SimplilearnOfficial  4 года назад +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'."

    • @vishalvv911
      @vishalvv911 4 года назад +3

      @@SimplilearnOfficial This is 2 year old Video, and you still reply..
      ❤❤❤❤
      Now i subscribed.. Keep it up..
      #stay_connected
      keep replying comments

    • @SimplilearnOfficial
      @SimplilearnOfficial  4 года назад +1

      Thanks for subscribing to our channel. Stay tuned for more.

  • @shahidbud3862
    @shahidbud3862 2 года назад +1

    Really a great and oversimplified video.

  • @mallikonduri
    @mallikonduri 2 года назад +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! 🙂

  • @apekshakapoor197
    @apekshakapoor197 6 лет назад +51

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

    • @SimplilearnOfficial
      @SimplilearnOfficial  6 лет назад +2

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

    • @SimplilearnOfficial
      @SimplilearnOfficial  6 лет назад +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 5 лет назад +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  5 лет назад +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: ruclips.net/user/Simplilearn and don't forget to hit the like button as well. Cheers!

    • @keshavcharan
      @keshavcharan 5 лет назад +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 ?

  • @tejashwinirangam8216
    @tejashwinirangam8216 2 года назад +5

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

    • @SimplilearnOfficial
      @SimplilearnOfficial  2 года назад +2

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

  • @CharlyAlemania
    @CharlyAlemania 5 лет назад +2

    This is scaring...

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад

      Why do you feel so?

    • @CharlyAlemania
      @CharlyAlemania 5 лет назад +1

      @@SimplilearnOfficial Because of the negative side of this. We are feeding a monster we think we have under control. I hope I am wrong but we'll see in a couple of years.

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад

      Hi Charly, thanks for your feedback. You can check this link for more insights: theconversation.com/worried-about-ai-taking-over-the-world-you-may-be-making-some-rather-unscientific-assumptions-103561.

  • @manisha3557
    @manisha3557 4 года назад +1

    Is it benefit qa ? I mean can a tester learn it for career growth?

    • @SimplilearnOfficial
      @SimplilearnOfficial  4 года назад

      "Yes, you are certainly eligible to get into the machine learning field. This Machine Learning course requires an understanding of basic statistics and mathematics at the college level. Familiarity with Python programming is also beneficial but not mandatory.
      To kickstart, start with this amazing playlist which helped a lot of people: ruclips.net/video/ukzFI9rgwfU/видео.html
      This playlist will provide you with a solid basic knowledge of Machine learning and its 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-coursea."

  • @VickyMei
    @VickyMei 5 лет назад +6

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

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад

      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.

  • @yr5096
    @yr5096 5 лет назад +7

    You cleared my chart doubts in a single video

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад

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

  • @rajagopal3666
    @rajagopal3666 6 лет назад +3

    1 & 3 is unsupervised and 2 is supervised, Let us know the answer

    • @SimplilearnOfficial
      @SimplilearnOfficial  6 лет назад

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

    • @SimplilearnOfficial
      @SimplilearnOfficial  6 лет назад

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

  • @elavarasanrangaraj3956
    @elavarasanrangaraj3956 5 лет назад +1

    very informative. thanks

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад

      We appreciate your kind comment. Do subscribe to our channel and stay tuned!

  • @techknowarmy1368
    @techknowarmy1368 2 года назад +2

    youtube recommendation

    • @SimplilearnOfficial
      @SimplilearnOfficial  2 года назад

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