Artificial intelligence covers everything related to making machines smart or intelligent. Whether it’s a robot, a refrigerator, a car, or a software application, if you are making them intelligent, then it’s AI.
Machine Learning is commonly used alongside AI but they are not the same thing. ML refers to systems that can learn by themselves, that get smarter and smarter over time without human intervention.
ML is a subset of AI.
Using machine learning, one can make classifiers like an animal classifier, which can identify animals by analyzing their image:
In this lesson, we will learn how ML works in detail.
At the end of the lesson, you will be able to:
Let’s begin!
Humans learn through a four-step process:
The process is an evergoing process that ultimately results in increased knowledge about the understanding of environment.
Using this process, you learn everything walking, reading, speaking, classifying things, etc.
The training data is an initial set of data used to help a machine develop algorithm.
To identify cats and dogs we would require lots of images of cats and dogs as the training data.
Cats:
Dogs:
This stage is concerned with creating a model from the data given to it. At this stage, a part of the training data is used to find model algorithm which helps to minimise the error for the given data. The remaining data are then used to test the model.
These two steps are generally repeated a number of times in order to improve the performance of the model.
In our case we make the model to identify image in two category:
Machine Learning is used in many fields. Here are a few applications made in PictoBlox using Image Machine Learning models: