Introduction to general neural networks
This blog introduces some basic neural network structures and the implementation using Pytorch.
Introduction to data shape in probabilistic programmingThis blog introduces some basic data structures in probabilistic programming that is different in common settings.
C++ numerical computationThis blog introduces the essential implementation of some optimization methods using c++, which is very fast and convenient.
Introduction to normalizing flowThis blog introduces the basic concepts about the normalizing flow, including the construction and implementation using python.
Introduction to variational auto encoderThis blog introduces the basic concepts about the VAE, including the construction and implementation using python.