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
|
@@ -23,6 +23,12 @@ model-index:
|
|
| 23 |
- name: Accuracy
|
| 24 |
type: accuracy
|
| 25 |
value: 0.9883
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
---
|
| 27 |
# Model Summary
|
| 28 |
|
|
|
|
| 23 |
- name: Accuracy
|
| 24 |
type: accuracy
|
| 25 |
value: 0.9883
|
| 26 |
+
tags:
|
| 27 |
+
- biologically-inspired
|
| 28 |
+
- neuromorphic
|
| 29 |
+
- dendritic-computing
|
| 30 |
+
- green-ai
|
| 31 |
+
- small-parameters-footprint
|
| 32 |
---
|
| 33 |
# Model Summary
|
| 34 |
|