Recent posts

Color the Table Cell in LaTeX

Few days ago, when I was writing my blog1, I found Hosang’s paper2, What makes for effective detection proposals?, which proposed the evaluation metric AR (A...

Maybe "Story-driven" Model?

Few days ago when I was reading Morgan Housel’s book, The Psychology of Money1, the word “story-driven” in 18th chapter “When You’ll Believe Anything”, absol...

Insert Tables in Jekyll Website

For the website built based on Jekyll, if we insert a table in .md source file, Jekyll static website generator will render it into an HTML table while deplo...

Talk about Change

In most scenarios, change is costly, even hurts sometimes, but refusing to change means saying NO to any possibilities, to be worse and, regretfully, to be b...

TeX Primitive Command \/

TeX primitive command \/ can be used to add a small space after a letter1, so it can be used in some cases when typesetting in LaTeX system. ...

Array Size of MATLAB dlarray

While conducting deep learning in MATLAB, dlarray function1 is to convert the array type dataset to dlarray that available for custom training loop, and mean...