An open API service indexing awesome lists of open source software.

https://github.com/hossein-rahmati/fuel-efficiency

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).
https://github.com/hossein-rahmati/fuel-efficiency

deep-learning neural-network python tensorflow

Last synced: about 2 months ago
JSON representation

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).

Awesome Lists containing this project

README

          

# 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](https://archive.ics.uci.edu/ml/datasets/auto+mpg) 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](https://github.com/hossein-rahmati/Fuel-Fuel-Efficiency/blob/main/LICENSE).