notes

来自「手写识别是模式识别中研究得一个热点」· 代码 · 共 20 行

TXT
20
字号
1. later write a hysterysis "wrapper" to allow thresholding of featuredetectors over time (and to recognize start and stop of feature).2. get our own unix group (dragons/sharks).3. detectors output thier state (i.e. in zone, or not), and when statechanges event occurs.4. This is the way this bizarre system works (nice and modular,creating simple little modules):   a) Send the data file to each of the detectors individually, andpipe the outputed state info to the event detector. Append theoutputed event info from each state/event pass to the same file.  b) Sort the file by the time of the events (to order the events).This info can then be passed to a classifier.5. 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?