Adapters
English
code
medical
dnnsdunca commited on
Commit
d7b3a81
1 Parent(s): 374c897

Update Citation.scss

Browse files
Files changed (1) hide show
  1. Citation.scss +11 -5
Citation.scss CHANGED
@@ -1,6 +1,12 @@
1
- @article{your_paper,
2
- title={Universal Adaptive Neural Network},
3
- author={Your Name},
4
- journal={Journal Name},
5
- year={2024}
 
 
 
 
 
 
6
  }
 
1
+ @misc{duncan2024uann,
2
+ title={Universal Adaptive Neural Network: A Multi-Modal Mixture of Experts Model for Adaptive AI Agents},
3
+ author={Dennis Duncan},
4
+ year={2024},
5
+ howpublished={\url{https://huggingface.co/dnnsdunca/UANN}},
6
+ note={Hugging Face Transformers Library},
7
+ abstract={
8
+ This repository presents the Universal Adaptive Neural Network (UANN), a versatile neural network architecture designed for multi-modal AI agents. The UANN integrates a Mixture of Experts (MoE) model with a primary gating network and specialized secondary experts. The primary agent dynamically controls the gating mechanism, allowing the model to adaptively allocate computational resources across various modalities, including vision, audio, and sensor data. This architecture enables efficient processing and high adaptability in complex environments, making it suitable for advanced AI applications in robotics, game AI, and more. The total number of parameters in the model is approximately 529,411.
9
+ },
10
+ datasets={CIFAR-10, LibriSpeech, UCI HAR Dataset},
11
+ keywords={Universal Adaptive Neural Network, UANN, Mixture of Experts, MoE, AI agents, multi-modal learning, neural network architecture, adaptive learning, vision, audio, sensors}
12
  }