You are on page 1of 80

Machine Learning is used to recognize objects from images or videos.

You will need to get a


lot of images and videos, say about a million pictures. You will need humans to tag the
objects in the picture. Say you tag pictures that cars in it and the pictures that don't have
cars in it.
ANN has multiple layers and each layer is used to identify a unique feature of an object.
Each layer will pick out a particular feature to learn and use it to identify the object.
Machine Learning is used to recognize objects from images or videos. You will need to get a
lot of images and videos, say about a million pictures. You will need humans to tag the
objects in the picture. Say you tag pictures that cars in it and the pictures that don't have
cars in it.
ANN has multiple layers and each layer is used to identify a unique feature of an object.
Each layer will pick out a particular feature to learn and use it to identify the object.
Tensorflow graphs

Let us see the Code walk though for the same


Tensorflow graphs
Tensorflow first neural network
Tensorflow first neural network

You might also like