November 27, 2017
There are many tensorflow tools that are not widely known. Freeze Graph Freeze Graph literally freezes the graph. Unnecessary nodes will be…
Read MoreNovember 14, 2017
this in a nested function this in a isolated method this in constructor In Javascript, it refers to the execution context. Inside a function…
Read MoreNovember 12, 2017
const in C++ It's mostly found when declaring a variable something like However, it is a sort of "promise" for human being since it will…
Read MoreNovember 12, 2017
What are smart pointers? It is a pointer with automatic memory management There are 3 smart pointer types in modern C++17. Unique pointer…
Read MoreNovember 07, 2017
I was getting tired of waiting Jupyter notebook files rendered on Github. So, I created a bookmarklet to redirect to the nbviewer. Detail…
Read More