Breaking News

A beginner’s guide to understanding the buzz words -AI, ML, NLP, Deep Learning, Computer Vision… – Medium

1. Components of AI — Machine learning (ML)Icon from FlaticonMachine Learning is a subfield of AI that uses algorithms to automatically learn how to perform a given task without being explicitly programmed with rules.1.1 Components of Machine Learning (ML)Icons from FlaticonMachine learning has 3 main branches under it — Supervised learning, Unsupervised Learning, and Reinforcement Learning.Let’s take the example of how a small kid learns and apply that to understand these different sub-branches of Machine learning.Supervised learningAssume that you have a fruit basket with several kinds of fruits. First, you show each fruit to the kid and tell him/her what it is called. Eg: Apple, Banana, Orange, Pomegranate, etcThen you give a new fruit basket and ask him/her to identify (classify) the fruits in it. This is called supervised learning. You provided labels (fruit names) with training examples (fruits) initially and the kid learns. Then you use his/her learning to classify the fruits in a new fruit basket automatically.Under supervised learning, there are several kinds of algorithms like decision trees, support vector machines, deep learning (neural nets), etc. You can assume these algorithms are like different brains. Each of them has its own learning capabilities and complexities.Identifying credit card fraud, predicting house prices, etc are examples of supervised learning where you use historical knowledge from training to predict the outcome for a new sample.Unsupervised learningTake the same problem as above. If you give a fruit basket and ask the kid to separate fruits into different groups without giving any initial knowledge of what each fruit is called, that is called unsupervised-learning (clustering). In this case, the kid uses his/her intuition to cluster the fruits based on shape, color, etc. Here there are no explicit labels (fruit names) given beforehand for each of the fruit in the basket.Identifying customer segments in shopping, spam vs non-spam email filtering, etc are examples of unsupervised learning.Giving a training dataset with labels (names) vs just giving data to cluster into a fixed number of categories is the main difference between supervised and unsupervised learning.Reinforcement learning :If you let the kid learn a game by playing it but not explicitly telling any rules, it falls under the category of reinforcement learning. You give a reward for every right action taken and after several attempts, the agent (kid or machine) will learn to do the task automatically.Teaching machines to play games like Alpha Go, teaching robots to do a certain task automatically, etc are examples of reinforcement learning.1.2 Special Focus — Deep Learning (DL)Deep Learning: Deep learning is a part of machine learning that uses a set of algorithms called Artificial Neural Networks inspired by the human brain.It is the closest algorithm that tries to mimic the human brain.Just like the human brain has neurons, there are artificial neurons that form a network in deep learning. Each artificial neuron is just a mathematical function that takes a weighted combination of inputs and produces an output.What used to be another algorithm called Neural Networks under Machine Learning, rose to fame rebranding itself as Deep Learning because of modern-day GPU computing power. Now, most of the AI/ML problems are primarily solved with deep learning. Hence the special focus.2. Components of AI — Computer VisionIcon from FlaticonComputer Vision is a subfield of AI that uses algorithms to understand images and videos, the same way a human eye does.Computer Vision ApplicationsIcons from Flaticon3. Components of AI — Natural Language ProcessingIcon from FlaticonNatural Language Processing is a subfield of AI that uses algorithms to understand, interpret, and manipulate human language ( text and speech).Natural language ApplicationsIcons from FlaticonHappy learning!
Source: https://medium.com/@ramsrigouthamg/a-beginners-guide-to-understanding-the-buzz-words-ai-ml-nlp-deep-learning-computer-vision-a877ee1c2cde