GithubHelp home page GithubHelp logo

fmfastsim's People

Watchers

 avatar  avatar  avatar

Forkers

recardoso

fmfastsim's Issues

Conv3D for projection

Change flattening of the 3D patches to Conv3D at the start (before the transformer blocks) and add Conv3DTranspose at the end (after the last blocks in the ‘decoder’). Deconv layers are known to be able to produce crisp images, and hopefully this will fix the blurring effect observed with the plain VAE.

VAE Decoder - Dense to Transformer

Change the dense layers of the decoder in the VAE to transformer blocks. Expand dimensionality from the bottleneck up the same way the dimensionality reduction was done in the encoder.

Data preprocessing

Check data-preprocessing steps. Energy typically should be normalised either with log or possibly power-law. Start with log, and then explore power-law while looking into different power-law parameters as done here. Otherwise we can look into symbolic encoding, however, this might not be accurate enough given that the precision will be limited by the number of categories (therefore keep this option for later and proceed with the next steps).

https://link.springer.com/article/10.1140/epjc/s10052-022-10258-4

3D positional encoding

Change positional encoding from flat embedding to i,j,k coordinates embedding. E.g. not flatting first and embedding after, but going from 3 coordiates i,j,k to embedding.

Phi roll-over

Think about phi coordinate and how to deal with phi roll-over. E.g sin / cos wave encoding could be an option.

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.