Neural Redis. Train AI models inside your database as data comes in.

github.com/antirez/neural-redis

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

June 2018
  • Merge pull request #16 from mingodad/alignment
  • Small change on the order of elements in structures to better alignment
  • Add the math lib because the use of "exp" function
  • Merge pull request #15 from mingodad/simd-generalization
  • Generalize the simd code to manage sse, avx, neon
February 2017
  • Merge pull request #10 from itamarhaber/v4api
December 2016
  • Updates module to use CreateDataType API from v4
October 2016
  • Compute output error vector with scaling.
  • Make gradient computation code more obvious.
  • Use AVX in gradient computation.
  • AVX: simplify implementation using a single version of AnnSimulate().
  • sentiment.rb: odd numbers in net layout are no longer needed with AVX.
  • Small issue in sentiment.rb fixed.
  • AVX is better than SSE...
  • Tests Makefile improved.
  • sentiment.rb: show timing info, use SSE friendly net layout.
  • Use SSE3 when possible.
  • Banking example, same as AWS ML tutorial.
  • MNIST example: auto-start training.
  • A simple benchmark was added.