Git Product home page Git Product logo

timeseriesdl's Introduction

Hunt1er

Junior Software Developer (C++) and AI specialist.

Stats about me

Huntler's GitHub Stats

timeseriesdl's People

Contributors

huntler avatar tomsabanov avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

tomsabanov

timeseriesdl's Issues

ConvGRU

Add a model similar to the ConvLSTM model, but replace the LSTM with a GRU. This should speed up the training and inference, while lowering the capability to learn complex behaviours. As complex structures may not be the case, a GRU can be beneficial.

Config 'auto' value

If a key in the config gets the value 'auto' assigned, the config manager should look for equally named keys. Then, the value of the other key should replace 'auto'. Make sure, that at least one key needs a real value instead of 'auto'

Unit Test: ConvAECollate

Test the collate_fn which utilizes an autoencoder. Transfer the DummyAutoEncoder to its desired package and make it more usable for the future.

Dynamic Convolutional Layer

Add a dynamic Conv2d layer, which takes the arguments

  • from_size: describing the input size
  • to_size: describing the desired output size
  • hidden_layers: describing the number of Conv2d layers generated

Use this custom Conv2d layer in every model implemented so far and adapt the config.yaml files accordingly. This should simplify the testing with model/parameter sizes.

Pytorch Lightning

Use pytorch lighting for training the model as this is less likely to intorduce bugs and offers more features e.g. distributed training

Utilize MLFlow

Replace TensorBoard with MLFlow to gain more insights into training

Create Train Pipeline with 1 Run Folder

Create a pipeline executing trainings of multiple models (e.g. ConvAE -> LSTM) with a single log folder containing:

  • TensorBoard logs
  • saved models
  • configuration YAML files

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.