Vengineerの妄想(準備期間)

人生は短いけど、長いです。人生を楽しみましょう!

Intel GPUでディープラーニング



引用
 Usages supported: Image recognition, image detection, and image segmentation.

 Topologies: AlexNet*, VGG*, GoogleNet* and ResNet*.

 As with any technical preview, APIs may change in future updates.

ドキュメントによると、
引用
 Convolution
 Fully connected (inner product)
 Pooling
  average
  maximum
 Normalization
  across channel
  within channel
  batch
 Activation
  logistic
  tanh
  rectified linear unit (ReLU)
  softplus (softReLU)
  abs
  square
  sqrt
  linear
 Softmax
 Crop
 Deconvolution
 Depth concatenation
 Eltwise
 ROI pooling
 Simpler NMS
 Prior box
 Detection output
をサポートしていると。

 clDNN currently uses OpenCL™ with multiple Intel® OpenCL™ extensions 
 and requires Intel® Graphics Driver to run.

 clDNN requires CPU with Intel® SSE/Intel® AVX support.

お、GPUだけで