Machine Learning
In the modern era, a huge number of data is being increased exponentially minute after minute. At that instance machine learning techniques can be exploited to mine the information from an abundant amount of data.
For instance, two or more persons talking openly on the web through text. Here machine learning techniques can be used to know what about the persons are talking about.
Relation between Machine Learning and Artificial Intelligence:
Artificial Intelligence is a broader area which contains machine learning, robotics, and computer vision.
Deep Learning: It is a subfield of machine learning that relies on Artificial Neural Networks (ANNs) using a large dataset such as images or text. Artificial Neural Networks (ANNs) are information processing models which are inspired by the human brains.
Page Contents
What differs deep learning from machine learning?
Machine Learning process:
- Select the model to train.
- Manually performing feature extraction.
Deep learning process:
- Choose the architecture of the network.
- Features are automatically extracted by feeding in the training data (such as images) along with the target class (label).