Git Product home page Git Product logo

ev_charging_load_prediction's Introduction

EV_Charging_Load_Prediction

Final Degree Project. Degree in Industrial Engineering. University of Seville.

This repository hosts the files of the project Deep Learning Applications to Optimise an EV Charging Station related with the EV charging demand prediction.

Project breakdown

  • Data processing: Public data processing and preparing in order to feed the time series models.
  • Training and benchmarking: Train different neural network models on the gathered data and evaluate and compare their performance on the value prediction task.
  • Deployment: Build test functions to make inferences and predictions on new data

Content

The content is arranged in different folders:

├── data_handler.py
├── data_preprocessing
│   ├── data_preprocessing.py
│   ├── data_processing.ipynb
│   ├── preprocessed_data
│   │   ├── final_2018
│   │   ├── final_2019
│   │   ├── final_2019_2020.pkl
│   │   └── final_2020
│   ├── processed_data
│   │   ├── data2019.csv
│   │   ├── data2019.json
│   │   └── data2019.pkl
│   └── raw_data
│       ├── acndata_sessions_2019.json
│       └── acndata_sessions_2020.json
├── figures
│   └── Figure 2022-03-22 200750.png
├── LICENSE
├── model_utils.py
├── plot_utils.py
├── README.md
├── test_demo.ipynb
├── train_demo.ipynb
└── train.py

Get started

Please refer to installation

Main outcomes

  • Model benchmarking
    • Main results for each model in Results directory

Results

Prediction benchmark

alt text

alt text

Real time showcase

alt text

ev_charging_load_prediction's People

Contributors

curroramos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.