diff --git a/README.md b/README.md index a2dc0b5..79d6ac6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + + # TF Tabular TF Tabular is a project aimed at simplifying the process of handling tabular data in TensorFlow. It provides utilities for building models on top of numeric, categorical, multihot, and sequential data types. @@ -5,7 +7,7 @@ TF Tabular is a project aimed at simplifying the process of handling tabular dat ## Features - **Create input layers based on lists of columns** -- **Support custom embeddings**: Useful to include external embeddings for example obtained from an LLM. +- **Support custom embeddings**: Useful for including external embeddings for example obtained from an LLM. - **Support sequence layers**: Useful for time series or when building recommenders on top of user interaction data. - **Support multi-hot categorical columns** - **No model building or training**: Build whatever you want on top diff --git a/media/images/banner.png b/media/images/banner.png new file mode 100644 index 0000000..d18f507 Binary files /dev/null and b/media/images/banner.png differ