Giter VIP home page Giter VIP logo

unsuper's Introduction

unsuper

Just me plying around with some unsupervised algorithms

Repo structure:

  • unsuper/
    • data/ - files for loading data
    • helper/ - helper files
      • encoder_decoder.py - some different encoder and decoder architechtures
      • expm.py - matrix exponential in pytorch
      • losses.py - ELBO loss for variational autoencoders
      • spatial_transformer.py - ST layers for different transformers
      • utility.py - different helper functions
    • models/
      • vae.py - classic variational autoencoder models
      • vitae_ui.py - variational inferred transformational auto encoders with semantic inference conditioned on transformational latents
      • vitae_ci.py - variational inferred transformational auto encoders with unconditional inference on transformational latents
    • trainer.py - file that does all the optimization work
  • main.py - for running experiments

unsuper's People

Contributors

skaftenicki avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

unsuper's Issues

Question about a parameter in your paper

Thanks for your interesting work. I have 2 questions about your paper.

  1. In equation (8). what is Ax + b? you did not defined A and b. Can you please explain these 2 parameters?

  2. In the matrix of equation (8), why the last cell of this matrix is \gamma_{14} rather than \gamma_{23}?
    \begin{bmatrix}
    \gamma_{11} & \gamma_{12} & \gamma_{13} \
    \gamma_{21} & \gamma_{22} & \gamma_{14}
    \end{bmatrix}

Thank you in advance and looking forward to receive your response.

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.