Skip to content

Code for in-class exercises and homeworks for Bayesian Deep Learning course at Tufts in Fall 2022

License

Notifications You must be signed in to change notification settings

tufts-ml-courses/cs152BDL-22f-assignments

Repository files navigation

Public code repo for Tufts CS 152 - Bayesian Deep Learning - in Fall 2022

Course website: https://www.cs.tufts.edu/comp/152BDL/2022f/

Cross-platform compatibility tests:
MacOS statusUbuntu statusWindows status

Installation

Three steps to install the BDL Python environment anywhere

  1. Download and install miniconda
wget https://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86_64.sh

Then run that script (bash Miniconda2-latest-Linux-x86_64.sh).

  1. Clone this repo
$ git clone https://github.com/tufts-ml/cs152BDL-22f-assignments.git
  1. Create the conda environment
cd path/to/cs152BDL-22f-assignments/

conda env create -f bdl_2022f_env.yml

About

Code for in-class exercises and homeworks for Bayesian Deep Learning course at Tufts in Fall 2022

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published