cavis/docs/datavec/templates/records.md

19 lines
596 B
Markdown

---
title: DataVec Records
short_title: Records
description: How to use data records in DataVec.
category: DataVec
weight: 1
---
## What is a record?
In the DataVec world a Record represents a single entry in a dataset. DataVec differentiates types of records to make data manipulation easier with built-in APIs. Sequences and 2D records are distinguishable.
## Using records
Most of the time you do not need to interact with the record classes directly, unless you are manually iterating records for the purpose of forwarding through a neural network.
## Types of records
{{autogenerated}}