Sitemap

A list of all the posts and pages found on the site. For you robots out there is an XML version available for digesting as well.

Pages

About Me

Posts

Fresh Start

less than 1 minute read

Published:

Today is a fresh start.

links

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