This repository contains a machine learning project focused on predicting vehicle fuel efficiency (measured in miles per gallon, MPG) using the classic Auto MPG dataset. The project walks through the entire data science workflow and trains a Deep learning Model, including data preprocessing, exploratory data analysis, model training, and evaluation.
The dataset used is the Auto MPG dataset from the UCI Machine Learning Repository. It includes the following features:
mpg: Miles per gallon (target variable)cylinders: Number of cylindersdisplacement: Engine displacementhorsepower: Engine horsepowerweight: Vehicle weightacceleration: Time to accelerate from 0 to 60 mphmodel year: Year of manufactureorigin: Region of origincar name: Vehicle name (string, often excluded in modeling)
This open-source project is available under the MIT License.