Instructions to use keras-io/structured-data-classification-grn-vsn with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- TF-Keras
How to use keras-io/structured-data-classification-grn-vsn with TF-Keras:
# Note: 'keras<3.x' or 'tf_keras' must be installed (legacy) # See https://github.com/keras-team/tf-keras for more details. from huggingface_hub import from_pretrained_keras model = from_pretrained_keras("keras-io/structured-data-classification-grn-vsn") - Notebooks
- Google Colab
- Kaggle
Commit ·
06683ba
1
Parent(s): bf5d0c5
Update README.md
Browse files
README.md
CHANGED
|
@@ -137,6 +137,6 @@ The following hyperparameters were used during training:
|
|
| 137 |
|
| 138 |
## Credits:
|
| 139 |
|
| 140 |
-
-
|
| 141 |
-
-
|
| 142 |
- Check out the demo space [here](https://huggingface.co/spaces/keras-io/structured-data-classification-grn-vsn)
|
|
|
|
| 137 |
|
| 138 |
## Credits:
|
| 139 |
|
| 140 |
+
- HF Contribution: [Shivalika Singh](https://www.linkedin.com/in/shivalika-singh)
|
| 141 |
+
- Full credits to original [Keras example](https://keras.io/examples/structured_data/classification_with_grn_and_vsn) by [Khalid Salama](https://www.linkedin.com/in/khalid-salama-24403144)
|
| 142 |
- Check out the demo space [here](https://huggingface.co/spaces/keras-io/structured-data-classification-grn-vsn)
|