What is Artificial Intelligence
What is Machine Learning
Types of Machine Learning
1.Supervised Learning
It is a type of learning in which you have to give labelled inputs to the machine and machine will train according to these labelled inputs.It simply means that it can predict outcomes using past data.In this type both inputs and outputs has to be given for learning.This type of learning is used to solve problems based on regression and classification.For example detecting spamming emails by checking keywords like bitcoin or if it is given many pictures of animals monkeys,tigers in the memory and asked if this is a picture of monkey or not then it can give the output using previous data or measuring weights.
2.Unsupervised Learning
It is a type of learning in which you don't have to provide data to the machine it will identify certain hidden patterns,images,text and diagrams using this type of learning.Similarities and differences are separated using given data and from these similarities it produces the output.This type of learning is used to solve problems based on association and clustering.An example of unsupervised learning is detecting credit card frauds or recommendations by Netflix or YouTube.
3.Reinforcement Learning
It is a type of learning in which machine learns using trail and errors and discovering risks and rewards.Systems are given no training in this reinforcement learning.Using this type of learning increases the efficiency of machines.No predefined data is given here.An example of Reinforcement learning is robot.When you leave the robot it will gather information from user and learn by giving rewards if he is right or punishment if he is wrong or self driving car.
What is Deep learning
Artificial Neural Network
Machine Learning vs Artificial Intelligence
- Machine learning is something that works learns from given data whereas Artificial Intelligence is mostly decision making.
- Machine learning is mainly focused on accuracy whereas Artificial Intelligence is focused on success.
- Machine learning deals with structured data whereas the Artificial Intelligence deals with learning and self correction.
Machine Learning vs Deep learning
- More the data better the deep learning will perform whereas less the data better the Machine learning will perform.
- Since deep learning checks out various parameters it requires better hardware with high end processors and graphic cards but it is not the same in machine learning you can compromise hardware to work with machine learning.
- Deep learning takes more time to train because it deals with larger data and Machine learning takes less time to train because it deals with less data.
- Execution time is less in deep learning whereas it is more in machine learning.
- Interpretability is very difficult in deep learning we cannot interpret the result properly how the network actually worked but in case of machine learning it is easy to under the logic and reason behind the algorithm.
No comments:
Post a Comment