mirror of
https://github.com/SHOGGOTH-SECTOR/sica-fondt.git
synced 2026-08-01 16:40:24 +00:00
Place useful parts of the surrounding repos into sica-fondt by layer, per the
body model (Ada = membrane; brain/endocrine/capabilities/knowledge non-Ada):
- brain/ LLM reasoning + providers (dapr, hermes, MoMoA)
- capabilities/ REPRAG sidecars: hermes tools/skills, dapr tools, parallel
dispatch, A51 channels, and the OSINT cluster
- knowledge/ LORAG corpus: 754 cyber-skills, agency personas, secure-coding,
MITRE ATT&CK data
- reference/ defensive threat-reference (C3, shhbruh doc) + AdaYaml parser
License handling: AGPL sources (worldosint, advanced_evolution, mercury,
Reticulum) and GPL DeTTECT are SPEC-only clean-room/port descriptions — no
copyleft code copied. MIT/Apache/data parts copied as working trees.
Safety: shhbruh escape/persistence material and C3 covert-C2 kept as reference
only, not wired into the running organism. See CONSOLIDATION.md.
https://claude.ai/code/session_01UehUqEXXJJCsHoA4voCU5c
76 lines
2.0 KiB
BibTeX
76 lines
2.0 KiB
BibTeX
@inproceedings{langley00,
|
|
author = {P. Langley},
|
|
title = {Crafting Papers on Machine Learning},
|
|
year = {2000},
|
|
pages = {1207--1216},
|
|
editor = {Pat Langley},
|
|
booktitle = {Proceedings of the 17th International Conference
|
|
on Machine Learning (ICML 2000)},
|
|
address = {Stanford, CA},
|
|
publisher = {Morgan Kaufmann}
|
|
}
|
|
|
|
@TechReport{mitchell80,
|
|
author = "T. M. Mitchell",
|
|
title = "The Need for Biases in Learning Generalizations",
|
|
institution = "Computer Science Department, Rutgers University",
|
|
year = "1980",
|
|
address = "New Brunswick, MA",
|
|
}
|
|
|
|
@phdthesis{kearns89,
|
|
author = {M. J. Kearns},
|
|
title = {Computational Complexity of Machine Learning},
|
|
school = {Department of Computer Science, Harvard University},
|
|
year = {1989}
|
|
}
|
|
|
|
@Book{MachineLearningI,
|
|
editor = "R. S. Michalski and J. G. Carbonell and T.
|
|
M. Mitchell",
|
|
title = "Machine Learning: An Artificial Intelligence
|
|
Approach, Vol. I",
|
|
publisher = "Tioga",
|
|
year = "1983",
|
|
address = "Palo Alto, CA"
|
|
}
|
|
|
|
@Book{DudaHart2nd,
|
|
author = "R. O. Duda and P. E. Hart and D. G. Stork",
|
|
title = "Pattern Classification",
|
|
publisher = "John Wiley and Sons",
|
|
edition = "2nd",
|
|
year = "2000"
|
|
}
|
|
|
|
@misc{anonymous,
|
|
title= {Suppressed for Anonymity},
|
|
author= {Author, N. N.},
|
|
year= {2021}
|
|
}
|
|
|
|
@InCollection{Newell81,
|
|
author = "A. Newell and P. S. Rosenbloom",
|
|
title = "Mechanisms of Skill Acquisition and the Law of
|
|
Practice",
|
|
booktitle = "Cognitive Skills and Their Acquisition",
|
|
pages = "1--51",
|
|
publisher = "Lawrence Erlbaum Associates, Inc.",
|
|
year = "1981",
|
|
editor = "J. R. Anderson",
|
|
chapter = "1",
|
|
address = "Hillsdale, NJ"
|
|
}
|
|
|
|
|
|
@Article{Samuel59,
|
|
author = "A. L. Samuel",
|
|
title = "Some Studies in Machine Learning Using the Game of
|
|
Checkers",
|
|
journal = "IBM Journal of Research and Development",
|
|
year = "1959",
|
|
volume = "3",
|
|
number = "3",
|
|
pages = "211--229"
|
|
}
|