avatar

Language:

English, Chinese

Programming:

Python, Julia, Matlab, LaTex

Links:

      

Introduction to general neural networks

This blog introduces some basic neural network structures and the implementation using Pytorch.

Introduction to data shape in probabilistic programming

This blog introduces some basic data structures in probabilistic programming that is different in common settings.

C++ numerical computation

This blog introduces the essential implementation of some optimization methods using c++, which is very fast and convenient.

Introduction to normalizing flow

This blog introduces the basic concepts about the normalizing flow, including the construction and implementation using python.

Introduction to variational auto encoder

This blog introduces the basic concepts about the VAE, including the construction and implementation using python.