ProjectProposal TresMarias
ProjectProposal TresMarias
Autonomous Vehicles
John Carlo L. Astoveza, Joel Jr. T. Almerol, John Vincent M. Cabugnason
Information Technology Department
José Rizal University
Mandaluyong City, Philippines
[email protected], [email protected], [Insert email]
Abstract: Deep learning could be used to create a model that can
accurately identify different objects on the road, such as
This paper uses the Fashion MNIST dataset as a case
pedestrians, vehicles, traffic signs, and so on. This is critical
study to demonstrate the application of Multinomial Logistic
Regression (MLogReg) to the image classification problem. for self-driving cars to navigate safely and avoid collisions.
MLogReg is a statistical technique that is assessed for its Convolutional neural networks (CNNs) are commonly used
capacity to classify images according to multiple predictors. It to solve this problem because they can extract features from
can handle categorical outcomes with more than two classes. In images and learn to classify them. However, not all CNNs
addition, the paper investigates the use of neural networks in are equal in this regard. Some may be too general and fail to
conjunction with MLogReg, leveraging their ability to handle capture the specific characteristics of the objects, while
intricate data and patterns. Using the Fashion MNIST dataset, others may be overly complex and necessitate a large
the model is trained and tested as part of this methodology, and
amount of computational power. As a result, we propose
various hyperparameter settings are thoroughly examined. The
developing a specialized CNN-based model for single-
results display the various models' performances, with an
emphasis on the top-performing model, and provide object image classification in the domain of autonomous
recommendations for further research and development. vehicles.