etaler / Etaler

A flexable HTM (Hierarchical Temporal Memory) framework with full GPU support.
BSD 3-Clause "New" or "Revised" License
89 stars 14 forks source link

Add argmax/argmin operation #97

Closed marty1885 closed 4 years ago

marty1885 commented 4 years ago

SDRClassifer implements argmax in plan C++. We should support the operator in the backend for better maintenance and performance.

marty1885 commented 4 years ago

Closing. Now SDRClassifer use std::max_element and is good enough for the purpose. Feel free to re-open if argmin/max is needed in the future.