Posts by Collection

Github Cheatsheet

  1. userid and password store: git config --global credential.helper store

Login to Jupyter Notebook remotely

  1. On server: jupyter notebook --no-browser --port=8889
  2. On local terminal: ssh -N -f -L localhost:8888:localhost:8889 username@serverIP
  3. On local browser: Open http://localhost:8888/ with token

publications

talks

Oral Presentation at ISBI 2020

Published:

This presentation talks about a novel trainable network diffusion model that infers the propagation dynamics of amyloid pathology, which conditioned on individual-level structural connectivity network.

Oral Presentation at OSDI 2020

Published:

This presentation talks about a fully distributed DNN model serving system that achieves predictable end-to-end performance.

teaching