Instructions to use dnnsdunca/UANN with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use dnnsdunca/UANN with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("undefined") model.load_adapter("dnnsdunca/UANN", set_active=True) - Notebooks
- Google Colab
- Kaggle
Create Citation.scss
Browse files- Citation.scss +6 -0
Citation.scss
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
@article{your_paper,
|
| 2 |
+
title={Universal Adaptive Neural Network},
|
| 3 |
+
author={Your Name},
|
| 4 |
+
journal={Journal Name},
|
| 5 |
+
year={2024}
|
| 6 |
+
}
|