shivi commited on
Commit
f3bfc16
1 Parent(s): aea37d2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -93,7 +93,7 @@ Finally, the training and validation datasets are then converted into a tf.data.
93
 
94
  - **Numerical Features:** are projected into a *encoding_size* dimensional vector by applying a linear transformation using *Dense* layer provided by Keras
95
 
96
- Therefore, all the encoded features will have the same dimensionality.
97
 
98
  3. **Create Model:**
99
  - The model will have input layers corresponding to both numerical and categorical features of the given dataset
 
93
 
94
  - **Numerical Features:** are projected into a *encoding_size* dimensional vector by applying a linear transformation using *Dense* layer provided by Keras
95
 
96
+ Therefore, all the encoded features will have the same dimensionality equal to the value of *encoding_size*.
97
 
98
  3. **Create Model:**
99
  - The model will have input layers corresponding to both numerical and categorical features of the given dataset