Blogs by Year

2020

GAN tricks

6 minute read

In this blog, we make a brief summary of original GAN’s problems and introduce several methods to improve training. Most of the contents refer to blog [23] a...

Pytorch: Brief Summary

8 minute read

This is a brief summary for the implementation of pytorch, from data preparation to the usage of trained model.

Tensorflow: Brief Summary

10 minute read

This is a brief summary for the implementation of tensorflow, from data preparation to the usage of trained model.

Tensorflow: Time Sequences (P2)

2 minute read

In this blog we will practice with real-world data, trying to predict the daily temperature based on history data.

Tensorflow: Time Sequences (P1)

4 minute read

This is a brief practice of time sequence processing with tensorflow 2.0 high level API. The example is based on “Tensorflow in Practice Specialization” fro...

Tensorflow: Natural Language Processing (P2)

3 minute read

In this blog, we will continue natural language processing with the implementation on text generation. We will use Shakespeare poems as training data and try...

Tensorflow: Natural Language Processing (P1)

5 minute read

This is a brief practice of natural language processing with tensorflow 2.0 high level API. The example is based on “Tensorflow in Practice Specialization” ...

Tensorflow: Convolutional Neural Network (P1)

9 minute read

This is a brief practice of convolutional neural network with tensorflow 2.0 high level API (tensorflow.keras). The example is based on “Tensorflow in Practi...

c++标准库常用数据结构和算法(转)

2 minute read

本文整理了c++标准库STL常用的数据结构和算法,统一使用命名空间std,原文参考https://blog.ailemon.me/2019/03/29/cpp-stl-library-summary/。

A summary of python tutorial (P4)

5 minute read

Learning a programming language needs continuous practice and also, frequent review. To make it convenient to look back and check the basics, I write this su...

A summary of python tutorial (P3)

10 minute read

Learning a programming language needs continuous practice and also, frequent review. To make it convenient to look back and check the basics, I write this su...

A summary of python tutorial (P2)

11 minute read

Learning a programming language needs continuous practice and also, frequent review. To make it convenient to look back and check the basics, I write this su...

A summary of python tutorial (P1)

4 minute read

Learning a programming language needs continuous practice and also, frequent review. To make it convenient to look back and check the basics, I write this su...

Back to top ↑

2000

Test blog

less than 1 minute read

This is a test blog.

Back to top ↑