主要内容

Deep Learning Data Preprocessing

Manage and preprocess data for deep learning

Preprocessing data is a common first step in the deep learning workflow to prepare raw data in a format that the network can accept. For example, you can resize image input to match the size of an image input layer. You can also preprocess data to enhance desired features or reduce artifacts that can bias the network. For example, you can normalize or remove noise from input data.

您可以使用MATLAB中可用的数据库和功能进行预处理图像输入(例如调整大小)®和深度学习工具箱™。其他MATLAB工具箱提供功能,数据存储和应用程序,用于标记,处理和增强深度学习数据。使用来自其他MATLAB工具箱的专门工具来处理域的数据,例如图像处理,对象检测,语义分割,信号处理,音频处理和文本分析。

Apps

Image Labeler Label images for computer vision applications
Video Labeler Label video for computer vision applications
Ground Truth Labeler Label ground truth data for automated driving applications
Lidar Labeler Label ground truth data in lidar point clouds
Signal Labeler 标签信号属性,区域和兴趣点,并提取功能

Topics

预处理深度学习数据

Label Ground Truth Training Data

Customize Datastores