Title of the Project
A Synopsis Report
By
Sr. No. Name UID
1. Rajat Singh Rawat 22BAS10040
Department of Aerospace Engenering
Chandigarh University
Gharun,Mohali,Punjab
November 2022
1
Table of Contents
.Abstract
.Introduction
.Software Used
.Conclusion
.Future Scope
2
Abstract
Image classification is a kind of image processing technology,
which can recognize different things by the feature information
given by pictures. With the rapid development of science and
technology and people's higher and higher demand for quality
of life, image classification technology has been applied to
various fields of development. When we classify the image, the
traditional image classification method cannot accurately grasp
the internal relationship between the recognition objects, and
the traditional method also has the limitation of the recognition
object's feature expression because of the too high
characteristic dimension of the data, so the experimental
results are not ideal. In view of the above content, this paper
proposes an image detection method based on convolutional
neural network. The experimental algorithm mainly refers to
deep learning and convolutional neural network. Different from
the traditional image classification methods, the deep
convolution neural network model can be used for feature
learning and image classification at the same time. By
improving the structure of each part of the experiment and
optimizing the convolution neural network model, the over fitting
phenomenon can be prevented, and then the accuracy of
image detection can be improved.
3
Introduction
We make a project on the topic image classification .by Using
different tool such as CNN, Keras, Tenserflow, window 11.
We will be building our first image processing project using
CNN and understand its function and why it is important. We
will walk through every step of developing our own
convolutional model and build our project.
Convolutional neutral network is a class of deep learning
which deals with processing image and video data by
extracting features from them and built a neural network by
assigning weights and convolved them with filters to classify
and identify an image.
4
Software Used
We have used:
CNN
.Keras .TensorFlow
Windows 11etc.
5
Conclusion
.In this project we used Convolutional Neural Network for
image classification using images ,data from Keras and
TenserFlow.
This data sets used both training and testing purpose using
CNN. Images used in training purpose are small and grayscale
images. The computational time for processing these image is
very high as compare to other normal JPEG images.
.The future enhancement will focus on classifying the colored
images of large size and its very useful for image
segmentation process.
6
Future Scope
IN future we can use image classification in automotive and
Research System as it can identify the vehicles around it.
It can be used to take attendance by recognising face of
students and teachers in university and schools.