22
22

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

DeepLearningのライブラリ触ってみた

Last updated at Posted at 2015-05-24

DeepLearning もくもくハッカソンに参加したのでその中で試したことを書きます。
今回はHelloWorldできればいいくらいなキモチで参加。

H2O

Flow(notebookみたいなの)で試してみる

java -jar h2o.jar
open http://localhost:54321
  • exampleをロードしてhogehoge

sparkling-water

Spark-Cluster(ローカル)で動かしてみある

./bin/launch-spark-cloud.sh
export MASTER="spark://localhost:7077"
./run-example.sh AirlinesWithWeatherDemo

spark-ec2

  • ec2上でmaster/slaveでSpark-Cluster作りたい
  • その上でsparkling-water動かしたい
  • sparkをec2に立てる
  • なんか動かないorz

DL4J

Caffe

$ docker run -p 8888:8888 --rm ixixi/caffe-lstm ipython notebook /opt/caffe/examples --ip=0.0.0.0 --no-browser
$ boot2docker ip
192.168.59.104
$ open http://192.168.59.104:8888
  • 試しに猫ひろし食わせてみた

Kobito.j5DK65.png

Kobito.feBrEu.png

  • predicted class は543だと
data/ilsvrc12/synset_words.txt
    541 n03240683 drilling platform, offshore rig
    542 n03249569 drum, membranophone, tympan
    543 n03250847 drumstick
    544 n03255030 dumbbell
    545 n03259280 Dutch oven

drumstick???

22
22
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
22
22

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?