Location:
Search - nupic
Search list
Description: HTM(Hierarchical Temporal Memory)技术是利用模拟大脑来实现识别的一种方法,nupic公司有开源实现,上面的htmlib包是另一种实现,适合VC++开发,容易集成-Hierarchical Temporal Memory: What s In a Name?
The name was chosen for a reason:
Hierarchical-- HTMs are organized as a tree-shaped hierarchy of nodes. Each node implements a learning and memory function, that is, it encapsulates an algorithm. Lower-level nodes receive large amounts of input and send processed input up to the next level. In that way, the HTM Network abstracts the information as it is passed up the hierarchy.
Temporal-- During training, the HTM application must be presented with objects as they change over time. For example, during training of the Pictures application, the images are presented first top to bottom, then left to right as if the image were moving over time. Note that the temporal element is critical: The algorithm has been written to expect input that changes gradually over time.
Memory-- An HTM application works in two stages, which can be thought of as training memory and using memory. During training, the HTM Network learns to recognize
Platform: |
Size: 42444800 |
Author: guowei |
Hits: