All Projects → johnhw → Chi_course_2019

johnhw / Chi_course_2019

ACM SIGCHI 2019 Course on Bayesian Methods for Interaction

Projects that are alternatives of or similar to Chi course 2019

Learning python
Source material for Python Like You Mean it
Stars: ✭ 78 (-1.27%)
Mutual labels:  jupyter-notebook
Cubehelix
A full implementation of Dave Green's "cubehelix" colormap for Python
Stars: ✭ 78 (-1.27%)
Mutual labels:  jupyter-notebook
Adventures In Tensorflow Lite
This repository contains notebooks that show the usage of TensorFlow Lite for quantizing deep neural networks.
Stars: ✭ 79 (+0%)
Mutual labels:  jupyter-notebook
Leveling Up Jupyter
Leveling up your Jupyter notebook skills
Stars: ✭ 78 (-1.27%)
Mutual labels:  jupyter-notebook
Hinnefe2.github.io
Stars: ✭ 78 (-1.27%)
Mutual labels:  jupyter-notebook
Reverse Engineering Neural Networks
A collection of tools for reverse engineering neural networks.
Stars: ✭ 78 (-1.27%)
Mutual labels:  jupyter-notebook
Tf Serving K8s Tutorial
A Tutorial for Serving Tensorflow Models using Kubernetes
Stars: ✭ 78 (-1.27%)
Mutual labels:  jupyter-notebook
Time Series Prediction Lstm Pytorch
Time Series Prediction with LSTM Using PyTorch
Stars: ✭ 78 (-1.27%)
Mutual labels:  jupyter-notebook
Notebooks
A collection of Jupyter/IPython notebooks
Stars: ✭ 78 (-1.27%)
Mutual labels:  jupyter-notebook
Ctpn
Detecting Text in Natural Image with Connectionist Text Proposal Network (ECCV'16)
Stars: ✭ 1,220 (+1444.3%)
Mutual labels:  jupyter-notebook
Machine Learning
My Attempt(s) In The World Of ML/DL....
Stars: ✭ 78 (-1.27%)
Mutual labels:  jupyter-notebook
Dm Competition Getting Started
数据挖掘竞赛(Kaggle,Data Castle,Analytics Vidhya,DrivenData)入门实践
Stars: ✭ 78 (-1.27%)
Mutual labels:  jupyter-notebook
Sms Tools
Sound analysis/synthesis tools for music applications
Stars: ✭ 1,215 (+1437.97%)
Mutual labels:  jupyter-notebook
Tutorials 2018
Geophysical Tutorials column for 2018
Stars: ✭ 78 (-1.27%)
Mutual labels:  jupyter-notebook
Covid 19 jhu data web scrap and cleaning
This repository contains data and code used to get and clean data from https://github.com/CSSEGISandData/COVID-19 and https://www.worldometers.info/coronavirus/
Stars: ✭ 80 (+1.27%)
Mutual labels:  jupyter-notebook
Machinelearning
机器学习有关算法和实例
Stars: ✭ 78 (-1.27%)
Mutual labels:  jupyter-notebook
Skogestad Python
Python code for "Multivariable Feedback Control"
Stars: ✭ 78 (-1.27%)
Mutual labels:  jupyter-notebook
Microsoft Ai Curriculum
Microsoft AI Curriculum Hungary
Stars: ✭ 79 (+0%)
Mutual labels:  jupyter-notebook
Ai Pizza
Stars: ✭ 79 (+0%)
Mutual labels:  jupyter-notebook
1806
18.06 course at MIT
Stars: ✭ 1,219 (+1443.04%)
Mutual labels:  jupyter-notebook

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


Launch the notebooks on Binder

No need to install anything: thanks to the amazing Binder service, you can open and run these notebooks directly on the web. Just click the link above to launch a VM.

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.6 for your platform if you don't already have it installed (note Python 3.7 currently has a conflict with gpyopt)

  • Clone the repository somewhere on your machine

      git clone https://github.com/johnhw/chi_course_2019.git
    
  • At the terminal, enter the directory where you cloned the repo

  • Create a new conda environment with the prerequisites

      conda env create -f environment.yml
    
  • Activate the environment with

      conda activate chi-course-2019
    
  • Start the notebook server with

    jupyter notebook
    
  • and then open index.ipynb

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].