Writing

Recent posts

Thoughts on machine learning, biology, and practical data science.

Docker cheat sheet

Credits to Bret Fisher, Udemy, Docker, and Google for making this cheat sheet happen. Related to Docker Images   What is it?   App binaries and dependencies as well as metadata about the ima…

Read more →

Graph Attention Network

Recently I implemented GAT with the dgl package. For me,knowing the input and output dimensions from the computation helps a lot in understanding the algorithm. Imagine we have an undirected…

Read more →