Giter Club home page Giter Club logo

keras_lstm_vae's People

Contributors

twairball avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

keras_lstm_vae's Issues

Variable number of timesteps?

It looks like the LSTM layers have a fixed number of timesteps. I think it would be even better if we could use a variable number of timesteps because the input sequences are not fixed in length.

Input type

Hello,

How can I use my own data, which contains categoric encoded sequences of length 1000?
(e.g. one sample of sequence is represented like this [1, 23, 6, 12, 4, 0, 0, 0 ...] )
And how should I decide the time step?

Thanks in advance!

Unused variable in sampling

Is there a reason you compute a normal distributed tensor as your epsilon in the sampling Lambda, but actually use the epsilon value given as argument? Doesn't this go against the idea of the VAE?

Introduce KL term annealing

Hello,

Thanks for your great implementation. I have one question: Somehow it is very hard for me to implement KL term annealing in Keras. Do you have any idea how to fix this problem?

Many thanks!

Input for decoder should have x

Hello,

I believe for h_decoded, we need to concat both z (latent variable) and x (input word). It cannot be using only z as input for the decoder.

Please correct me if I was wrong.

Best,

This repo's code is just incorrect.

I doubt it very much. Take care of using it. The author should be more responsible by sharing your code. Please consider to improve the code or write a warning to notice in your README.md. Thanks.

Model Latent Layer Dimensionaliy?

Hi,

The default config for the vae has an intermediate layer size of 32 and a latent layer size of 100. The example data are 3*13, so the input dimension is 39. Is there some reason that unlike most autoencoders, the "bottleneck" middle layer is larger than the input? There are auto-encoder architectures that do this, but usually they require weight regularization somewhere in the layer sequence.

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.