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

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

Nazar: Monitoring and Adapting ML Models on Mobile Devices

Wei Hao, Zixi Wang, Lauren Hong, Lingxiao Li, Nader Karayanni, AnMei Dasbach-Prisk, Chengzhi Mao, Junfeng Yang, Asaf Cidon, "Nazar: Monitoring and Adapting ML Models on Mobile Devices", The 30th ACM International Conference on Architectural Support for Programming Languages and Operating Systems (ASPLOS), 2025.

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