Giter Club home page Giter Club logo

deep-pmsm's Introduction


Disclaimer: This repo has moved to the UPB-LEA organization site!

Get the up-to-date code here: https://github.com/upb-lea/deep-pmsm

DEEP learning for Permanent Magnet Synchronous Motor temperatures. This project aims to estimate temperature sequences inside Permanent Magnet Synchronous Motors from given input sequences, that is, currents, voltages, coolant and ambient temperatures, and torque as well as motor speed. All sensor data is recorded on a testbench.

Caution: Dataset is anonymized and incomplete in order to meet confidentiality obligations.

Getting Started

In order to clone this repo and use as a package in your own python projects, proceed as follows:

user@pc:~/projects$ git clone [email protected]:wkirgsn/deep-pmsm.git
user@pc:~/projects$ cd deep-pmsm
user@pc:~/projects/deep-pmsm$ pip install [-e] .

Use the "-e" flag in case you wish to edit the package. After installing via pip you can simply import this project in python with

import pmsm

Alternatively, work with this repo directly if you do not intend to import parts of this project into other projects.

Dataset

Download the dataset here: https://www.kaggle.com/wkirgsn/electric-motor-temperature

You can also just click here. Place the unzipped .csv file in pmsm/data/input/.

Structure

Data must be available in pmsm/data/input - all results of trainings and predictions are stored in pmsm/data/output. Specific paths are editable in pmsm/preprocessing/config.py though. Data formatting is dealt with in preprocessing/, while hyper parameter tuning is conducted with utilities from opt/.

Executable python files are located in root package folder pmsm/.

Most configurations can be adjusted in pmsm/preprocessing/config.py.

Script files

  • hot_{r,s,c}nn.py
    • Train a neural network (Recurrent, Self-Normalizing, or Convolutional} with given hyperparameters from config.py
  • hp_tune_{r,c}nn.py
    • Conduct hyperparameter search via Bayesian Optimization with given hyperparameters from config.py
  • visualize.py
    • Visualize performance of a certain model, given its UID.
  • hp_vis.py
    • Visualize results of a certain hyperparameter search, given its UID.

deep-pmsm's People

Contributors

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