Skip to content

ACM SIGCHI 2019 Course on Bayesian Methods on Interaction

Notifications You must be signed in to change notification settings

FrancescoChiossi/chi_course_2019

 
 

Repository files navigation

Binder

Course on Computational Interaction with Bayesian Methods

Nikola Banovic, Per Ola Kristensson, Antti Oulasvirta, John Williamson

  • 0900 - 1720 Wednesday 8 May 2019, Glasgow, UK

See the course website for full details


Notebooks

Topic

The course focuses on optimization and inference and on applying these techniques to concrete HCI problems. The course will specifically look at Bayesian methods for solving decoding, adaptation, learning and optimization problems in HCI. The lectures center on hands-on Python programming interleaved with theory and practical examples grounded in problems of wide interest in human-computer interaction.

Instructors

The following faculty members will teach the course:


Local install instructions

If you are not using mybinder.org, then you can download and install a local version:

  • Install Anaconda 3.7 for your platform if you don't already have it installed

  • Clone the repository somewhere on your machine

      git clone https://github.com/johnhw/chi_course_2019.git
    
  • At the terminal, create a new conda environment and activate it with

      conda create -n chi-course-2019
      conda activate chi-course-2019
    
  • Enter the directory where you cloned the repo

  • Install the prerequisites with

      conda env export --no-builds -f environment.yml
    
  • Start the notebook server with

    jupyter notebook
    
  • and then open index.ipynb

About

ACM SIGCHI 2019 Course on Bayesian Methods on Interaction

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 85.2%
  • Python 14.8%