数据预处理

From Ufldl

Jump to: navigation, search
Line 3: Line 3:
【原文】
【原文】
-
== Overview ==
+
== Overview/概要 ==
Data preprocessing plays a very important in many deep learning algorithms. In practice, many methods work best after the data has been normalized and whitened. However, the exact parameters for data preprocessing are usually not immediately apparent unless one has much experience working with the algorithms. In this page, we hope to demystify some of the preprocessing methods and also provide tips (and a "standard pipeline") for preprocessing data.
Data preprocessing plays a very important in many deep learning algorithms. In practice, many methods work best after the data has been normalized and whitened. However, the exact parameters for data preprocessing are usually not immediately apparent unless one has much experience working with the algorithms. In this page, we hope to demystify some of the preprocessing methods and also provide tips (and a "standard pipeline") for preprocessing data.
【初译】
【初译】
-
概要 ==
 
数据预处理在众多深度学习算法中都起着重要作用,实际情况中,将数据做归一化和白化处理后,很多算法能够发挥最佳效果。然而除非对这些算法有丰富的使用经验,否则预处理的精确参数并非显而易见。在本页中,我们希望能够揭开预处理方法的神秘面纱,同时为预处理数据提供技巧(和标准流程)
数据预处理在众多深度学习算法中都起着重要作用,实际情况中,将数据做归一化和白化处理后,很多算法能够发挥最佳效果。然而除非对这些算法有丰富的使用经验,否则预处理的精确参数并非显而易见。在本页中,我们希望能够揭开预处理方法的神秘面纱,同时为预处理数据提供技巧(和标准流程)
【一审】
【一审】
-
== 概要 ==
 
数据预处理在众多深度学习算法中都起着重要作用,实际情况中,将数据做归一化和白化处理后,很多算法能够发挥最佳效果。然而除非对这些算法有丰富的使用经验,否则预处理的精确参数并非显而易见。在本页中,我们希望能够揭开预处理方法的神秘面纱,同时为预处理数据提供技巧(和标准流程)
数据预处理在众多深度学习算法中都起着重要作用,实际情况中,将数据做归一化和白化处理后,很多算法能够发挥最佳效果。然而除非对这些算法有丰富的使用经验,否则预处理的精确参数并非显而易见。在本页中,我们希望能够揭开预处理方法的神秘面纱,同时为预处理数据提供技巧(和标准流程)
Line 23: Line 21:
【初译】
【初译】
-
提示:获得数据后首先要做的事是查看数据并获知其特性,而后针对数据选择采取相应的处理。例如一个标准的预处理方法是减去所有数据点的均值(也被称为移除直流,局部均值消减,消减归一化),这一方法对一些数据是有效的,如自然图像,但对非平稳的数据并非如此。
+
{{提示:获得数据后首先要做的事是查看数据并获知其特性,而后针对数据选择采取相应的处理。例如一个标准的预处理方法是减去所有数据点的均值(也被称为移除直流,局部均值消减,消减归一化),这一方法对一些数据是有效的,如自然图像,但对非平稳的数据并非如此.}}
【一审】
【一审】

Revision as of 07:57, 8 March 2013

Personal tools