SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 03 | Mar 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 659
Car Steering Angle Prediction Using Deep Learning
Dr. M. Senthil Kumaran1, Kaniganti Siva Sankar2, Kodakandla Srikar3
1Associate Professor & HOD, Department of Computer Science, Sri Chandra Sekhendra Saraswathi Viswa
Mahavidyalaya , Kanchipuram, India
2Student, B.E, Department of Computer Science, Sri Chandra Sekhendra Saraswathi Viswa Mahavidyalaya ,
Kanchipuram, India
3Student, B.E, Department of Computer Science, Sri Chandra Sekhendra Saraswathi Viswa Mahavidyalaya ,
Kanchipuram, India
-----------------------------------------------------------------------***--------------------------------------------------------------------
ABSTRACT: Self-drivingcarshavebecomeverypopularin
the last few years. Udacity has released a database
containing, among the data, a collection of images with a
direct angle taken during the drive. The Udacity challenge
aimed at predicting thedirectional angleonlysupportsthe
given images.
We are testing two different models to make high quality
assumptions of support angles using different in-depth
learning strategies including Transfer Learning, 3D CNN,
LSTM and ResNet. If the Udacity challenge persisted, both
of our models would have included in the top ten of all
entries
Keywords: Deep Learning, Neural Network, Convolution
neural network
INTRODUCTION
Self-driving cars have had a huge impact on the
economy over the next decade. Creating models that meet
or exceed the capacity of a human driver can save
thousands of lives each year. Udacity has an ongoing
challenge to createan open source for self-drivingvehicles
[19]. In theirsecond challenge Udacity releasedadatabase
of photographs taken while driving and thecorresponding
directional angle as well as the corresponding sensor data
for the training set (left, right, and central angles with
integrated anglessupportedbythecameraangle).Thegoal
of the challenge was to find a model, based on the image
taken while driving, would reduce the RMSE (root mean
square error) between the prediction of the model andthe
actual directional angle generated by the human driver.
During this project, we explore a variety of strategies that
include 3D convolutionalneuralnetworks,commonneural
networks using LSTM, ResNets, etc. to extract the
directional angle predicted by numerical values.
The aim of the project is to remove the requirementfor
handwriting rules andcreatea program that learnshowto
drive visually. Predicting the directional angle is an
important part of the self-driving end of a car and will
allow us to test the full potential of the neural network. for
example, using a directional angle only because the
training signal, deep neural networks can automatically
extract features to help set the road to create prediction.
The two models to be discussed are models that use 3D
dynamic layers followed by duplicate layers using LSTM
(short-term memory). This model will test how temporary
information is used to predictthedirectionalangle.Both3D
conversion layers and continuous layers use temporary
information. The second model to be discussed uses
transfer learning (using the lower layers of the pre-trained
model) using the high quality model trained in CNN
Pictures of two straight center shifts can be taken from
left and right camera. Additional switching between
cameras and all rotation mimics the transformation of the
image view from a nearby camera. Conversion of precision
view requires 3D space information that is not available.
We are therefore measuring change by assuming that all
points below the horizon are flat and that all points above
the horizon are very far away. This works well on a flat
surface but introducesdistortionsofobjectsthatsticktothe
surface, suchascars,poles,trees,andbuildings.Fortunately
this distortion does not pose a major problem in network
training. Transformed photo control label is adaptedtoone
that can return the car to its desired position and position
in two seconds.
Figure 1: The trained network is used to generate
steering wheel angle given input an image
A diagram of our training system block is shown in
Figure 2. The images are uploaded to CNN and include the
proposed direction.Theproposedcommandiscomparedto
the required command of that image and the CNN weights
are adjusted to bring the CNN output to the desired output.
Weight adjustment is achieved using a back distribution as
used in the Torch 7 machine learning package.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 03 | Mar 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 660
Once trained, the network can generate direction from
the video images of the central camera.
1. LITERATURE REVIEW
This The use of the neural network of autonomous
vehicles was initiated by Pomerleau (1989) who created
the Autonomous Land Vehicle duringtheNeural Network
(ALVINN) program. The structure of the model was
simple, incorporating a fully connected network,small by
today's standard. The network predictsactionsfrompixel
inputs used in simple driving situations with few
obstacles. However, it has shown the power of neural
networks for automatic end-to-end navigation. Last year,
NVIDIA released a paper about the same idea you gained
from ALVINN. within the paper,theauthorshaveusedthe
relatively basic structures of CNN to extract features in
driving frames. The layout of the buildings can be seen in
Figure 1. The addition of information collected wasfound
to be important. The authors used the work shifts and
rotation training set. Left and right cameras with
integrated directional angles are also included. This
framework has succeededinsimplereal-worldsituations,
such as following highways and driving on flat,
unobstructed courses. More recently,additional effortsto
use deep CNNs and RNNs to address the challenges of
video fragmentation, scene resolution, and object
acquisition have led to the use of complex CNN
architecture in autonomous driving. "Spatiotemporal
Learning Features With 3D Convolutional Networks"
introduces how to create 3D conversion networks to
capture spatiotemporal features in the sequence of
images or videos. "Without Short Captions: Advanced
Video Editing Networks" describes two methods that
include using LSTM to viewvideos1arXiv:1912.05440v1
[cs.CV] 11 Dec 2019 Figure 1. CNN architectures used in.
The network contains approximately 27 million
connections and 250 thousand parameters. . "In-depth
Learning of the Image Censor Remnants" and "Most
Connected Networks" describe techniques for building
residual interactionsbetweendifferentlayersandmaking
it easier to train deep emotional networks. In addition to
CNN and / or RNN methods, there are other research
programs that use in-depth learning strategies in
automated driving challenges. Another line of staff
manages auto-navigation as a video predictor function.
Comma.ai [14] has proposed the acquisition of a driving
simulation system that includes a Variational Auto-
encoder (VAE) and a Generative Adversarial Network
(GAN). Their approach is in a state of constant predicting
video that looks realistic for a few pre-supported frames
despite a modified version developed without value
function within a pixel space. In addition, deep
reinforcement learning (RL) has also been applied to
automatic driving. RL was not successful in automotive
applications until some recent activity demonstrated in-
depth reading ability to learn good environmental
representation. This has been demonstrated by reading
games like Atari andElapseGoogleDeepMind.Encouraged
by these activities, they have developed a framework for
self-driving using deep RL. Theirframework isexpandable
to include RNN information integration,whichenablesthe
vehicle to handle less visible situations. The framework
also integrates attention models, utilizing viewing
networks and actions to direct CNN characterstoinputfile
areas that are compatible with the driving process.
2. IMPLEMENTATION
We train the weight of our network to reduce the
rate of square error between the output of the network
direction command and consequently the humandriver
command, or adjusted steering command for non-
central and circular images. Our specification is shown
in Figure 2. The network consists of 9 layers, includinga
standard layer, 5 convolutional layers and 3 fully
connected layers. The inserted image is split into YUV
aircraft and transferred to a network.
The first layer of the network makes the image
familiar. The normalizer has a solid code andisnotfixed
within the learning process.Normal performance within
the network allows the custom system to be changedby
spec and accelerated by GPU processing.
Convolutional layers were designed to perform
feature removal and were randomly selected bya series
of tests that altered the layout setting. We use
convolutions with lines between the first three layers
with a 2 × 2 stride and a 5x5 kernel and a consistent
convolution with a 3 × 3 kernel size between the last
two layers.
We follow the five layers of convolution with three fully
integrated layers that lead to the amount of output
control i.e. the rotating radius. Fully connected layers
are designed to act as a controller, but we realizethatby
training the system end-to-end, it is not possible to
make a clean break between which parts of the network
serve primarily as a feature output and which function
control out.
2.1 Training Details
2.2.1 Data Selection
The first step in training the neural networkistochoose
the frames you will use. Our collected data is based on road
type, space event, and driver activity (stay on the highway,
change lanes, turns, etc.). to train CNN so that we can try to
navigate by following only select data where the driving
force stays on the highway and discard the rest. Then we
sample that video at 10 FPS. a better rate can lead to the
installation of very similar images and thus not provide
much useful information.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 03 | Mar 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 661
2.2.2 Argumentation
After selecting the final set of frames we increase the
information by adding activity shiftsandrotationstoshow
the network how to get through the wrong area or shape.
The magnitude of that disturbance is randomly selected
from the standard distribution. Distribution has zero
meaning, so the difference doubles the quality deviation
we have measured with human drivers. Adding
informationautomaticallydoesnotaddunwantedartifacts
as the size increases.
2.2.3 Simulation
Before examining the trained CNN, wefirst evaluated
the performance of the simulation networks. A simplified
diagram of the simulation system is shown in Figure 3.
The templatecaptures video footage ofacameraonthe
front facing of a man-made vehicle and produces almost
identical images if CNN, instead, was directing the car.
These test videos are time-synchronized with recorded
directional instructions created by the human driver.
Since human drivers do not always drive in the middle
of a track, we measure the center of the route associated
with each video frame used by the template. This position
is called the "basic truth".
The simile converts the first images into narratives
from a lower reality. Note that this change includes any
differences between the way a person operates and the
basic truth. Conversions are carried out in the same
manner as described in Section 2.
Figure 2: Overview of Process
The template accesses a recorded test video and
syncing instructions that occur while the video is being
shot. The template sends the main frame of the selected
test video, optimized anywhere from the low reality,tothe
CNN-trained input. CNN then returned the directing order
of that framework. CNN's directional instructions are in
addition to the fact that the driver's recorded instructions
are inserted into the flexible model [8] of the vehicle to
update the position and position of the simulated vehicle.
The template then adjusts the next closure in the test
video so that the image looks like the car is in place which
caused it to follow the instructions from CNN. This new
image was then submitted to CNN and the process is
repeated.
The templaterecordsthenon-centraldistance(distance
from the car to the center of the track), yaw, hence the
distance traveled by the visible vehicle.Ifthedistanceinthe
center exceeds one meter, the visual human intervention is
initiated, so the visual vehicle area and shape are reset to
match the lower reality of the corresponding frame of the
original test video.
2.2.4 Evaluation
Testing our networks is done in two steps, first by
imitation, and then by road tests.
In simulation wehavenetworksthatprovidedirectional
instructions in our simulationonacombinationofrecorded
test routes corresponding to a total of three hours and 100
miles of driving in Monmouth County, NJ. The test data was
taken from a variety of light and weather conditions and
included highways, local roads, and residential lanes.
3. CONCLUSION
We have strongly demonstrated that CNN is able to learn
all the work of the track and track without having to go
through a lot of detection of road or route marking,semantic
abstraction, route planning, and control. A small amount of
training data from less than 100hoursofdrivingisenoughto
train a car to operate in a variety of conditions, on highways,
on local roads and in residential areas with sunny, flexible,
and rainy weather. CNN is able to learn the correct road
features in a limited training signal (direction only).
The program learns for example to find a roadmap
without the need for clear labels during training.
More work is needed to improve networkdurability,find
ways to ensure durability, and improve the visibility of
internal network processing steps.
4. FUTURE SCOPE
The proposed fingerprint based voting system project aims
at reducing illegal activities during the election time. This
system will also provide accurateresults.Wecanimplement
this system in real time elections to reduce rigging and to
conduct free and fair elections. In this project we are using
the fingerprints of the voters so that more security is
provided as no two individuals will have the same
fingerprint patterns. Thissystemalsodoesn’tallowa person
to vote twice. In future this project can be implemented in
real time. The additional features that can be implemented
in this project are we can use fingerprint scanner to capture
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 03 | Mar 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 662
the fingerprints of the voter. We can also connect aadhar
database to the system in real time implementation. The
main aim of this project is to conduct free and fair elections
by using the biometrics of the voters.
5. REFERENCES
[1] Y. LeCun, B. Boser, J. S. Denker, D. Henderson, R. E.
Howard, W. Hubbard, and L. D. Jackel. Backprop- agation
applied to handwritten zip code recognition. Neural
Computation, 1(4):541–551, Winter 1989. URL:
http://yann.lecun.org/exdb/publis/pdf/lecun-89e.pdf.
[2] Alex Krizhevsky, Ilya Sutskever, and Geoffrey E.
Hinton. Imagenet classification with deep
convolutional neural networks. In F. Pereira, C. J. C. Burges,
L. Bottou, and
K. Q. Weinberger, editors, Advances in Neural Information
Processing Systems 25, pages 1097–1105. Curran
Associates, Inc., 2012. URL:
http://papers.nips.cc/paper/4824-imagenet-classification-
with-deep-convolutional-neural-networks. pdf.
[3] L. D. Jackel, D. Sharman, Stenard C. E., Strom B. I., , and
D Zuckert. Optical character recognition for self-service
banking. AT&T Technical Journal, 74(1):16–24, 1995.
[4] Large scale visual recognition challenge (ILSVRC).
URL: http://www.image-net.org/ challenges/LSVRC/.
[5] Net-Scale Technologies, Inc. Autonomous off-road
vehicle control using end-to-end learning, July 2004. Final
technical report. URL: http://net-scale.com/doc/net-scale-
dave-report.pdf.
[6] Dean A. Pomerleau. ALVINN, an autonomous land
vehicle in a neural network. Technical report, Carnegie
Mellon University, 1989. URL:
http://repository.cmu.edu/cgi/viewcontent.
cgi?article=2874&context=compsci.
[7] Wikipedia.org. DARPA LAGR program.
http://en.wikipedia.org/wiki/DARPA_LAGR_ Program.
[8] Danwei Wang and Feng Qi. Trajectory planning for a
four-wheel-steering vehicle. In Proceedings of the 2001
IEEE International Conference on Robotics & Automation,
May 21–26 2001. URL: http:
//www.ntu.edu.sg/home/edwwang/confpapers/wdwicar0
1.pdf.
[9] DAVE 2 driving a lincoln. URL:
https://drive.google.com/open?id=
0B9raQzOpizn1TkRIa241ZnBEcjQ.

More Related Content

Similar to Car Steering Angle Prediction Using Deep Learning

IRJET- Automatic Data Collection from Forms using Optical Character Recognition
IRJET- Automatic Data Collection from Forms using Optical Character RecognitionIRJET- Automatic Data Collection from Forms using Optical Character Recognition
IRJET- Automatic Data Collection from Forms using Optical Character Recognition
IRJET Journal
 
IRJET- Remote Sensing Image Retrieval using Convolutional Neural Network with...
IRJET- Remote Sensing Image Retrieval using Convolutional Neural Network with...IRJET- Remote Sensing Image Retrieval using Convolutional Neural Network with...
IRJET- Remote Sensing Image Retrieval using Convolutional Neural Network with...
IRJET Journal
 
Traffic Sign Recognition Model
Traffic Sign Recognition ModelTraffic Sign Recognition Model
Traffic Sign Recognition Model
IRJET Journal
 
IRJET- Handwritten Decimal Image Compression using Deep Stacked Autoencoder
IRJET- Handwritten Decimal Image Compression using Deep Stacked AutoencoderIRJET- Handwritten Decimal Image Compression using Deep Stacked Autoencoder
IRJET- Handwritten Decimal Image Compression using Deep Stacked Autoencoder
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 Vehicles
IRJET Journal
 
Lane Detection and Traffic Sign Recognition using OpenCV and Deep Learning fo...
Lane Detection and Traffic Sign Recognition using OpenCV and Deep Learning fo...Lane Detection and Traffic Sign Recognition using OpenCV and Deep Learning fo...
Lane Detection and Traffic Sign Recognition using OpenCV and Deep Learning fo...
IRJET Journal
 
IRJET- Semantic Segmentation using Deep Learning
IRJET- Semantic Segmentation using Deep LearningIRJET- Semantic Segmentation using Deep Learning
IRJET- Semantic Segmentation using Deep Learning
IRJET Journal
 
DIGEST PODCAST
DIGEST PODCASTDIGEST PODCAST
DIGEST PODCAST
IRJET Journal
 
Photo Editing And Sharing Web Application With AI- Assisted Features
Photo Editing And Sharing Web Application With AI- Assisted FeaturesPhoto Editing And Sharing Web Application With AI- Assisted Features
Photo Editing And Sharing Web Application With AI- Assisted Features
IRJET Journal
 
Traffic Sign Recognition System
Traffic Sign Recognition SystemTraffic Sign Recognition System
Traffic Sign Recognition System
IRJET Journal
 
IRJET - Autonomous Navigation System using Deep Learning
IRJET -  	  Autonomous Navigation System using Deep LearningIRJET -  	  Autonomous Navigation System using Deep Learning
IRJET - Autonomous Navigation System using Deep Learning
IRJET Journal
 
REVIEW ON OBJECT DETECTION WITH CNN
REVIEW ON OBJECT DETECTION WITH CNNREVIEW ON OBJECT DETECTION WITH CNN
REVIEW ON OBJECT DETECTION WITH CNN
IRJET Journal
 
Machine learning based augmented reality for improved learning application th...
Machine learning based augmented reality for improved learning application th...Machine learning based augmented reality for improved learning application th...
Machine learning based augmented reality for improved learning application th...
IJECEIAES
 
CAR DAMAGE DETECTION USING DEEP LEARNING
CAR DAMAGE DETECTION USING DEEP LEARNINGCAR DAMAGE DETECTION USING DEEP LEARNING
CAR DAMAGE DETECTION USING DEEP LEARNING
IRJET Journal
 
Devanagari Digit and Character Recognition Using Convolutional Neural Network
Devanagari Digit and Character Recognition Using Convolutional Neural NetworkDevanagari Digit and Character Recognition Using Convolutional Neural Network
Devanagari Digit and Character Recognition Using Convolutional Neural Network
IRJET Journal
 
I0333043049
I0333043049I0333043049
I0333043049
theijes
 
IRJET-Multiple Object Detection using Deep Neural Networks
IRJET-Multiple Object Detection using Deep Neural NetworksIRJET-Multiple Object Detection using Deep Neural Networks
IRJET-Multiple Object Detection using Deep Neural Networks
IRJET Journal
 
Gesture Recognition System using Computer Vision
Gesture Recognition System using Computer VisionGesture Recognition System using Computer Vision
Gesture Recognition System using Computer Vision
IRJET Journal
 
IRJET- A Deep Learning based Approach for Automatic Detection of Bike Rid...
IRJET-  	  A Deep Learning based Approach for Automatic Detection of Bike Rid...IRJET-  	  A Deep Learning based Approach for Automatic Detection of Bike Rid...
IRJET- A Deep Learning based Approach for Automatic Detection of Bike Rid...
IRJET Journal
 
IRJET- Advanced Control Strategies for Mold Level Process
IRJET- Advanced Control Strategies for Mold Level ProcessIRJET- Advanced Control Strategies for Mold Level Process
IRJET- Advanced Control Strategies for Mold Level Process
IRJET Journal
 

Similar to Car Steering Angle Prediction Using Deep Learning (20)

IRJET- Automatic Data Collection from Forms using Optical Character Recognition
IRJET- Automatic Data Collection from Forms using Optical Character RecognitionIRJET- Automatic Data Collection from Forms using Optical Character Recognition
IRJET- Automatic Data Collection from Forms using Optical Character Recognition
 
IRJET- Remote Sensing Image Retrieval using Convolutional Neural Network with...
IRJET- Remote Sensing Image Retrieval using Convolutional Neural Network with...IRJET- Remote Sensing Image Retrieval using Convolutional Neural Network with...
IRJET- Remote Sensing Image Retrieval using Convolutional Neural Network with...
 
Traffic Sign Recognition Model
Traffic Sign Recognition ModelTraffic Sign Recognition Model
Traffic Sign Recognition Model
 
IRJET- Handwritten Decimal Image Compression using Deep Stacked Autoencoder
IRJET- Handwritten Decimal Image Compression using Deep Stacked AutoencoderIRJET- Handwritten Decimal Image Compression using Deep Stacked Autoencoder
IRJET- Handwritten Decimal Image Compression using Deep Stacked Autoencoder
 
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
 
Lane Detection and Traffic Sign Recognition using OpenCV and Deep Learning fo...
Lane Detection and Traffic Sign Recognition using OpenCV and Deep Learning fo...Lane Detection and Traffic Sign Recognition using OpenCV and Deep Learning fo...
Lane Detection and Traffic Sign Recognition using OpenCV and Deep Learning fo...
 
IRJET- Semantic Segmentation using Deep Learning
IRJET- Semantic Segmentation using Deep LearningIRJET- Semantic Segmentation using Deep Learning
IRJET- Semantic Segmentation using Deep Learning
 
DIGEST PODCAST
DIGEST PODCASTDIGEST PODCAST
DIGEST PODCAST
 
Photo Editing And Sharing Web Application With AI- Assisted Features
Photo Editing And Sharing Web Application With AI- Assisted FeaturesPhoto Editing And Sharing Web Application With AI- Assisted Features
Photo Editing And Sharing Web Application With AI- Assisted Features
 
Traffic Sign Recognition System
Traffic Sign Recognition SystemTraffic Sign Recognition System
Traffic Sign Recognition System
 
IRJET - Autonomous Navigation System using Deep Learning
IRJET -  	  Autonomous Navigation System using Deep LearningIRJET -  	  Autonomous Navigation System using Deep Learning
IRJET - Autonomous Navigation System using Deep Learning
 
REVIEW ON OBJECT DETECTION WITH CNN
REVIEW ON OBJECT DETECTION WITH CNNREVIEW ON OBJECT DETECTION WITH CNN
REVIEW ON OBJECT DETECTION WITH CNN
 
Machine learning based augmented reality for improved learning application th...
Machine learning based augmented reality for improved learning application th...Machine learning based augmented reality for improved learning application th...
Machine learning based augmented reality for improved learning application th...
 
CAR DAMAGE DETECTION USING DEEP LEARNING
CAR DAMAGE DETECTION USING DEEP LEARNINGCAR DAMAGE DETECTION USING DEEP LEARNING
CAR DAMAGE DETECTION USING DEEP LEARNING
 
Devanagari Digit and Character Recognition Using Convolutional Neural Network
Devanagari Digit and Character Recognition Using Convolutional Neural NetworkDevanagari Digit and Character Recognition Using Convolutional Neural Network
Devanagari Digit and Character Recognition Using Convolutional Neural Network
 
I0333043049
I0333043049I0333043049
I0333043049
 
IRJET-Multiple Object Detection using Deep Neural Networks
IRJET-Multiple Object Detection using Deep Neural NetworksIRJET-Multiple Object Detection using Deep Neural Networks
IRJET-Multiple Object Detection using Deep Neural Networks
 
Gesture Recognition System using Computer Vision
Gesture Recognition System using Computer VisionGesture Recognition System using Computer Vision
Gesture Recognition System using Computer Vision
 
IRJET- A Deep Learning based Approach for Automatic Detection of Bike Rid...
IRJET-  	  A Deep Learning based Approach for Automatic Detection of Bike Rid...IRJET-  	  A Deep Learning based Approach for Automatic Detection of Bike Rid...
IRJET- A Deep Learning based Approach for Automatic Detection of Bike Rid...
 
IRJET- Advanced Control Strategies for Mold Level Process
IRJET- Advanced Control Strategies for Mold Level ProcessIRJET- Advanced Control Strategies for Mold Level Process
IRJET- Advanced Control Strategies for Mold Level Process
 

More from 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 STRUCTURE
IRJET 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 Characteristics
IRJET 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
 
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
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 Pro
IRJET 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 System
IRJET 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 bridges
IRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
IRJET 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 Design
IRJET 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
 

More from 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...
 
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
 
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...
 

Recently uploaded

The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
Pipe Restoration Solutions
 
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdfCOLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
Kamal Acharya
 
LIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.pptLIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.ppt
ssuser9bd3ba
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Sreedhar Chowdam
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
Kamal Acharya
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
Neometrix_Engineering_Pvt_Ltd
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
Jayaprasanna4
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
Massimo Talia
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
fxintegritypublishin
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
JoytuBarua2
 
Vaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdfVaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdf
Kamal Acharya
 
Halogenation process of chemical process industries
Halogenation process of chemical process industriesHalogenation process of chemical process industries
Halogenation process of chemical process industries
MuhammadTufail242431
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
R&R Consult
 
Courier management system project report.pdf
Courier management system project report.pdfCourier management system project report.pdf
Courier management system project report.pdf
Kamal Acharya
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
gerogepatton
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
ankuprajapati0525
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
AhmedHussein950959
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Dr.Costas Sachpazis
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
bakpo1
 

Recently uploaded (20)

The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
 
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdfCOLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
 
LIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.pptLIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.ppt
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
 
Vaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdfVaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdf
 
Halogenation process of chemical process industries
Halogenation process of chemical process industriesHalogenation process of chemical process industries
Halogenation process of chemical process industries
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
 
Courier management system project report.pdf
Courier management system project report.pdfCourier management system project report.pdf
Courier management system project report.pdf
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
 

Car Steering Angle Prediction Using Deep Learning

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 03 | Mar 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 659 Car Steering Angle Prediction Using Deep Learning Dr. M. Senthil Kumaran1, Kaniganti Siva Sankar2, Kodakandla Srikar3 1Associate Professor & HOD, Department of Computer Science, Sri Chandra Sekhendra Saraswathi Viswa Mahavidyalaya , Kanchipuram, India 2Student, B.E, Department of Computer Science, Sri Chandra Sekhendra Saraswathi Viswa Mahavidyalaya , Kanchipuram, India 3Student, B.E, Department of Computer Science, Sri Chandra Sekhendra Saraswathi Viswa Mahavidyalaya , Kanchipuram, India -----------------------------------------------------------------------***-------------------------------------------------------------------- ABSTRACT: Self-drivingcarshavebecomeverypopularin the last few years. Udacity has released a database containing, among the data, a collection of images with a direct angle taken during the drive. The Udacity challenge aimed at predicting thedirectional angleonlysupportsthe given images. We are testing two different models to make high quality assumptions of support angles using different in-depth learning strategies including Transfer Learning, 3D CNN, LSTM and ResNet. If the Udacity challenge persisted, both of our models would have included in the top ten of all entries Keywords: Deep Learning, Neural Network, Convolution neural network INTRODUCTION Self-driving cars have had a huge impact on the economy over the next decade. Creating models that meet or exceed the capacity of a human driver can save thousands of lives each year. Udacity has an ongoing challenge to createan open source for self-drivingvehicles [19]. In theirsecond challenge Udacity releasedadatabase of photographs taken while driving and thecorresponding directional angle as well as the corresponding sensor data for the training set (left, right, and central angles with integrated anglessupportedbythecameraangle).Thegoal of the challenge was to find a model, based on the image taken while driving, would reduce the RMSE (root mean square error) between the prediction of the model andthe actual directional angle generated by the human driver. During this project, we explore a variety of strategies that include 3D convolutionalneuralnetworks,commonneural networks using LSTM, ResNets, etc. to extract the directional angle predicted by numerical values. The aim of the project is to remove the requirementfor handwriting rules andcreatea program that learnshowto drive visually. Predicting the directional angle is an important part of the self-driving end of a car and will allow us to test the full potential of the neural network. for example, using a directional angle only because the training signal, deep neural networks can automatically extract features to help set the road to create prediction. The two models to be discussed are models that use 3D dynamic layers followed by duplicate layers using LSTM (short-term memory). This model will test how temporary information is used to predictthedirectionalangle.Both3D conversion layers and continuous layers use temporary information. The second model to be discussed uses transfer learning (using the lower layers of the pre-trained model) using the high quality model trained in CNN Pictures of two straight center shifts can be taken from left and right camera. Additional switching between cameras and all rotation mimics the transformation of the image view from a nearby camera. Conversion of precision view requires 3D space information that is not available. We are therefore measuring change by assuming that all points below the horizon are flat and that all points above the horizon are very far away. This works well on a flat surface but introducesdistortionsofobjectsthatsticktothe surface, suchascars,poles,trees,andbuildings.Fortunately this distortion does not pose a major problem in network training. Transformed photo control label is adaptedtoone that can return the car to its desired position and position in two seconds. Figure 1: The trained network is used to generate steering wheel angle given input an image A diagram of our training system block is shown in Figure 2. The images are uploaded to CNN and include the proposed direction.Theproposedcommandiscomparedto the required command of that image and the CNN weights are adjusted to bring the CNN output to the desired output. Weight adjustment is achieved using a back distribution as used in the Torch 7 machine learning package.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 03 | Mar 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 660 Once trained, the network can generate direction from the video images of the central camera. 1. LITERATURE REVIEW This The use of the neural network of autonomous vehicles was initiated by Pomerleau (1989) who created the Autonomous Land Vehicle duringtheNeural Network (ALVINN) program. The structure of the model was simple, incorporating a fully connected network,small by today's standard. The network predictsactionsfrompixel inputs used in simple driving situations with few obstacles. However, it has shown the power of neural networks for automatic end-to-end navigation. Last year, NVIDIA released a paper about the same idea you gained from ALVINN. within the paper,theauthorshaveusedthe relatively basic structures of CNN to extract features in driving frames. The layout of the buildings can be seen in Figure 1. The addition of information collected wasfound to be important. The authors used the work shifts and rotation training set. Left and right cameras with integrated directional angles are also included. This framework has succeededinsimplereal-worldsituations, such as following highways and driving on flat, unobstructed courses. More recently,additional effortsto use deep CNNs and RNNs to address the challenges of video fragmentation, scene resolution, and object acquisition have led to the use of complex CNN architecture in autonomous driving. "Spatiotemporal Learning Features With 3D Convolutional Networks" introduces how to create 3D conversion networks to capture spatiotemporal features in the sequence of images or videos. "Without Short Captions: Advanced Video Editing Networks" describes two methods that include using LSTM to viewvideos1arXiv:1912.05440v1 [cs.CV] 11 Dec 2019 Figure 1. CNN architectures used in. The network contains approximately 27 million connections and 250 thousand parameters. . "In-depth Learning of the Image Censor Remnants" and "Most Connected Networks" describe techniques for building residual interactionsbetweendifferentlayersandmaking it easier to train deep emotional networks. In addition to CNN and / or RNN methods, there are other research programs that use in-depth learning strategies in automated driving challenges. Another line of staff manages auto-navigation as a video predictor function. Comma.ai [14] has proposed the acquisition of a driving simulation system that includes a Variational Auto- encoder (VAE) and a Generative Adversarial Network (GAN). Their approach is in a state of constant predicting video that looks realistic for a few pre-supported frames despite a modified version developed without value function within a pixel space. In addition, deep reinforcement learning (RL) has also been applied to automatic driving. RL was not successful in automotive applications until some recent activity demonstrated in- depth reading ability to learn good environmental representation. This has been demonstrated by reading games like Atari andElapseGoogleDeepMind.Encouraged by these activities, they have developed a framework for self-driving using deep RL. Theirframework isexpandable to include RNN information integration,whichenablesthe vehicle to handle less visible situations. The framework also integrates attention models, utilizing viewing networks and actions to direct CNN characterstoinputfile areas that are compatible with the driving process. 2. IMPLEMENTATION We train the weight of our network to reduce the rate of square error between the output of the network direction command and consequently the humandriver command, or adjusted steering command for non- central and circular images. Our specification is shown in Figure 2. The network consists of 9 layers, includinga standard layer, 5 convolutional layers and 3 fully connected layers. The inserted image is split into YUV aircraft and transferred to a network. The first layer of the network makes the image familiar. The normalizer has a solid code andisnotfixed within the learning process.Normal performance within the network allows the custom system to be changedby spec and accelerated by GPU processing. Convolutional layers were designed to perform feature removal and were randomly selected bya series of tests that altered the layout setting. We use convolutions with lines between the first three layers with a 2 × 2 stride and a 5x5 kernel and a consistent convolution with a 3 × 3 kernel size between the last two layers. We follow the five layers of convolution with three fully integrated layers that lead to the amount of output control i.e. the rotating radius. Fully connected layers are designed to act as a controller, but we realizethatby training the system end-to-end, it is not possible to make a clean break between which parts of the network serve primarily as a feature output and which function control out. 2.1 Training Details 2.2.1 Data Selection The first step in training the neural networkistochoose the frames you will use. Our collected data is based on road type, space event, and driver activity (stay on the highway, change lanes, turns, etc.). to train CNN so that we can try to navigate by following only select data where the driving force stays on the highway and discard the rest. Then we sample that video at 10 FPS. a better rate can lead to the installation of very similar images and thus not provide much useful information.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 03 | Mar 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 661 2.2.2 Argumentation After selecting the final set of frames we increase the information by adding activity shiftsandrotationstoshow the network how to get through the wrong area or shape. The magnitude of that disturbance is randomly selected from the standard distribution. Distribution has zero meaning, so the difference doubles the quality deviation we have measured with human drivers. Adding informationautomaticallydoesnotaddunwantedartifacts as the size increases. 2.2.3 Simulation Before examining the trained CNN, wefirst evaluated the performance of the simulation networks. A simplified diagram of the simulation system is shown in Figure 3. The templatecaptures video footage ofacameraonthe front facing of a man-made vehicle and produces almost identical images if CNN, instead, was directing the car. These test videos are time-synchronized with recorded directional instructions created by the human driver. Since human drivers do not always drive in the middle of a track, we measure the center of the route associated with each video frame used by the template. This position is called the "basic truth". The simile converts the first images into narratives from a lower reality. Note that this change includes any differences between the way a person operates and the basic truth. Conversions are carried out in the same manner as described in Section 2. Figure 2: Overview of Process The template accesses a recorded test video and syncing instructions that occur while the video is being shot. The template sends the main frame of the selected test video, optimized anywhere from the low reality,tothe CNN-trained input. CNN then returned the directing order of that framework. CNN's directional instructions are in addition to the fact that the driver's recorded instructions are inserted into the flexible model [8] of the vehicle to update the position and position of the simulated vehicle. The template then adjusts the next closure in the test video so that the image looks like the car is in place which caused it to follow the instructions from CNN. This new image was then submitted to CNN and the process is repeated. The templaterecordsthenon-centraldistance(distance from the car to the center of the track), yaw, hence the distance traveled by the visible vehicle.Ifthedistanceinthe center exceeds one meter, the visual human intervention is initiated, so the visual vehicle area and shape are reset to match the lower reality of the corresponding frame of the original test video. 2.2.4 Evaluation Testing our networks is done in two steps, first by imitation, and then by road tests. In simulation wehavenetworksthatprovidedirectional instructions in our simulationonacombinationofrecorded test routes corresponding to a total of three hours and 100 miles of driving in Monmouth County, NJ. The test data was taken from a variety of light and weather conditions and included highways, local roads, and residential lanes. 3. CONCLUSION We have strongly demonstrated that CNN is able to learn all the work of the track and track without having to go through a lot of detection of road or route marking,semantic abstraction, route planning, and control. A small amount of training data from less than 100hoursofdrivingisenoughto train a car to operate in a variety of conditions, on highways, on local roads and in residential areas with sunny, flexible, and rainy weather. CNN is able to learn the correct road features in a limited training signal (direction only). The program learns for example to find a roadmap without the need for clear labels during training. More work is needed to improve networkdurability,find ways to ensure durability, and improve the visibility of internal network processing steps. 4. FUTURE SCOPE The proposed fingerprint based voting system project aims at reducing illegal activities during the election time. This system will also provide accurateresults.Wecanimplement this system in real time elections to reduce rigging and to conduct free and fair elections. In this project we are using the fingerprints of the voters so that more security is provided as no two individuals will have the same fingerprint patterns. Thissystemalsodoesn’tallowa person to vote twice. In future this project can be implemented in real time. The additional features that can be implemented in this project are we can use fingerprint scanner to capture
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 03 | Mar 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 662 the fingerprints of the voter. We can also connect aadhar database to the system in real time implementation. The main aim of this project is to conduct free and fair elections by using the biometrics of the voters. 5. REFERENCES [1] Y. LeCun, B. Boser, J. S. Denker, D. Henderson, R. E. Howard, W. Hubbard, and L. D. Jackel. Backprop- agation applied to handwritten zip code recognition. Neural Computation, 1(4):541–551, Winter 1989. URL: http://yann.lecun.org/exdb/publis/pdf/lecun-89e.pdf. [2] Alex Krizhevsky, Ilya Sutskever, and Geoffrey E. Hinton. Imagenet classification with deep convolutional neural networks. In F. Pereira, C. J. C. Burges, L. Bottou, and K. Q. Weinberger, editors, Advances in Neural Information Processing Systems 25, pages 1097–1105. Curran Associates, Inc., 2012. URL: http://papers.nips.cc/paper/4824-imagenet-classification- with-deep-convolutional-neural-networks. pdf. [3] L. D. Jackel, D. Sharman, Stenard C. E., Strom B. I., , and D Zuckert. Optical character recognition for self-service banking. AT&T Technical Journal, 74(1):16–24, 1995. [4] Large scale visual recognition challenge (ILSVRC). URL: http://www.image-net.org/ challenges/LSVRC/. [5] Net-Scale Technologies, Inc. Autonomous off-road vehicle control using end-to-end learning, July 2004. Final technical report. URL: http://net-scale.com/doc/net-scale- dave-report.pdf. [6] Dean A. Pomerleau. ALVINN, an autonomous land vehicle in a neural network. Technical report, Carnegie Mellon University, 1989. URL: http://repository.cmu.edu/cgi/viewcontent. cgi?article=2874&context=compsci. [7] Wikipedia.org. DARPA LAGR program. http://en.wikipedia.org/wiki/DARPA_LAGR_ Program. [8] Danwei Wang and Feng Qi. Trajectory planning for a four-wheel-steering vehicle. In Proceedings of the 2001 IEEE International Conference on Robotics & Automation, May 21–26 2001. URL: http: //www.ntu.edu.sg/home/edwwang/confpapers/wdwicar0 1.pdf. [9] DAVE 2 driving a lincoln. URL: https://drive.google.com/open?id= 0B9raQzOpizn1TkRIa241ZnBEcjQ.