Keras documentation: Structured data classification from scratch
Keras documentation: Structured data classification from scratch
This example demonstrates how to do structured data classification, starting from a raw CSV file. Our data includes both numerical and categorical features. We will use Keras preprocessing layers to normalize the numerical features and vectorize the categorical ones.
Source: keras.io/examples/structured_data/structured_data_classification_from_scratch/
July 24, 2020
Subscribe
Login
Please login to comment
0 Comments