Git Product home page Git Product logo

asterix's Introduction

Asterix

Logo

What is this about?

This is the prototyping repo for the Asterix project. We develop and showcase prototype methods for compressing VDFs in Vlasiator. So far this has been happening in our shared jupyter notebook Inno4Scale.ipynb.
Currently we utilize the following methods:

  • Zlib lossless compression.
  • ZFP lossy compression.
  • Using a Multi Layer Perceptron [MLP] to train on and compress VDFs.
  • Using a Multi Layer Perceptron as above enriched with Fourier Features.
  • Using a Convolutional Neural Network.
  • Using a Gaussian Mixture Model.
  • Using a Hermite Decomposition.
  • Using a Spherical Harmonic Decomposition.

Requirements

Running the Project

The MLP used, is hosted in this repo and is written in Rust. To use it from python we just need to build a shared library that wraps over it. Thankfully this is not too hard to do!

  • Do a pip install -r requirements.txt to get all the needed packages.
  • Inside your virtual environment you can build the project with maturin develop --release.
  • Open up the notebook Inno4Scale.ipynb and have fun.
  • With each fresh commit we try to maintain a PDF form of the notebook found here and under pdf/.
  • On a modern system with an NVIDIA GPU running the full notebook should take less than 3 minutes.

asterix's People

Contributors

kstppd avatar alhom avatar juhanikataja avatar astroioannaki avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

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.