neural-redis icon indicating copy to clipboard operation
neural-redis copied to clipboard

Neural networks module for Redis

Results 15 neural-redis issues
Sort by recently updated
recently updated
newest added

modify typedef struct NRPendingTraining

This is a cool project! Just some notes as I read the Readme -- tried to keep it as close to the original as possible, just grammar fixes.

The learning objective of this seems very close to that of https://github.com/JohnLangford/vowpal_wabbit . Using it as a library might make sense relative to implementing the learning algorithms from scratch.