C++ and CONST

November 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 More

Smart Pointer in C++

November 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 More

Nbviewer Boomarklet Helper

November 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

Docker Reference

November 03, 2017

My personal docker reference [Korean]: here

Read More

Image Normalization (Featurewise vs Samplewise)

July 25, 2017

Image normalization Jupyter notebook: here

Read More

© 2024 Mo Kweon. All rights reserved.