SlideShare uma empresa Scribd logo
1 de 6
Baixar para ler offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 7
An Experimental Analysis on Self Driving Car Using CNN
Dr Manju Bargavi S K1, Sowjanya M2
1Professor & Department of MCA, Jain University School of Computer Science and IT, Bangalore, India,
2Student & Department of MCA, Jain University School of Computer Science and IT, Bangalore, India,
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - For the past decade, there has been a surge of
interest in self-driving cars. This can be because of
breakthroughs within the fieldofdeeplearningwhereverdeep
neural networks square measuretrainedtoperformtasksthat
generally need human intervention. CNN’s apply models to
spot patterns and options in pictures, creating them helpful
within the field of pc Vision. Samples of these square measure
object detection, image classification, image captioning, etc.
during this project, we've trainedaCNNvictimizationpictures
captured by a simulated automotive to drive the automotive
autonomously. The CNN learns distinctive options from the
pictures and generates steering predictions permitting the
automotive to drive while not somebody's. For testing
functions and getting ready thedatasettheUnity basedmostly
machine provided by Udacity was used.
Key Words: Autonomous driving, Convolutional Neural
Network (CNN), Deep learning, end-to-end learning,
NVIDIA, Steering commands.
1. INTRODUCTION
In recent years, autonomous driving algorithmspersecution
reasonably priced vehicle-mounted cameras have attracted
increasing analysis endeavors from each, domain and trade.
Varied levels of automation are outlined in autonomous
driving. There’s no automation in level zero. Somebody's
driver controls the vehicle. Level one and a couple of square
measure advanced driver help systems wherever
somebody's driver still controls the system however a
number of options like brake, stability management, etc.
square measure machine-driven.Level threevehiclessquare
measure autonomous, however, somebody's driver
continues to be required to observeandintervenewhenever
necessary. Level four vehicles square measure totally
autonomous however the automation is restricted to the
operational style domain of the vehicle i.e. it doesn't cowl
each driving state of affairs. Level five vehicles square
measure expected to be totally autonomous, and their
performance ought to be such as that of somebody's driver.
We tend to square measure terribly off from achieving level
Five autonomous vehicles within the close to future.
However, level - 3/4 autonomous vehicles square measure
probably changing into a reality within the close to future.
Primary reasons for forceful technical achievements during
these fields square measure technical breakthroughs and
wonderful analysis being exhausted the sector of pc vision
and machine learning and conjointly the cheap vehicle-
mounted cameras which may either severally give unjust
data or complement different sensors. Several vision-based
drivers assist options are wide supported within the
fashionable vehicles. A number of these options embrace
pedestrian/bicycle detection, collision turning away by
estimating the front automotive distance, lane departure
warning, etc. However, during this project, we tend to target
autonomous steering, that could be a comparatively
unknown task within the field of pc vision and machine
learning.
In this project, we tend to implement a convolutional neural
network (CNN) to map rawpixelsfromthecapturedpictures
to the steering commandsfora self-drivingautomotive. With
minimum coaching knowledge from the humans,thesystem
learns to steer on the road, with or while not the lane
markings.
2. RELATED WORK
The DAVE system was created by government agency [1]
and used pictures from 2 cameras likewise as left and right
steering commands to coach a model to drive. It
demonstrates that the technique of end-to-endlearningmay
be applied to autonomous driving. This implies that the
intermediate options like the stop signs and lane markings
don’t need to be annotated or labeled for the system to be
told. DAVE is associate degree early project within the field
of autonomous driving. Within the context of current
technology, a large portion relied on wireless knowledge
exchange as a result of the vehicle couldn’t carry the
computers and power sources for the system, that contrasts
the lighter instrumentation thatexistsnowadays.Thedesign
of this model was a CNN created of totally connected layers
that stemmed from networks antecedents utilized in seeing.
The ALVINN system [2] could be a 3-layer back-propagation
network designed by a bunch at CMU to finish the task of
lane-following. It trains on pictures from a camera and a
distance live from an optical device vary finder to outputthe
direction the vehicle ought to move. ALVINN’s model uses
one hidden layer back-propagation network.
We replicated a study by NVIDIA [3]. The system uses
associate degree end-to-end approach wherever the
information is 1st collected in multiple totally different
environmental conditions.Theinformationisthenincreased
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 8
to form the system sturdy to driving off center and to totally
different potential environments. Consecutive step is
coaching the network on this knowledge. Recently, a paper
by a handful of IEEE researchers introduced quite a totally
different neural spec that additionally takes the temporal
info under consideration [4]. Theyachievedthisinappliesby
a mixture of normal vector-based Long memory (LSTM)and
convolutional LSTM at totally different layers of theplanned
deep network. Consecutive frames typically have the same
visual look, however delicate per element motions may be
discovered once the optical flow is computed. Typical image
convolutions, as those adopted by progressive image
classification models, will shift on eachspatial dimensions in
a picture, which means that they're primarily 2-D. Since
these convolutions care for static pictures or multichannel
response maps, they're incapable of capturing temporal
dynamics in videos. The authors adopted a spatio-temporal
convolution (ST-Conv) that shifts in each spatial and
temporal dimensions so applying the convolution in three
dimensions as critical the normal 2-D method.
A similar paper additionally planned the concept to include
temporal info within the model to be told the steering info
[5]. During this paper the authors demonstrate
quantitatively that a Convolutional Long memory repeated
Neural Networks (C-LSTM) will considerably improve end-
to-end learning performance inautonomousvehiclesteering
supported camera pictures. Impressed by the adequacy of
CNN in visual feature extractionandthereforethepotencyof
Long memory (LSTM) repeated Neural Networks in coping
with long-range temporal dependencies our approach
permits to model dynamic temporal dependencieswithin the
context of steering angleestimationsupportedcamera input.
3. DATA COLLECTION
We used Udacity’s self-driving automobile machine for
assembling the info. This machine is made in Unity and was
utilized by Udacity for the Self-Driving Nanodegreeprogram
however was recently open-sourced [6]. It replicates what
NVIDIA did within the simulation. Weareabletocollected all
our information from the machine. Exploitation our
keyboard to drive the automobile, we have a tendency to
were able to instruct the simulatedvehicletoshowleft,right,
speed up and hamper. Anothervital facetisthatthismachine
may be used for coaching in addition as testing the model.
Hence, it's 2 modes: (i) coaching mode, and (ii) Autonomous
mode as shown in Fig. 1.
Fig. 1 Udacity Simulator
The coaching mode is employed to gather the info and also
the autonomous mode is employed to check the model. In
addition, there are two different varieties of tracks within
the machine - the lake track and also the jungle track. The
lake track is comparatively smaller and simple to handle the
automobile in comparison with the jungle track as shown in
Fig. 2 and Fig. 3. The machine captures information once the
automobile is driven round the track exploitation left and
right keys to manage the steering angles and up and down
arrows to manage the speed.
Fig. 2 Udacity Simulator: The lake Track
From this, the machine generates a folder containing
pictures and one CSV file. The image folder contains 3
pictures for each frame captured by the left, center andright
camera and each row within the CSV file contains four
metrics - steering angle, speed, throttle and brake, for each
captured frame. Fig. 4, Fig. 5. and Fig. 6 show the left, center
and right image, for one frame.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 9
Fig . 4 Left Image
Fig. 5 Center Image
Fig. 6 Right Image
4. DATA PREPROCESSING
The data that we have a tendency to collect i.e. the captured
pictures area unit preprocessed before coaching the model.
Whereas preprocessing,thepicture'sareaunitcroppedtoget
rid of the sky and front portion of the automobile. The
picture's area unit then reborn from RGB to YUV and resized
to the input form utilized by the model. Thisisoftendoneasa
result of RGB isn't the simplest mapping for perception. YUV
color-spaces could be a far more economical cryptography
and reduces the informationmeasurequiteRGBcapturewill.
After choosing the ultimate set offrames,theinfoisincreased
by addingartificial shifts androtationstoshowthenetworka
way to pass though a poor position or orientation. Whereas
augmenting, we have a tendency to willy-nilly opt for right,
left or center pictures, willy-nilly flip the pictures left/right
and regulatethe steeringangle.Thesteeringangleisadjusted
by +0.2 for the left image and -0.2 for the proper image.
Exploitation the left/right flipped pictures is helpful tocoach
the recovery driving state of affairs. We have a tendency to
conjointly willy-nilly translate the image horizontally or
vertically with steering angle adjustment. The horizontal
translation may be helpful for handling eventualities with
troublesome curves. The magnitude of those changes is
decided willy-nilly from a standard distribution. The
distribution contains a zero mean. We have a tendency to
apply these augmentations employing a script from the
Udacity repository.
Augmented pictures area unit adventitious into this set of
pictures and theircorrespondingsteeringanglesareadjusted
with relevance augmentationperformed. The firstreasonfor
this augmentation is to form the system a lot of strong, thus,
learning the maximum amount as doable from the
surroundings by exploitation various views with various
settings.
5. DATA LEARNING MODEL
The deep learning model we have a tendency to ready relies
on the analysis done by NVIDIA for his or her autonomous
vehicle [3]. The model containsofthesubsequentvitallayers.
5.1 Convolutional Layer
Convolutional layer applies the convolution operate
(filter) on the input image and produces a 3D output
activation of neurons. This layer helps to seek out varied
options of the image that is employed for classification. The
amount of convolutional layers within the network depends
on the kind of application. The initial convolutional layers
within the networksfacilitateobservethelowleveloptionsof
the image that area unit easy and also the convolutional
layers more facilitate in police investigation the high-level
options of the image.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 10
Fig. 7 CNN Architecture
5.2 Max Pooling Layer
Pooling/Down sampling layer helps in reducing the
amount of parameters/weightswithinthenetworkandhelps
in reducing the coaching time while not losing any specific
featureinfo of the image. Thislayerproducesasmallerimage
than the input image by down sampling the image
exploitation pooling of neurons. There area unit differing
kinds of pooling like gamma hydroxybutyrate pooling,
average pooling, L2-norm pooling etc. however gamma
hydroxybutyratepoolingisthattheonethatismostgenerally
used.
5.3 Dense Layer
Dense layer or totally connected layer is that the same as
traditional neuralnetworklayerduringwhichalltheneurons
during this layer area unit connected to every neuron from
previous layer. This layer is usually designed because the
final layer within the convolutional network.
5.4 Neural network.
The entire design diagram is shown in Fig. seven There
area unit five convolutional layers with variedrangeoffilters
and sizes and a dropoutsubsequentlytohandleoverfitting.In
the end, three dense layers wereadventitiousfollowedbythe
output layer. Adam optimizer was used for parameter
optimization with a set learning rate. Batch size of one
hundred was chosen and also the range of epochs of 50-60
was experimented with. On amachinewhile notGPU,sixteen
GB ram Core i5 it took roughly 06 hours of coaching.
6. SYSTEM DESIGN
The high-level design of the system in Fig 8 shows when
activity information augmentation on the input pictures,
batches area unit created from them and fed to the CNN
model for coaching. When the coaching is completed, the
model is employed to perform prediction on the steering
angle and send the predictions to the Udacity machine to
drive the automobile in real time.
6.1 Performance analysis
For performance analysis throughout coaching, mean
square error was used as a loss operate to stay a track of the
performance of the model.
In reality eventualities, whereas driving on road, the
subsequent metric has been planned in [3]. This metric has
been named as autonomy. It's calculated by investigationthe
quantity of interventions, multiplying by vi seconds,dividing
by the timeperiod of the simulated check, andso subtracting
the result from one.
Measure of autonomy, this could mean that the automotive
was eighty-seven.5% autonomous. We tend to re-trainedthe
model with additional information and also the vehicle ne'er
drove off the trail, creating it 100 percent autonomous. The
general driving behavior doesn’t seem realistic. It seems to
improve and forth between the sides of the lane.
During the primary run on the lake track, the vehicle doesn’t
leave the track, however it seems to hug the left facet of the
lane which is that the directionthatthecurvewithinthetrack
is popping towards. The vehicle drives to the left facet of the
lane and once it runs getting ready to the left lane marking,
the vehicle drives back within the direction of the middle of
the lane till it's around halfway between the middle of the
lane and also the left lane marking, then it defends to the left
facet of the lane. This behavior repeats. Once re-training the
model, the vehicle’s driving seems far sleeker. It doesn’t hug
the left facet of the lane, however it seems to drive to 1 facet
of the lane and move towards the opposite. This behavior
conjointly repeats. In terms of autonomy, each of the models
seem to be 100 percent autonomous.
After the second time we tend to train the model, we tend to
noticedthatthevehiclewilldriveautonomously,howeverthe
behavior wasn't natural. Thiscan be one thingtostayinmind
once purification the system.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 11
D
o
Fig. 8 High-level system architecture[7]
7. EXPERIMENTAL RESULTS
The simulation surroundingsisusingudacityself-driving car
simulator and the system is based on NVIDIA model [10].
Figure 10 shows the learning surroundings formed in the
simulation study and figure 6 shows trial images taken by
left camera, centre camera and right camera in training
method. The data composed is about 16,000 images and
categorized with the type of road and drivermovementsuch
as on lane or turning. The simulation sample rate is 10 FPS
and image resolution 320x160 pixels.
Before the learning progression, the image taken will be
regularize by removing the sky and other avoidable parts of
picture for simplifying the learning process. Some pre-
processing of composed data images also compriserotation,
horizontal flip, vertical flip, and RGB to YUV transform to
advance the quality of the classification end result.
The training procedure using 5x5 kernel for the first 3
convolution layer and 3x3 kernel for the last three
convolution layer and utmost epochs 20 with2.000example
for each epoch.
After the training finish about 2 or 3 laps, the simulator then
switch to the autonomous mode and then base the model
created by the CNN, the car will run unconventionally and
can calculate for every road situation.
The simulation is implemented onasystemwithi5processor
and 12G memory. The learning takes about 4-5 hours.
Fig 9 Driving mode
Fig.10. Model Prediction
8. CONCLUSION
The projected technique of autonomous car using CNN can
run effortlessly without error and very stable without
fluctuation in environmental simulation using udacity self-
driving car simulator as shown in figure 9. CNN can learn
road situation from three cameras (left, centreandright)and
also make a model fordrivinginautonomousmoderestricted
by one centre camera. We also verified that CNN’s are able to
learn the complete task of lane and road following with no
manual disintegration into road or lane marking detection,
semantic abstraction, path planning, and control. An
interesting limitation to this is that the system was able to
successfully drive on the roads that it hadbeentrainedon. To
get the enhanced performance, next trialing will include the
complexity in the simulation surroundings and rain model
with supplementary noise and distortion at data image set.
We have many ideas to enhance the act of the self-driving
automotive, out of that one was obligatory thanks to lack of
your time. The primary plan would be toattributethefeature
of speed to the CNN so once the machine in autonomous
mode, it's persecution the predictable speed creating the
movement seem to be supplementary realistic.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 12
REFERENCES
[1] LeCun, Y., et al. DAVE: Autonomous off-road vehicle
control using end-to-end learning. Technical Report
DARPA-IPTO Final Report, Courant Institute/CBLL,
2004.
[2] Pomerleau, Dean A. "Alvinn: An autonomous land
vehicle in a neural network." Advances in neural
information processing systems. 1989.
[3] Bojarski, Mariusz, et al. "End to end learning for self-
driving cars." arXiv preprint arXiv:1604.07316(2016).
[4] Chi, Lu, and Yadong Mu. "Deep Steering: Learning
End-to-End Driving Model from Spatial and Temporal
Visual Cues." arXiv preprint arXiv:1708.03798 (2017).
[5] Eraqi, Hesham M., Mohamed N. Moustafa, and Jens
Honer. "End-to-End Deep Learning for Steering
Autonomous Vehicles Considering Temporal
Dependencies." arXivpreprintarXiv:1710.03804(2017).
[6] International Journal of Engineering Research in
Electronics and CommunicationEngineering(IJERECE)
Vol 5, Issue 4, April 2018 Prototype of AutonomousCar
Using Raspberry Pi.
[7] Spice B, "Carnegie Mellon, Argo AI Form Center for
Autonomous Vehicle Research with $15M Multiyear
Grant," Carnegie Mellon University, 2019.
[8] Matt Richardson, Shawn Wallace, Getting Started with
Raspberry Pi, 2nd Edition, Published by Maker Media,
Inc., USA, 2014. Book ISBN: 978-1-457- 18612-7
[9] Deep learning for Video classification and
captioning byZuxuan Wu, Ting Yao, Yanwei Fu, Yu-
Gang Jiang https://keras.io/backend
[10] Visualizing and Understanding Convolutional
Networks by Matthew D. Zeiler, Rob Fergus.
[11] Design and Implementation of Autonomous Carusing
Raspberry Pi International Journal of Computer
Applications (0975 – 8887) Volume 113 – No. 9, March
2015
[12] Dropout: A Simple Way to Prevent Neural Networks
fromOverfitting by Nitish Srivastava, Geoffrey Hinton ,
Alex Krizhevsky, Ilya Sutskever, Ruslan Salakhutdinov.

Mais conteúdo relacionado

Semelhante a CNN DRIVING

VEHICLE DETECTION USING YOLO V3 FOR COUNTING THE VEHICLES AND TRAFFIC ANALYSIS
VEHICLE DETECTION USING YOLO V3 FOR COUNTING THE VEHICLES AND TRAFFIC ANALYSISVEHICLE DETECTION USING YOLO V3 FOR COUNTING THE VEHICLES AND TRAFFIC ANALYSIS
VEHICLE DETECTION USING YOLO V3 FOR COUNTING THE VEHICLES AND TRAFFIC ANALYSISIRJET Journal
 
IRJET- Smart Traffic Control System using Image Processing
IRJET- Smart Traffic Control System using Image ProcessingIRJET- Smart Traffic Control System using Image Processing
IRJET- Smart Traffic Control System using Image ProcessingIRJET Journal
 
IRJET- A Survey of Approaches for Vehicle Traffic Analysis
IRJET- A Survey of Approaches for Vehicle Traffic AnalysisIRJET- A Survey of Approaches for Vehicle Traffic Analysis
IRJET- A Survey of Approaches for Vehicle Traffic AnalysisIRJET Journal
 
IRJET- A Survey of Approaches for Vehicle Traffic Analysis
IRJET- A Survey of Approaches for Vehicle Traffic AnalysisIRJET- A Survey of Approaches for Vehicle Traffic Analysis
IRJET- A Survey of Approaches for Vehicle Traffic AnalysisIRJET Journal
 
IRJET- Video Based Traffic Sign Detection by Scale Based Frame Fusion Technique
IRJET- Video Based Traffic Sign Detection by Scale Based Frame Fusion TechniqueIRJET- Video Based Traffic Sign Detection by Scale Based Frame Fusion Technique
IRJET- Video Based Traffic Sign Detection by Scale Based Frame Fusion TechniqueIRJET Journal
 
IRJET- Robust and Fast Detection of Moving Vechiles in Aerial Videos usin...
IRJET-  	  Robust and Fast Detection of Moving Vechiles in Aerial Videos usin...IRJET-  	  Robust and Fast Detection of Moving Vechiles in Aerial Videos usin...
IRJET- Robust and Fast Detection of Moving Vechiles in Aerial Videos usin...IRJET Journal
 
IRJET- Traffic Sign Classification and Detection using Deep Learning
IRJET- Traffic Sign Classification and Detection using Deep LearningIRJET- Traffic Sign Classification and Detection using Deep Learning
IRJET- Traffic Sign Classification and Detection using Deep LearningIRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
TRAFFIC FORECAST FOR INTELLECTUAL TRANSPORTATION SYSTEM USING MACHINE LEARNING
TRAFFIC FORECAST FOR INTELLECTUAL TRANSPORTATION SYSTEM USING MACHINE LEARNINGTRAFFIC FORECAST FOR INTELLECTUAL TRANSPORTATION SYSTEM USING MACHINE LEARNING
TRAFFIC FORECAST FOR INTELLECTUAL TRANSPORTATION SYSTEM USING MACHINE LEARNINGIRJET Journal
 
Realtime Road Lane Detection
Realtime Road Lane DetectionRealtime Road Lane Detection
Realtime Road Lane DetectionIRJET Journal
 
IRJET- Front View Identification of Vehicles by using Machine Learning Te...
IRJET-  	  Front View Identification of Vehicles by using Machine Learning Te...IRJET-  	  Front View Identification of Vehicles by using Machine Learning Te...
IRJET- Front View Identification of Vehicles by using Machine Learning Te...IRJET Journal
 
IRJET- Smart Railway System using Trip Chaining Method
IRJET- Smart Railway System using Trip Chaining MethodIRJET- Smart Railway System using Trip Chaining Method
IRJET- Smart Railway System using Trip Chaining MethodIRJET Journal
 
IRJET- Build and Integrate Perception Features on Freescale Platform
IRJET-  	  Build and Integrate Perception Features on Freescale PlatformIRJET-  	  Build and Integrate Perception Features on Freescale Platform
IRJET- Build and Integrate Perception Features on Freescale PlatformIRJET Journal
 
Identifying Parking Spots from Surveillance Cameras using CNN
Identifying Parking Spots from Surveillance Cameras using CNNIdentifying Parking Spots from Surveillance Cameras using CNN
Identifying Parking Spots from Surveillance Cameras using CNNIRJET Journal
 
Vision-Based Motorcycle Crash Detection and Reporting Using Deep Learning
Vision-Based Motorcycle Crash Detection and Reporting Using Deep LearningVision-Based Motorcycle Crash Detection and Reporting Using Deep Learning
Vision-Based Motorcycle Crash Detection and Reporting Using Deep LearningIRJET Journal
 
Route Intensity Tracker using Machine Learning and Database Management
Route Intensity Tracker using Machine Learning and Database ManagementRoute Intensity Tracker using Machine Learning and Database Management
Route Intensity Tracker using Machine Learning and Database ManagementIRJET Journal
 
IRJET - Steering Wheel Angle Prediction for Self-Driving Cars
IRJET - Steering Wheel Angle Prediction for Self-Driving CarsIRJET - Steering Wheel Angle Prediction for Self-Driving Cars
IRJET - Steering Wheel Angle Prediction for Self-Driving CarsIRJET Journal
 
Self-Driving Car to Drive Autonomously using Image Processing and Deep Learning
Self-Driving Car to Drive Autonomously using Image Processing and Deep LearningSelf-Driving Car to Drive Autonomously using Image Processing and Deep Learning
Self-Driving Car to Drive Autonomously using Image Processing and Deep LearningIRJET Journal
 
IRJET- Number Plate Extraction from Vehicle Front View Image using Image ...
IRJET-  	  Number Plate Extraction from Vehicle Front View Image using Image ...IRJET-  	  Number Plate Extraction from Vehicle Front View Image using Image ...
IRJET- Number Plate Extraction from Vehicle Front View Image using Image ...IRJET Journal
 
Predicting Steering Angle for Self Driving Vehicles
Predicting Steering Angle for Self Driving VehiclesPredicting Steering Angle for Self Driving Vehicles
Predicting Steering Angle for Self Driving VehiclesIRJET Journal
 

Semelhante a CNN DRIVING (20)

VEHICLE DETECTION USING YOLO V3 FOR COUNTING THE VEHICLES AND TRAFFIC ANALYSIS
VEHICLE DETECTION USING YOLO V3 FOR COUNTING THE VEHICLES AND TRAFFIC ANALYSISVEHICLE DETECTION USING YOLO V3 FOR COUNTING THE VEHICLES AND TRAFFIC ANALYSIS
VEHICLE DETECTION USING YOLO V3 FOR COUNTING THE VEHICLES AND TRAFFIC ANALYSIS
 
IRJET- Smart Traffic Control System using Image Processing
IRJET- Smart Traffic Control System using Image ProcessingIRJET- Smart Traffic Control System using Image Processing
IRJET- Smart Traffic Control System using Image Processing
 
IRJET- A Survey of Approaches for Vehicle Traffic Analysis
IRJET- A Survey of Approaches for Vehicle Traffic AnalysisIRJET- A Survey of Approaches for Vehicle Traffic Analysis
IRJET- A Survey of Approaches for Vehicle Traffic Analysis
 
IRJET- A Survey of Approaches for Vehicle Traffic Analysis
IRJET- A Survey of Approaches for Vehicle Traffic AnalysisIRJET- A Survey of Approaches for Vehicle Traffic Analysis
IRJET- A Survey of Approaches for Vehicle Traffic Analysis
 
IRJET- Video Based Traffic Sign Detection by Scale Based Frame Fusion Technique
IRJET- Video Based Traffic Sign Detection by Scale Based Frame Fusion TechniqueIRJET- Video Based Traffic Sign Detection by Scale Based Frame Fusion Technique
IRJET- Video Based Traffic Sign Detection by Scale Based Frame Fusion Technique
 
IRJET- Robust and Fast Detection of Moving Vechiles in Aerial Videos usin...
IRJET-  	  Robust and Fast Detection of Moving Vechiles in Aerial Videos usin...IRJET-  	  Robust and Fast Detection of Moving Vechiles in Aerial Videos usin...
IRJET- Robust and Fast Detection of Moving Vechiles in Aerial Videos usin...
 
IRJET- Traffic Sign Classification and Detection using Deep Learning
IRJET- Traffic Sign Classification and Detection using Deep LearningIRJET- Traffic Sign Classification and Detection using Deep Learning
IRJET- Traffic Sign Classification and Detection using Deep Learning
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
TRAFFIC FORECAST FOR INTELLECTUAL TRANSPORTATION SYSTEM USING MACHINE LEARNING
TRAFFIC FORECAST FOR INTELLECTUAL TRANSPORTATION SYSTEM USING MACHINE LEARNINGTRAFFIC FORECAST FOR INTELLECTUAL TRANSPORTATION SYSTEM USING MACHINE LEARNING
TRAFFIC FORECAST FOR INTELLECTUAL TRANSPORTATION SYSTEM USING MACHINE LEARNING
 
Realtime Road Lane Detection
Realtime Road Lane DetectionRealtime Road Lane Detection
Realtime Road Lane Detection
 
IRJET- Front View Identification of Vehicles by using Machine Learning Te...
IRJET-  	  Front View Identification of Vehicles by using Machine Learning Te...IRJET-  	  Front View Identification of Vehicles by using Machine Learning Te...
IRJET- Front View Identification of Vehicles by using Machine Learning Te...
 
IRJET- Smart Railway System using Trip Chaining Method
IRJET- Smart Railway System using Trip Chaining MethodIRJET- Smart Railway System using Trip Chaining Method
IRJET- Smart Railway System using Trip Chaining Method
 
IRJET- Build and Integrate Perception Features on Freescale Platform
IRJET-  	  Build and Integrate Perception Features on Freescale PlatformIRJET-  	  Build and Integrate Perception Features on Freescale Platform
IRJET- Build and Integrate Perception Features on Freescale Platform
 
Identifying Parking Spots from Surveillance Cameras using CNN
Identifying Parking Spots from Surveillance Cameras using CNNIdentifying Parking Spots from Surveillance Cameras using CNN
Identifying Parking Spots from Surveillance Cameras using CNN
 
Vision-Based Motorcycle Crash Detection and Reporting Using Deep Learning
Vision-Based Motorcycle Crash Detection and Reporting Using Deep LearningVision-Based Motorcycle Crash Detection and Reporting Using Deep Learning
Vision-Based Motorcycle Crash Detection and Reporting Using Deep Learning
 
Route Intensity Tracker using Machine Learning and Database Management
Route Intensity Tracker using Machine Learning and Database ManagementRoute Intensity Tracker using Machine Learning and Database Management
Route Intensity Tracker using Machine Learning and Database Management
 
IRJET - Steering Wheel Angle Prediction for Self-Driving Cars
IRJET - Steering Wheel Angle Prediction for Self-Driving CarsIRJET - Steering Wheel Angle Prediction for Self-Driving Cars
IRJET - Steering Wheel Angle Prediction for Self-Driving Cars
 
Self-Driving Car to Drive Autonomously using Image Processing and Deep Learning
Self-Driving Car to Drive Autonomously using Image Processing and Deep LearningSelf-Driving Car to Drive Autonomously using Image Processing and Deep Learning
Self-Driving Car to Drive Autonomously using Image Processing and Deep Learning
 
IRJET- Number Plate Extraction from Vehicle Front View Image using Image ...
IRJET-  	  Number Plate Extraction from Vehicle Front View Image using Image ...IRJET-  	  Number Plate Extraction from Vehicle Front View Image using Image ...
IRJET- Number Plate Extraction from Vehicle Front View Image using Image ...
 
Predicting Steering Angle for Self Driving Vehicles
Predicting Steering Angle for Self Driving VehiclesPredicting Steering Angle for Self Driving Vehicles
Predicting Steering Angle for Self Driving Vehicles
 

Mais de IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 
Solving Linear Differential Equations with Constant Coefficients
Solving Linear Differential Equations with Constant CoefficientsSolving Linear Differential Equations with Constant Coefficients
Solving Linear Differential Equations with Constant CoefficientsIRJET Journal
 

Mais de IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 
Solving Linear Differential Equations with Constant Coefficients
Solving Linear Differential Equations with Constant CoefficientsSolving Linear Differential Equations with Constant Coefficients
Solving Linear Differential Equations with Constant Coefficients
 

Último

High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 

Último (20)

High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 

CNN DRIVING

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 7 An Experimental Analysis on Self Driving Car Using CNN Dr Manju Bargavi S K1, Sowjanya M2 1Professor & Department of MCA, Jain University School of Computer Science and IT, Bangalore, India, 2Student & Department of MCA, Jain University School of Computer Science and IT, Bangalore, India, ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - For the past decade, there has been a surge of interest in self-driving cars. This can be because of breakthroughs within the fieldofdeeplearningwhereverdeep neural networks square measuretrainedtoperformtasksthat generally need human intervention. CNN’s apply models to spot patterns and options in pictures, creating them helpful within the field of pc Vision. Samples of these square measure object detection, image classification, image captioning, etc. during this project, we've trainedaCNNvictimizationpictures captured by a simulated automotive to drive the automotive autonomously. The CNN learns distinctive options from the pictures and generates steering predictions permitting the automotive to drive while not somebody's. For testing functions and getting ready thedatasettheUnity basedmostly machine provided by Udacity was used. Key Words: Autonomous driving, Convolutional Neural Network (CNN), Deep learning, end-to-end learning, NVIDIA, Steering commands. 1. INTRODUCTION In recent years, autonomous driving algorithmspersecution reasonably priced vehicle-mounted cameras have attracted increasing analysis endeavors from each, domain and trade. Varied levels of automation are outlined in autonomous driving. There’s no automation in level zero. Somebody's driver controls the vehicle. Level one and a couple of square measure advanced driver help systems wherever somebody's driver still controls the system however a number of options like brake, stability management, etc. square measure machine-driven.Level threevehiclessquare measure autonomous, however, somebody's driver continues to be required to observeandintervenewhenever necessary. Level four vehicles square measure totally autonomous however the automation is restricted to the operational style domain of the vehicle i.e. it doesn't cowl each driving state of affairs. Level five vehicles square measure expected to be totally autonomous, and their performance ought to be such as that of somebody's driver. We tend to square measure terribly off from achieving level Five autonomous vehicles within the close to future. However, level - 3/4 autonomous vehicles square measure probably changing into a reality within the close to future. Primary reasons for forceful technical achievements during these fields square measure technical breakthroughs and wonderful analysis being exhausted the sector of pc vision and machine learning and conjointly the cheap vehicle- mounted cameras which may either severally give unjust data or complement different sensors. Several vision-based drivers assist options are wide supported within the fashionable vehicles. A number of these options embrace pedestrian/bicycle detection, collision turning away by estimating the front automotive distance, lane departure warning, etc. However, during this project, we tend to target autonomous steering, that could be a comparatively unknown task within the field of pc vision and machine learning. In this project, we tend to implement a convolutional neural network (CNN) to map rawpixelsfromthecapturedpictures to the steering commandsfora self-drivingautomotive. With minimum coaching knowledge from the humans,thesystem learns to steer on the road, with or while not the lane markings. 2. RELATED WORK The DAVE system was created by government agency [1] and used pictures from 2 cameras likewise as left and right steering commands to coach a model to drive. It demonstrates that the technique of end-to-endlearningmay be applied to autonomous driving. This implies that the intermediate options like the stop signs and lane markings don’t need to be annotated or labeled for the system to be told. DAVE is associate degree early project within the field of autonomous driving. Within the context of current technology, a large portion relied on wireless knowledge exchange as a result of the vehicle couldn’t carry the computers and power sources for the system, that contrasts the lighter instrumentation thatexistsnowadays.Thedesign of this model was a CNN created of totally connected layers that stemmed from networks antecedents utilized in seeing. The ALVINN system [2] could be a 3-layer back-propagation network designed by a bunch at CMU to finish the task of lane-following. It trains on pictures from a camera and a distance live from an optical device vary finder to outputthe direction the vehicle ought to move. ALVINN’s model uses one hidden layer back-propagation network. We replicated a study by NVIDIA [3]. The system uses associate degree end-to-end approach wherever the information is 1st collected in multiple totally different environmental conditions.Theinformationisthenincreased
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 8 to form the system sturdy to driving off center and to totally different potential environments. Consecutive step is coaching the network on this knowledge. Recently, a paper by a handful of IEEE researchers introduced quite a totally different neural spec that additionally takes the temporal info under consideration [4]. Theyachievedthisinappliesby a mixture of normal vector-based Long memory (LSTM)and convolutional LSTM at totally different layers of theplanned deep network. Consecutive frames typically have the same visual look, however delicate per element motions may be discovered once the optical flow is computed. Typical image convolutions, as those adopted by progressive image classification models, will shift on eachspatial dimensions in a picture, which means that they're primarily 2-D. Since these convolutions care for static pictures or multichannel response maps, they're incapable of capturing temporal dynamics in videos. The authors adopted a spatio-temporal convolution (ST-Conv) that shifts in each spatial and temporal dimensions so applying the convolution in three dimensions as critical the normal 2-D method. A similar paper additionally planned the concept to include temporal info within the model to be told the steering info [5]. During this paper the authors demonstrate quantitatively that a Convolutional Long memory repeated Neural Networks (C-LSTM) will considerably improve end- to-end learning performance inautonomousvehiclesteering supported camera pictures. Impressed by the adequacy of CNN in visual feature extractionandthereforethepotencyof Long memory (LSTM) repeated Neural Networks in coping with long-range temporal dependencies our approach permits to model dynamic temporal dependencieswithin the context of steering angleestimationsupportedcamera input. 3. DATA COLLECTION We used Udacity’s self-driving automobile machine for assembling the info. This machine is made in Unity and was utilized by Udacity for the Self-Driving Nanodegreeprogram however was recently open-sourced [6]. It replicates what NVIDIA did within the simulation. Weareabletocollected all our information from the machine. Exploitation our keyboard to drive the automobile, we have a tendency to were able to instruct the simulatedvehicletoshowleft,right, speed up and hamper. Anothervital facetisthatthismachine may be used for coaching in addition as testing the model. Hence, it's 2 modes: (i) coaching mode, and (ii) Autonomous mode as shown in Fig. 1. Fig. 1 Udacity Simulator The coaching mode is employed to gather the info and also the autonomous mode is employed to check the model. In addition, there are two different varieties of tracks within the machine - the lake track and also the jungle track. The lake track is comparatively smaller and simple to handle the automobile in comparison with the jungle track as shown in Fig. 2 and Fig. 3. The machine captures information once the automobile is driven round the track exploitation left and right keys to manage the steering angles and up and down arrows to manage the speed. Fig. 2 Udacity Simulator: The lake Track From this, the machine generates a folder containing pictures and one CSV file. The image folder contains 3 pictures for each frame captured by the left, center andright camera and each row within the CSV file contains four metrics - steering angle, speed, throttle and brake, for each captured frame. Fig. 4, Fig. 5. and Fig. 6 show the left, center and right image, for one frame.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 9 Fig . 4 Left Image Fig. 5 Center Image Fig. 6 Right Image 4. DATA PREPROCESSING The data that we have a tendency to collect i.e. the captured pictures area unit preprocessed before coaching the model. Whereas preprocessing,thepicture'sareaunitcroppedtoget rid of the sky and front portion of the automobile. The picture's area unit then reborn from RGB to YUV and resized to the input form utilized by the model. Thisisoftendoneasa result of RGB isn't the simplest mapping for perception. YUV color-spaces could be a far more economical cryptography and reduces the informationmeasurequiteRGBcapturewill. After choosing the ultimate set offrames,theinfoisincreased by addingartificial shifts androtationstoshowthenetworka way to pass though a poor position or orientation. Whereas augmenting, we have a tendency to willy-nilly opt for right, left or center pictures, willy-nilly flip the pictures left/right and regulatethe steeringangle.Thesteeringangleisadjusted by +0.2 for the left image and -0.2 for the proper image. Exploitation the left/right flipped pictures is helpful tocoach the recovery driving state of affairs. We have a tendency to conjointly willy-nilly translate the image horizontally or vertically with steering angle adjustment. The horizontal translation may be helpful for handling eventualities with troublesome curves. The magnitude of those changes is decided willy-nilly from a standard distribution. The distribution contains a zero mean. We have a tendency to apply these augmentations employing a script from the Udacity repository. Augmented pictures area unit adventitious into this set of pictures and theircorrespondingsteeringanglesareadjusted with relevance augmentationperformed. The firstreasonfor this augmentation is to form the system a lot of strong, thus, learning the maximum amount as doable from the surroundings by exploitation various views with various settings. 5. DATA LEARNING MODEL The deep learning model we have a tendency to ready relies on the analysis done by NVIDIA for his or her autonomous vehicle [3]. The model containsofthesubsequentvitallayers. 5.1 Convolutional Layer Convolutional layer applies the convolution operate (filter) on the input image and produces a 3D output activation of neurons. This layer helps to seek out varied options of the image that is employed for classification. The amount of convolutional layers within the network depends on the kind of application. The initial convolutional layers within the networksfacilitateobservethelowleveloptionsof the image that area unit easy and also the convolutional layers more facilitate in police investigation the high-level options of the image.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 10 Fig. 7 CNN Architecture 5.2 Max Pooling Layer Pooling/Down sampling layer helps in reducing the amount of parameters/weightswithinthenetworkandhelps in reducing the coaching time while not losing any specific featureinfo of the image. Thislayerproducesasmallerimage than the input image by down sampling the image exploitation pooling of neurons. There area unit differing kinds of pooling like gamma hydroxybutyrate pooling, average pooling, L2-norm pooling etc. however gamma hydroxybutyratepoolingisthattheonethatismostgenerally used. 5.3 Dense Layer Dense layer or totally connected layer is that the same as traditional neuralnetworklayerduringwhichalltheneurons during this layer area unit connected to every neuron from previous layer. This layer is usually designed because the final layer within the convolutional network. 5.4 Neural network. The entire design diagram is shown in Fig. seven There area unit five convolutional layers with variedrangeoffilters and sizes and a dropoutsubsequentlytohandleoverfitting.In the end, three dense layers wereadventitiousfollowedbythe output layer. Adam optimizer was used for parameter optimization with a set learning rate. Batch size of one hundred was chosen and also the range of epochs of 50-60 was experimented with. On amachinewhile notGPU,sixteen GB ram Core i5 it took roughly 06 hours of coaching. 6. SYSTEM DESIGN The high-level design of the system in Fig 8 shows when activity information augmentation on the input pictures, batches area unit created from them and fed to the CNN model for coaching. When the coaching is completed, the model is employed to perform prediction on the steering angle and send the predictions to the Udacity machine to drive the automobile in real time. 6.1 Performance analysis For performance analysis throughout coaching, mean square error was used as a loss operate to stay a track of the performance of the model. In reality eventualities, whereas driving on road, the subsequent metric has been planned in [3]. This metric has been named as autonomy. It's calculated by investigationthe quantity of interventions, multiplying by vi seconds,dividing by the timeperiod of the simulated check, andso subtracting the result from one. Measure of autonomy, this could mean that the automotive was eighty-seven.5% autonomous. We tend to re-trainedthe model with additional information and also the vehicle ne'er drove off the trail, creating it 100 percent autonomous. The general driving behavior doesn’t seem realistic. It seems to improve and forth between the sides of the lane. During the primary run on the lake track, the vehicle doesn’t leave the track, however it seems to hug the left facet of the lane which is that the directionthatthecurvewithinthetrack is popping towards. The vehicle drives to the left facet of the lane and once it runs getting ready to the left lane marking, the vehicle drives back within the direction of the middle of the lane till it's around halfway between the middle of the lane and also the left lane marking, then it defends to the left facet of the lane. This behavior repeats. Once re-training the model, the vehicle’s driving seems far sleeker. It doesn’t hug the left facet of the lane, however it seems to drive to 1 facet of the lane and move towards the opposite. This behavior conjointly repeats. In terms of autonomy, each of the models seem to be 100 percent autonomous. After the second time we tend to train the model, we tend to noticedthatthevehiclewilldriveautonomously,howeverthe behavior wasn't natural. Thiscan be one thingtostayinmind once purification the system.
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 11 D o Fig. 8 High-level system architecture[7] 7. EXPERIMENTAL RESULTS The simulation surroundingsisusingudacityself-driving car simulator and the system is based on NVIDIA model [10]. Figure 10 shows the learning surroundings formed in the simulation study and figure 6 shows trial images taken by left camera, centre camera and right camera in training method. The data composed is about 16,000 images and categorized with the type of road and drivermovementsuch as on lane or turning. The simulation sample rate is 10 FPS and image resolution 320x160 pixels. Before the learning progression, the image taken will be regularize by removing the sky and other avoidable parts of picture for simplifying the learning process. Some pre- processing of composed data images also compriserotation, horizontal flip, vertical flip, and RGB to YUV transform to advance the quality of the classification end result. The training procedure using 5x5 kernel for the first 3 convolution layer and 3x3 kernel for the last three convolution layer and utmost epochs 20 with2.000example for each epoch. After the training finish about 2 or 3 laps, the simulator then switch to the autonomous mode and then base the model created by the CNN, the car will run unconventionally and can calculate for every road situation. The simulation is implemented onasystemwithi5processor and 12G memory. The learning takes about 4-5 hours. Fig 9 Driving mode Fig.10. Model Prediction 8. CONCLUSION The projected technique of autonomous car using CNN can run effortlessly without error and very stable without fluctuation in environmental simulation using udacity self- driving car simulator as shown in figure 9. CNN can learn road situation from three cameras (left, centreandright)and also make a model fordrivinginautonomousmoderestricted by one centre camera. We also verified that CNN’s are able to learn the complete task of lane and road following with no manual disintegration into road or lane marking detection, semantic abstraction, path planning, and control. An interesting limitation to this is that the system was able to successfully drive on the roads that it hadbeentrainedon. To get the enhanced performance, next trialing will include the complexity in the simulation surroundings and rain model with supplementary noise and distortion at data image set. We have many ideas to enhance the act of the self-driving automotive, out of that one was obligatory thanks to lack of your time. The primary plan would be toattributethefeature of speed to the CNN so once the machine in autonomous mode, it's persecution the predictable speed creating the movement seem to be supplementary realistic.
  • 6. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 12 REFERENCES [1] LeCun, Y., et al. DAVE: Autonomous off-road vehicle control using end-to-end learning. Technical Report DARPA-IPTO Final Report, Courant Institute/CBLL, 2004. [2] Pomerleau, Dean A. "Alvinn: An autonomous land vehicle in a neural network." Advances in neural information processing systems. 1989. [3] Bojarski, Mariusz, et al. "End to end learning for self- driving cars." arXiv preprint arXiv:1604.07316(2016). [4] Chi, Lu, and Yadong Mu. "Deep Steering: Learning End-to-End Driving Model from Spatial and Temporal Visual Cues." arXiv preprint arXiv:1708.03798 (2017). [5] Eraqi, Hesham M., Mohamed N. Moustafa, and Jens Honer. "End-to-End Deep Learning for Steering Autonomous Vehicles Considering Temporal Dependencies." arXivpreprintarXiv:1710.03804(2017). [6] International Journal of Engineering Research in Electronics and CommunicationEngineering(IJERECE) Vol 5, Issue 4, April 2018 Prototype of AutonomousCar Using Raspberry Pi. [7] Spice B, "Carnegie Mellon, Argo AI Form Center for Autonomous Vehicle Research with $15M Multiyear Grant," Carnegie Mellon University, 2019. [8] Matt Richardson, Shawn Wallace, Getting Started with Raspberry Pi, 2nd Edition, Published by Maker Media, Inc., USA, 2014. Book ISBN: 978-1-457- 18612-7 [9] Deep learning for Video classification and captioning byZuxuan Wu, Ting Yao, Yanwei Fu, Yu- Gang Jiang https://keras.io/backend [10] Visualizing and Understanding Convolutional Networks by Matthew D. Zeiler, Rob Fergus. [11] Design and Implementation of Autonomous Carusing Raspberry Pi International Journal of Computer Applications (0975 – 8887) Volume 113 – No. 9, March 2015 [12] Dropout: A Simple Way to Prevent Neural Networks fromOverfitting by Nitish Srivastava, Geoffrey Hinton , Alex Krizhevsky, Ilya Sutskever, Ruslan Salakhutdinov.