Giter Site home page Giter Site logo

saxbi's Introduction

Hey there superstar 🌟

Website Email

As a member of both Stefano Profumo’s SCIPP Theory group at UC Santa Cruz and Joseph Hennawi’s ENIGMA group at UC Santa Barbara and Leiden Observatory, I work at the intersection of (high energy/astro)physics, deep learning, and statistics.

In my time as a graduate student, I’ve been lucky enough to work on projects with the world’s leading experts on applied deep learning. I have worked on deepening (pun intended) the understanding of current theories for a variety of topics: From beyond standard model particle physics, to the structure of the Milky Way, and the cosmological history of the universe.

You might know me from my work on:

  1. Simulation-Based Inference: Approximate Sequential Bayesian algorithms written in JAX. Used with applications to high energy physics phenomenology and future quasar inference work.
  2. Via Machinae: Unsupervised anomaly detection to discover stellar streams in the Milky Way.
  3. Spectre: Approximate Bayesian algorithm for SOTA quasar continuum inference.

saxbi's People

Contributors

jtamanas avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

jecampagne

saxbi's Issues

mask tile

FYI,

In made.py following the comment on tile jax numpy the mask should be update accordingly.

        self.layers = [
            MaskedDense(features=masks[0].shape[-1], mask=masks[0], use_context=True),
            getattr(nn, self.act),
            MaskedDense(features=masks[1].shape[-1], mask=masks[1]),
            getattr(nn, self.act),
            MaskedDense(
                features=masks[2].shape[-1] * self.output_dim_multiplier,
                mask=np.tile(masks[2],self.output_dim_multiplier),    # update <<<<<<<<<
            ),
        ]

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.