boersmamarcel's Stars
mui/material-ui
Material UI: Comprehensive React component library that implements Google's Material Design. Free forever.
isocpp/CppCoreGuidelines
The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers
aka "Bayesian Methods for Hackers": An introduction to Bayesian methods + probabilistic programming with a computation/understanding-first, mathematics-second point of view. All in pure Python ;)
deviantony/docker-elk
The Elastic stack (ELK) powered by Docker and Compose.
rlabbe/Kalman-and-Bayesian-Filters-in-Python
Kalman Filter book using Jupyter Notebook. Focuses on building intuition and experience, not formal proofs. Includes Kalman filters,extended Kalman filters, unscented Kalman filters, particle filters, and more. All exercises include solutions.
google/deepdream
pymc-devs/pymc
Bayesian Modeling and Probabilistic Programming in Python
HubPress/hubpress.io
A web application to build your blog on GitHub
mikeizbicki/HLearn
Homomorphic machine learning
ogrisel/parallel_ml_tutorial
Tutorial on scikit-learn and IPython for parallel machine learning
lensacom/sparkit-learn
PySpark + Scikit-learn = Sparkit-learn
BIDData/BIDMach
CPU and GPU-accelerated Machine Learning Library
torch/tutorials
A series of machine learning tutorials for Torch7
bayesnet/bnt
Bayes Net Toolbox for Matlab
binder-project/binder
reproducible executable environments
timbod7/haskell-chart
A 2D charting library for haskell
everpeace/vagrant-mesos
Spin up your Mesos Cluster with Vagrant! (VirtualBox and AWS)
parallella/parallella-examples
Community created parallella projects
jbarrow/LambdaNet
Purely functional artificial neural network library implemented in Haskell.
DEAP/notebooks
Notebooks on how to use Distributed Evolutionary Algorithm in Python (DEAP)
alpmestan/hnn
haskell neural network library
natekupp/ffx
Fast Function Extraction
idontgetoutmuch/NumMethHaskell
Numerical Methods in Haskell with Applications to Data Analysis, Finance and Physics
andreasjansson/simple-aws-gpu-setup
Probably the simplest way to get a GPU instance on AWS up and running and ready with Theano
tayzlor/vagrant-puppet-mesosphere
Spin up a Mesosphere cluster with Vagrant (Virtualbox / AWS / Digital Ocean)
soumith/nextml
idontgetoutmuch/HasBayes
Bayesian Analysis in Haskell
andreyantipov/kubernetes-coreos-do
Quick guide for kubernetes (v1.0.5) on core os on digital ocean
mjsottile/hsgep
Haskell Gene Expression Programming Library
subalary/Lotka-Volterra
Lotka-Volterra population model solved using the Euler method.