1. 9
  1.  

  2. 2

    This is a Python library (or has Python bindings), but in the introduction it makes no mention of the programming language/bindings. I guessed it was Python from words like ‘flask’ and ‘notebook’ (I’m guessing IPython notebook, or whatever it’s been rebranded as :-P) . It would be useful to have this stated upfront, simply because people may be looking for a library with particular bindings.

    1. 2

      I’ve been using Caffe for NLP work for a couple of months now, and I am pretty happy with it. The trick is to put your input in a one by one pixel with the number of channels equal to the number of inputs.

      If anyone needs a program to put generic data in text format in a Caffe readable LMDB or LevelDB database, let me know!

      1. 1

        There’s also my nupic (my personal favorite).