Image Classification
Keras
biologically-inspired
neuromorphic
dendritic-computing
green-ai
small-parameters-footprint
Eval Results (legacy)
Instructions to use febrifahmi/NoD with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use febrifahmi/NoD with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://febrifahmi/NoD") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,6 +4,7 @@ datasets:
|
|
| 4 |
- ylecun/mnist
|
| 5 |
metrics:
|
| 6 |
- accuracy
|
|
|
|
| 7 |
model-index:
|
| 8 |
- name: febrifahmi/NoD (mnist_nod2_model10.keras)
|
| 9 |
metadata:
|
|
|
|
| 4 |
- ylecun/mnist
|
| 5 |
metrics:
|
| 6 |
- accuracy
|
| 7 |
+
pipeline_tag: image-classification
|
| 8 |
model-index:
|
| 9 |
- name: febrifahmi/NoD (mnist_nod2_model10.keras)
|
| 10 |
metadata:
|