YTYuan Tianinyuantian.hashnode.dev·Jul 9, 2022 · 2 min readReading XML files in RThere are a couple of components requiring processing when reading XML file in R : root and child node, attributes and values. Packages required for reading xml data library(XML) # required for reading xml data. library(xml2) User-defined Functions...00
YTYuan Tianinyuantian-cn.hashnode.dev·May 9, 2022 · 2 min read游戏化学习 - Vim, Git, Bash用玩游戏的方式学习 - Vim, Git, Bash 最近跟几个一起上云自习的小伙伴一起刷了一门MIT的公开课 "The Missing Semester of Your CS Education". 这门课覆盖了计算机专业学生常用的一些工具,有些算是生产力工具,有些算是基础常用工具,比如bash shell, Vim editor, regular expressions, Git. Classes teach you all about advanced topics within CS...00
YTYuan Tianinyuantian-cn.hashnode.dev·Jan 9, 2022 · 1 min read线性代数视角下的黑洞和奇点黑洞是可以keep 所有的information. 但是进到黑洞的information没有被lost,只是无法还原。 在线性代数里面可以理解为: 一个matrix如果没有逆矩阵(或者行列式为0),意味着信息被压缩且无法还原),这样的矩阵就是singular matrix. 所谓奇点或者singular value,跟kernel有很大的关系,其实mapping到0的那些信息或者维度都被压缩了,所以密度很大,而且无法被精准还原,所以有singular matrix. 引力奇点 找到一个Red...00