7
Predicting with Tabular Data
Most of the available data that can be easily found is not composed of images or text documents, but it is instead made of relational tables, each one possibly containing numbers, dates, and short text, which can be all joined together. This is because of the widespread adoption of database applications based on the relational paradigm (data tables that can be combined together by the values of certain columns that act as joining keys). These tables are the main source of tabular data nowadays and because of that, there are certain challenges.
Here are the challenges commonly faced by Deep Neural Networks (DNNs) when applied to tabular data:
- Mixed features data types
- Data in a sparse format (there are more zeros ...
Get Machine Learning Using TensorFlow Cookbook now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.