General purpose software neural tissue: `cxx/ClassCns.hxx`, `cxx/ClassCns.cxx`
Have pure virtual central nervous system class Cns
: cxx/ClassCns.hxx
, cxx/ClassCns.cxx
. For now, class Cns
just accepts "training" (back propagation) plus "inference" (forward propagation). Implementation progress is: #6 (comment) (plus unwritten thoughts on how to produce own, if none of the FLOSS implementations have suitable interfaces/licenses).
Lots …
Have pure virtual central nervous system class Cns
: cxx/ClassCns.hxx
, cxx/ClassCns.cxx
. For now, class Cns
just accepts "training" (back propagation) plus "inference" (forward propagation). Implementation progress is: #6 (comment) (plus unwritten thoughts on how to produce own, if none of the FLOSS implementations have suitable interfaces/licenses).
Lots to do. If you want this: respond that you wish more resources go to this, or contribute.
cxx/VirusAnalysis.cxx
:{produceAnalysisCns
,cnsAnalysisScore
,cnsAnalysis
} uses class Cns
,
https://github.com/SwuduSusuwu/SubStack/milestone/5/ uses class Cns
.
Subset of this:
https://github.com/SwuduSusuwu/SubStack/milestone/6/ (cxx/AssistantCns.cxx
:{assistantCnsDownloadHosts
, assistantCnsProcessXhtml
, assistantCnsProcessUrls
, assistantCnsProcessQuestion
, assistantCnsProcessResponses
} produces databases to pass into into class Cns
.[/quote]