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,20 @@ datasets:
|
|
| 4 |
- ylecun/mnist
|
| 5 |
metrics:
|
| 6 |
- accuracy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
---
|
| 8 |
# Model Summary
|
| 9 |
|
|
|
|
| 4 |
- ylecun/mnist
|
| 5 |
metrics:
|
| 6 |
- accuracy
|
| 7 |
+
model-index:
|
| 8 |
+
- name: febrifahmi/NoD (mnist_nod2_model10.keras)
|
| 9 |
+
results:
|
| 10 |
+
- task:
|
| 11 |
+
type: image-classification
|
| 12 |
+
name: Image Classification
|
| 13 |
+
dataset:
|
| 14 |
+
name: MNIST Test Set
|
| 15 |
+
type: ylecun/mnist
|
| 16 |
+
split: test
|
| 17 |
+
metrics:
|
| 18 |
+
- name: Accuracy
|
| 19 |
+
type: accuracy
|
| 20 |
+
value: 0.9883
|
| 21 |
---
|
| 22 |
# Model Summary
|
| 23 |
|