πŸ“š Node [[feature_spec]] ⟢ subnode @KGBicheno/feature_spec
Nodes contain individual contributions whose filenames match your search. x

Loading pushes...

πŸ““ Artificial Intelligence/Introduction to AI/Week 3 - Introduction/Definitions/Feature_Spec.md by @KGBicheno

feature spec

Go back to the [[AI Glossary]]

#TensorFlow

Describes the information required to extract features data from the tf.Example protocol buffer. Because the tf.Example protocol buffer is just a container for data, you must specify the following:

the data to extract (that is, the keys for the features)
the data type (for example, float or int)
The length (fixed or variable)

The Estimator API provides facilities for producing a feature spec from a list of FeatureColumns.

Rendering context...