about

All Posts

Deploy your Hugo sites on Github Pages

Sep 11 2020 · 6 min read
#hugo #github
Table of Contents
Read More…

Create your own blog with Hugo in 5 minutes

May 18 2020 · 3 min read
#hugo

Disclaimer: This blog was written in 2020, so Hugo may have changed. So you better cross-reference newer resources as well.

Table of Contents

Hugo is a …

Read More…

How to Read STAR (RNA-seq aligner) output

Jun 7 2019 · 4 min read
#RNA-seq #Bioinformatics

In this post, I’m gonna show you how to read the Log.final.out from RNA-seq aligner STAR.

Table of Contents

Background

For most of beginner Bioinformaticians, students, including myself back then, tend to apply those reads mappers blindly and head into the downstream analysis. Basically run with the default …

Read More…

How to correctly apply Batch Normalization layer in TensorFlow(the pitfall of UPDATE_OPS)

May 12 2018 · 2 min read
#deep-learning #ai #tensor-flow

Caution: this post is written in 2018 and maybe out-of-date!

Table of Contents

Batch Normalization layer in TensorFlow

In this post, I’m not going to explain the math behind what batch normalization does and why it could help if we apply batch-normalization in our deep networks. …

Read More…