Skip to content

hossein-rahmati/Fuel-Efficiency

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fuel Efficiency Prediction

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.

Dataset

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 cylinders
  • displacement: Engine displacement
  • horsepower: Engine horsepower
  • weight: Vehicle weight
  • acceleration: Time to accelerate from 0 to 60 mph
  • model year: Year of manufacture
  • origin: Region of origin
  • car name: Vehicle name (string, often excluded in modeling)

This open-source project is available under the MIT License.

About

This project focused on predicting vehicle fuel efficiency using machine learning techniques. It utilizes the classic Auto MPG dataset, which includes various vehicle attributes such as engine size, horsepower, weight, and miles per gallon (MPG).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors