Library for deep learning on Amazon EC2 with CPU and GPU support for convolutional neural network -


i want train cnn on bunch of images. want run on amazon ec2 cpu or gpu clusters. running deep learning on cluster, figured of options are:

  1. h2o (with spark)
  2. caffee
  3. theano

i not sure of these options suit needs. read through h2o documentation on deep learning, not seem support cnns. ideas on how should proceed?

another side question: how upload images cluster training cnn? new cluster computing.

if follow instructions here https://github.com/deeplearningparis/dl-machine can set ami image theano , torch. there pr on config have caffe default (if need it, checkout branch , run install script instance up).


Comments

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -