Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# STANNO — Self-Training Artificial Neural Network Object
|
| 2 |
|
| 3 |
A neural network that trains another neural network. No backpropagation. Directly modifies weights.
|
|
@@ -326,3 +337,8 @@ Bug reports, feature requests, and pull requests welcome. Start with an issue de
|
|
| 326 |
nitroxido
|
| 327 |
https://github.com/nitroxido
|
| 328 |
https://x.com/CompotaMission
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- neural-network
|
| 7 |
+
- self-training
|
| 8 |
+
- anomaly-detection
|
| 9 |
+
- patent
|
| 10 |
+
- comfyui
|
| 11 |
+
---
|
| 12 |
# STANNO — Self-Training Artificial Neural Network Object
|
| 13 |
|
| 14 |
A neural network that trains another neural network. No backpropagation. Directly modifies weights.
|
|
|
|
| 337 |
nitroxido
|
| 338 |
https://github.com/nitroxido
|
| 339 |
https://x.com/CompotaMission
|
| 340 |
+
|
| 341 |
+
## ComfyUI Integration
|
| 342 |
+
|
| 343 |
+
See [comfyui-stanno](https://huggingface.co/oldman-dev/comfyui-stanno)
|
| 344 |
+
for ComfyUI custom nodes.
|