All Projects → probmods → Dippl

probmods / Dippl

The Design and Implementation of Probabilistic Programming Languages

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Dippl

Tutorial Utilizing Kg
Resources for Tutorial on "Utilizing Knowledge Graphs in Text-centric Information Retrieval"
Stars: ✭ 148 (-5.13%)
Mutual labels:  tutorial
Faq
Useful Django-related information collected by `@pydjango` chat users.
Stars: ✭ 152 (-2.56%)
Mutual labels:  tutorial
Learningapachespark
LearningApacheSpark
Stars: ✭ 155 (-0.64%)
Mutual labels:  tutorial
Cesiumjs Tutorial
CesiumJS中文基础教程 http://cesiumcn.org/ | http://cesium.coinidea.com/
Stars: ✭ 148 (-5.13%)
Mutual labels:  tutorial
Angular2 App
This repository is an example application for angular2 tutorial
Stars: ✭ 150 (-3.85%)
Mutual labels:  tutorial
React Faq
A collection of links to help answer your questions about React.js
Stars: ✭ 1,845 (+1082.69%)
Mutual labels:  tutorial
Node Express Mongo Api
Starter project for a REST API with Node.js, Express & MongoDB 🔋
Stars: ✭ 148 (-5.13%)
Mutual labels:  tutorial
Linebottemplate
A simple Golang LINE bot Template and tutorial how to setup on Heroku for LINE bot API
Stars: ✭ 156 (+0%)
Mutual labels:  tutorial
Cobratoolbox
The COnstraint-Based Reconstruction and Analysis Toolbox. Documentation:
Stars: ✭ 149 (-4.49%)
Mutual labels:  tutorial
Golang puzzlers
An example project, for my column named "Core Golang - 36 lessons"
Stars: ✭ 2,118 (+1257.69%)
Mutual labels:  tutorial
Howto co34pt livecode
A repository of readmes, techniques, notes and other materials about how i live code in SuperCollider. A (sorta) companion repository to co34pt_livecode
Stars: ✭ 149 (-4.49%)
Mutual labels:  tutorial
Autonomousdrivingcookbook
Scenarios, tutorials and demos for Autonomous Driving
Stars: ✭ 1,939 (+1142.95%)
Mutual labels:  tutorial
Pytorch Question Answering
Important paper implementations for Question Answering using PyTorch
Stars: ✭ 154 (-1.28%)
Mutual labels:  tutorial
Tys Zh Translation
A Chinese translation of "teach-yourself-scheme-in-fixnum-days"
Stars: ✭ 148 (-5.13%)
Mutual labels:  tutorial
Twitter Clone With Graphql Reactnative
Stars: ✭ 155 (-0.64%)
Mutual labels:  tutorial
Docker Swarm Tutorial
Docker Swarm 基本教學 - 從無到有 Docker-Swarm-Beginners-Guide📝
Stars: ✭ 148 (-5.13%)
Mutual labels:  tutorial
Youtubemeetupappreactnativenode
Repos of my youtube tutorial where we build a Meetup app with React-Native and Node
Stars: ✭ 153 (-1.92%)
Mutual labels:  tutorial
Rakuguide
The Raku Guide
Stars: ✭ 155 (-0.64%)
Mutual labels:  tutorial
Ansible Tuto
Ansible tutorial
Stars: ✭ 1,959 (+1155.77%)
Mutual labels:  tutorial
Build Your Own Face Model
Build your own ArcFace, CenterFace/Centernet
Stars: ✭ 154 (-1.28%)
Mutual labels:  tutorial

The Design and Implementation of Probabilistic Programming Languages

A web book, available online at dippl.org

Requirements:

Installation:

git clone https://github.com/probmods/dippl.git
cd dippl
npm install
npm install -g browserify bower uglifyjs
bower install

Run local webserver:

jekyll serve --watch

Assets

To update webppl, webppl-viz, and webppl-editor, simply copy the minified Javascript files (webppl-editor.min.js, webppl-viz.min.js, webppl.min.js) and CSS files (webppl-editor.css, webppl-viz.css) to assets/js and assets/css respectively.

  • webppl: f24238e (v0.7.0+ dev)
  • webppl-editor: d888aa2
  • webppl-viz: 2450784
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].