Giter VIP home page Giter VIP logo

montecarlozoo.jl's Introduction

Tim Hargreaves' GitHub Profile

Overview

GitHub Statistics Top Languages

The Code Consortium

The Code Consortium is a collection of three packages written in Python, R, and Julia. They consist of efficient implementations of algorithms related to machine learning, streaming, and Monte Carlo methods, respectively. They were developed in collaboration with various other students with the goal of practicing modern package development (including CI/CD pipelines for testing, documentation, linting and benchmarking), building experience with collaboration on large code bases, and finally, sharing quality implementations of useful algorithms in a form more accessible to students than productionised packages.

Follow the image links below to check out the project.

montecarlozoo.jl's People

Contributors

thargreaves avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

montecarlozoo.jl's Issues

Vectorise rejection sampler

It may be faster to vectorise the rejection sampling algorithm, proposing multiple samples in one go before rejecting. This would then be performed iteratively until the desired sample count is met.

Current tests are inadequate

Current tests only consider the dimension of the output and whether the sampler runs in the first place. It would be worthwhile using the KS test with a fixed seed to verify that the resulting have the correct distribution. This will involve performing thinning for MCMC due to independence assumptions.

Add Binderised examples

Set up a collection of Binderised notebooks providing example use cases and lessons on diagnostics and method assumptions.

Dimension of samplers should be inferred

Currently, the dimension of samplers (i.e. their associated densities, proposal samplers, and samples) has to be manually specified. Since for validation, the dimension of the sampler needs to be checked, it would be worthwhile making this process automatic.

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.