oldman-dev commited on
Commit
05a2213
·
verified ·
1 Parent(s): 8a0f449

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md CHANGED
@@ -1,3 +1,13 @@
 
 
 
 
 
 
 
 
 
 
1
  # STANNO — Neural Networks That Train Neural Networks
2
 
3
  A modern, open-source Python library implementing the **Artificial Neurogenesis Network** concept from US Patent 5,852,815 (Thaler, 1998). One network (the trainer) decides how another network (the trainee) should update its weights — no backpropagation needed. Multiple STANNOs can be chained into cascade pipelines, and any trained STANNO can be turned into a data scanner that finds matching rows in large datasets.
@@ -286,3 +296,13 @@ And mention this implementation:
286
  ## License
287
 
288
  MIT
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ tags:
6
+ - comfyui
7
+ - custom-nodes
8
+ - stanno
9
+ - nodes
10
+ ---
11
  # STANNO — Neural Networks That Train Neural Networks
12
 
13
  A modern, open-source Python library implementing the **Artificial Neurogenesis Network** concept from US Patent 5,852,815 (Thaler, 1998). One network (the trainer) decides how another network (the trainee) should update its weights — no backpropagation needed. Multiple STANNOs can be chained into cascade pipelines, and any trained STANNO can be turned into a data scanner that finds matching rows in large datasets.
 
296
  ## License
297
 
298
  MIT
299
+
300
+ ## Core Package
301
+
302
+ This integration requires the [stanno](https://huggingface.co/oldman-dev/stanno)
303
+ core package.
304
+
305
+ Install with:
306
+ ```bash
307
+ pip install git+https://github.com/nitroxido/stanno.git
308
+ ``` {data-source-line="259"}