yishu@yxue-me
(master)
$
ls tags/
Technical
⚙️
A Simple Implementation of Word2Vec
I have always been puzzled and amazed by the idea of “embedding”. A high-dimensional space, such as a corpus …
⚙️
Building My First Desktop Computer
I have been a Mac user for more than 6 years now, yet occasionally I have been attracted by Linux. Compared with Mac, I …
⚙️
Tensorflow for Statisticians (3)
Another important type of data is the time-to-event structured survival data, which I worked on during my entire PhD …
⚙️
Tensorflow for Statisticians (2)
Following my last post on using tensorflow for linear regression, in this post I am going to extend the scope to …
⚙️
Docker in a Nutshell
Docker has been a really convenient tool for me to play with, and it has helped me both in terms of doing research and …
⚙️
Using BaiduMap’s Search API in R
Recently I was asked by a friend for help. The background is that people in large cities, such as Shanghai, sometimes …
⚙️
On Academic Writing
It is only until recently that I come to realize the importance of professional academic writing. After revising one of …
⚙️
A Glossary of Parallel Computing Packages in R
There are many packages in R that facilitate parallel computing. In this post, I intend to summarize some of the most …
⚙️
Measuring the Performance of Classification Models
Nearly all companies use machine learning to do classification now. When it comes to deciding which model best suits the …
⚙️
Parallel Computing on UConn HPC
1. Before we get started I assume you have:
knowledge about how to use ssh to connect to remote servers via terminal on …
⚙️
A Collection of Docker Images that I Find Useful
Updated 04/14: Tensorflow Updated 04/12: Ubuntu This image is particularly useful when you want to utilize some of the …
⚙️
Using Git to Version Control Your Manuscripts
I would like to in this post, explain why I like to use Git for version control, and provide a little guide for starters …