Image Classification
Keras
LiteRT
TF-Keras
Safetensors
English
efficientnetv2-s
efficientnetv2
fgic
transfer-learning
gem-pooling
focal-loss
swa
grad-cam
calibration
temperature-scaling
computer-vision
tensorflow.js
Eval Results (legacy)
Instructions to use 0xgr3y/Arch-Building-Image-Classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use 0xgr3y/Arch-Building-Image-Classification with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://0xgr3y/Arch-Building-Image-Classification") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -46,7 +46,7 @@ model-index:
|
|
| 46 |
name: TTA Accuracy
|
| 47 |
---
|
| 48 |
|
| 49 |
-
]} ({np.max(preds)*100:.1f}%)")
|
|
| 496 |
- Trained on Pexels stock photography — performance may differ on user-generated or field photographs
|
| 497 |
- Limited to 8 architectural classes (barn, bridge, castle, mosque, skyscraper, stadium, temple, windmill)
|
| 498 |
- Confusion pair analysis found **0 significant pairs** (threshold >5%) — all 8 classes are well-distinguished by the model; see `confusion_pairs.json` for details
|
| 499 |
-
- Barn and windmill share 3 cross-class duplicates (0.02% of dataset) — left as-is due to negligible impact
|
| 500 |
- Inference confidence can be low on atypical examples
|
| 501 |
|
| 502 |

|
|
|
|
| 46 |
name: TTA Accuracy
|
| 47 |
---
|
| 48 |
|
| 49 |
+

|
| 50 |
|
| 51 |
# Fine-Grained Image Classification of World Architecture: A DenseNet121 Transfer Learning Approach with Layered Regularization
|
| 52 |
|
|
|
|
| 496 |
- Trained on Pexels stock photography — performance may differ on user-generated or field photographs
|
| 497 |
- Limited to 8 architectural classes (barn, bridge, castle, mosque, skyscraper, stadium, temple, windmill)
|
| 498 |
- Confusion pair analysis found **0 significant pairs** (threshold >5%) — all 8 classes are well-distinguished by the model; see `confusion_pairs.json` for details
|
|
|
|
| 499 |
- Inference confidence can be low on atypical examples
|
| 500 |
|
| 501 |

|