Coder Social home page Coder Social logo

wavegenerator's Introduction

WaveGenerator

人工的な波形をGANで作成してみるテスト

Abstract

1日の電力使用量の時系列データが120次元で存在する. input

この波形に似たものを,Generatorで生成することができるかという問題を扱う.瞬間的にレベルが上昇し,そのレベルを一定時間維持した後レベルが落ちるようなグラフである.(横スライドと呼称している).

5000イテレーション学習させたジェネレータで出力させると,以下のようになる. output

Environments

  • python3
  • keras
  • matplotlib
  • pandas
  • tqdm
  • numpy
  • tensorflow

Run

iterationやバッチ数、細かい設定は、config_noise.pyで記述している。

$ python3 translate.py -i hoge.csv
$ python3 main_noise.py --train --test

データの記述

  1. Remove ZERO data
  2. Normalize
  3. Outlier

詳細はmain_noise.pyのX_train_generate()

今後の課題

  1. 完全な”横スライド”を獲得するモデルを探索する
  2. DeconvとUpsampling->Convの違いを確認する
  3. 正規化の有る無しで把握する.

wavegenerator's People

Contributors

dependabot[bot] avatar mina-moto avatar ymmtr6 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

mina-moto

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.