Giter Club home page Giter Club logo

embracinguncertainty's Introduction

EmbracingUncertainty

Material for Applied MAchine Learning Dyas (AMLD) 2020 workshop "Bayesian Inference: embracing uncertainty":

https://appliedmldays.org/workshops/hands-on-bayesian-machine-learning-embracing-uncertainty

Preparation

R+Stan and Python+PyMC3 versions of the code will be provided in this repository. The main tutorial, however, will take place in Julia+Turing. For Julia, use the Docker image as explained below.

Before the workshop

Warning !! Make sure that you have at least 30GB of free space !!

  1. Install Docker from https://docs.docker.com/install/
  • Desktop version for Mac and Windows (Requires creating docker hub account)
  • Server version for Linux: Follow instructions under Install Docker Engine - Community
  1. Verify installation by running the following in a terminal (Mac, Linux) or PowerShell (Windows):

docker run hello-world

This should output the following:

Hello from Docker!
This message shows that your installation appears to be working correctly.
...
  1. Download Docker image from DockerHub.

docker pull semenovae/julia-workshop

During the workshop

  1. Run the Julia environment

docker run -p 8888:8888 semenovae/julia-workshop

  1. Create a new Jupyter notebook

  2. At the end of the workshop, make sure to download your Jupyter notebook before ending the Docker session and deleting the Docker image

Ctrl+C

docker ps // To obtain container ID

docker rm container-id -f

Misc (FYI)

  1. Create docker image from Dockerfile and push it to Docker Hub
docker build -t your_dockerID/your_image_name:1 .
docker tag your_dockerID/your_image_name:1 dockerID/your_image_name:latest
docker push your_dockerID/your_image_name:1
docker push your_dockerID/your_image_name:latest
  1. List Docker images
docker images
  1. Remove all docker images
docker system prune -a

embracinguncertainty's People

Contributors

elizavetasemenova avatar

Watchers

James Cloos 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.