Recent Publications

. On testing the existence of cluster in networks. Working paper, 2018.

PDF

. Phylogenetic cloud detection with STOCK. Working paper, 2018.

PDF

. Collaborative Spectral Clustering in Attributed Networks. Submitted, 2018.

PDF

Recent Posts

alias is an useful command in Unix/Linux/MacOS env, which can effectively reduce the repeated commands.

system(“some command”) in R is a good way to make system calls within R, such as generate sequence data with seq-gen.

However, “some command” refers to system-default command, not aliased command, since Unix does not expand alias to non-interactive mode.

It’s very annoying when running jobs on server/cluster without root authorities.

So a good way in practice is to add full path to system function, something like system(”~/bin/some_program”)

CONTINUE READING

Post test - will add more blogs soon!

CONTINUE READING

I came across a great article by Professor Micheal I. Jordan, an extraordinary Statistician and Computer Scientist from UC Berkeley, where he advocates to aim at more important challenges, “broaden our scope, tone down the hype and recognize the serious challenges ahead”, see here I’m really tired of hearing people talking about the buzz words such as AI, Blockchain, etc., especially they are actually talking about logistic regression. There is a long way to go to achieve the real Artificial Intelligence, researchers in scientific fields should be more serious about what we are doing and what can we do.

CONTINUE READING

Projects

Fraud Detection

Dynamic and efficient credit card fraud detection

Contact