Yu Yang·Nov 9, 2025Try a New Thing Every Day — Sunday Ridgewood TripI was reading a book on treating ourselves as a business, which encourages us to try different new things to explore ourselves better. The…
Yu Yang·Jun 23, 2024Reference Materials for Learning CausalityThis article strikes the start of my new series on causality. In this article, I will share the reference materials that I find very useful…
Yu Yang·Jun 26, 2022Install Graphviz and pygraphviz without root privilegeIn the official installation documentation of pygraphviz, it is suggested that we install Graphviz first with sudo apt-get install graphviz…
Yu Yang·Aug 22, 2021Extract Tables from Notion with PythonI have become a fan of Notion these days. I use it on a daily basis to write my daily journal. On my daily journal, there are two tables…
Yu Yang·Feb 14, 2021Understand penalty.factor in glmnetWhen trying to use glmnet, probably the most popular R package for regularized regression, to do weighted lasso estimation, I struggled a…A response icon1A response icon1
Yu Yang·Feb 5, 2021Understand d-separationD-separation is a critical idea in Bayesian Networks. The problem it intends to tackle is: given a causal graph G, is a set X of variables…A response icon3A response icon3
InAnalytics VidhyabyYu Yang·Jan 26, 2021Understand T5 — Text-to-Text Transfer TransformerThe original paper: Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer.A response icon1A response icon1
Yu Yang·Jul 15, 2020Understand torch.scatter_()First, note that scatter_() is an inplace function, meaning that it will change the value of input tensor.A response icon6A response icon6