木曜日 1:30 p.m.–2 p.m.

Room 201 #pyconjp_201

Deep Learning with Python & TensorFlow

Ian Lewis

対象レベル:
中級
カテゴリ:
Big Data
スライド:
slide https://speakerdeck.com/ianlewis/deep-learning-with-python-and-tensorflow-1
ビデオ:
video https://youtu.be/y_zKja1p2Ys?list=PLMkWB0UjwFGlYvIcvKsGhJ7SJIODj_zJZ

説明

TensorFlow is a new Open Source framework created at Google for building Deep Learning applications. I will discuss how it compares to other Python machine learning libraries like Theano or Chainer. Finally, I will discuss how trained TensorFlow models could be deployed into a production system using TensorFlow Serve.

概要

Python has lots of scientific, data analysis, and machine learning libraries. But there are many problems. Which do you use? How do they compare to each other? How can you use a model that has been trained in your production application? TensorFlow is a new Open Source framework created at Google for building Deep Learning applications. Tensorflow allows you to construct easy to understand data flow graphs which form a mathematical and logical pipeline. Creating data flow graphs allow easier visualization of complicated algorithms as well as running the training operations over multiple hardware GPUs. Tensorflow data flow graphs and operations are written in Python. In this talk I will discuss how you can use TensorFlow to create Deep Learning applications. I will discuss how it compares to other Python machine learning libraries like Theano or Chainer. Finally, I will discuss how trained TensorFlow models could be deployed into a production system using TensorFlow Serve.
  • このエントリーをはてなブックマークに追加