Git Product home page Git Product logo

Comments (5)

shobrook avatar shobrook commented on May 30, 2024 1

Glad I could help. And yes I'd be happy to accept that PR.

from sequitur.

shobrook avatar shobrook commented on May 30, 2024

Hi Sadra, thanks for the question. sequitur supports what you're asking for, and you'll probably want to use the LSTM autoencoder (LSTM_AE). If you want to use quick_train, you'll first have to create a training set. Do this by creating a list of tensors, each with shape [sequence_length, num_signals]. Then plug in your training set and the model into quick_train, like so:

from sequitur.models import LSTM_AE
from sequitur import quick_train

train_set = ... # List of tensors, each with shape [sequence_length, num_signals]
encoding_dim = ... # Whatever you want the vector encoding size to be
encoder, decoder, _, _ = quick_train(LSTM_AE, train_set, encoding_dim=encoding_dim)

Please let me know if you have any further questions!

from sequitur.

shobrook avatar shobrook commented on May 30, 2024

Oh and check out https://projector.tensorflow.org/ if you want to visualize the latent space produced by the autoencoder.

from sequitur.

shobrook avatar shobrook commented on May 30, 2024

@sadransh Please let me know if this solves your issue so I can close it. Thanks!

from sequitur.

sadransh avatar sadransh commented on May 30, 2024

Thanks a lot. tbh in the meanwhile, I switched to Keras. However, the web-based projector you mentioned was really helpful to me. ( due to buggy behavior embedded projector for my case. )

As I review your readme I think it is clear that your library is able to do such. However, it was not clear to me as I was a beginner at the time I saw your work.

Thanks a lot for your help.

I might be able to create a notebook based on the HAR dataset using your library as a tutorial.

Are you willing to accept such a pull request?

from sequitur.

Related Issues (10)

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.