Hacker News new | ask | show | jobs
by gallerdude 3439 days ago
What's the highest level neural network lib I can use? I'm a total programming idiot but I find neural nets fascinating.
3 comments

Keras requires just a few lines of code, it's designed for easy use and practicality.
torch.nn offers a very similar interface to Keras (e.g. see Alexnet definition at https://github.com/pytorch/vision/blob/master/torchvision/mo...).
http://playground.tensorflow.org/

Pretty much no way to use neural networks (except for playing, like above) without writing code.

This[1] was posted earlier today to HN. Seems pretty simple to play with NNs without coding.

[1] - http://kur.deepgram.com/