Which learning algorithm does EasyNN-plus use?
EasyNN-plus uses backpropagation. The differences from most other backpropagation based applications are the data structures and the way the data is presented to the learning algorithm. EasyNN-plus uses double linked lists to store the examples, the nodes and the connections. The lists can be processed quickly in both directions simultaneously. The lists can also be extended and contracted dynamically.