MNIST Introduction 2018-03-01 2023-05-29DataSet21 minutes read (About 3221 words)编程入门有 Hello World,机器学习入门有 MNIST。本篇我们来看手写体数字图像数据集 MNIST 的获取和使用。Read more
The Pixel Matrix Representation Of Image 2018-02-01 2023-05-28DeepLearning31 minutes read (About 4691 words)在计算机视觉中,图像是以像素矩阵(Image Pixel Matrix)的形式进行表示和处理的。 Read more