This is a slide we have showed in THE AI 2nd at Roppongi Academyhills.
2018年7月26日六本木アカデミーヒルズにて行われたTHE AI 2ndでの講演資料です。
https://ledge.ai/the-ai-2nd/
2017年12月6日に実施した、「ソニーのNeural Network Console大勉強会~何ができる?どう使う?質問しよう!~」で使用したスライド資料です。
This is a slide of "Seminar of Sony's Neural Network Console" held in 6th December.
2017年12月12日、13日に開催された「GPU TECHNOLOGY CONFERENCE」で使用したスライド資料です。
This is a slide of when it used in "GPU TECHNOLOGY CONFERENCE" held in 12 and 13 of December.
46. Dataset : Training
• Number of data : 60,000
– Variable : x (image)
• Type : Image
• Shape : 1, 28, 28
– Variable : y (label)
• Type : Scalar
pptxレポート出力機能を用いて出力した実際のレポート
47. Dataset : Examples of variable x in "Training"
pptxレポート出力機能を用いて出力した実際のレポート
48. Dataset : Validation
• Number of data : 10,000
– Variable : x (image)
• Type : Image
• Shape : 1, 28, 28
– Variable : y (label)
• Type : Scalar
pptxレポート出力機能を用いて出力した実際のレポート
49. Dataset : Examples of variable x in "Validation"
pptxレポート出力機能を用いて出力した実際のレポート
50. Network Architecture : Main
Type Value
Output 26,929
CostParameter 70,054
CostAdd 21,920
CostMultiply 3,144
CostMultiplyAdd 700,904
CostDivision 10
CostExp 110
CostIf 13,124
pptxレポート出力機能を用いて出力した実際のレポート
51. Training Procedure : Optimizer
• Optimize network "Main" using "Training" dataset.
– Batch size : 64
– Solver : Adam
• Learning rate(Alpha) : 0.001
• Beta1 : 0.9
• Beta2 : 0.999
• Epsilon : 1e-08
– Weight decay is not applied.
pptxレポート出力機能を用いて出力した実際のレポート
54. References
• Sony Corporation. Neural Network Console : Not just train and evaluate. You can design neural
networks with fast and intuitive GUI. https://dl.sony.com/
• Sony Corporation. Neural Network Libraries : An open source software to make research,
development and implementation of neural network more efficient. https://nnabla.org/
• BatchNormalization - Ioffe and Szegedy, Batch Normalization: Accelerating Deep Network
Training by Reducing Internal Covariate Shift. https://arxiv.org/abs/1502.03167
• Convolution - Chen et al., DeepLab: Semantic Image Segmentation with Deep Convolutional
Nets, Atrous Convolution, and Fully Connected CRFs. https://arxiv.org/abs/1606.00915, Yu et al.,
Multi-Scale Context Aggregation by Dilated Convolutions. https://arxiv.org/abs/1511.07122
• ELU - Clevart et al., Fast and Accurate Deep Network Learning by Exponential Linear Units (ELUs).
http://arxiv.org/abs/1511.07289
• Adam - Matthew D. Zeiler. ADADELTA: An Adaptive Learning Rate Method.
https://arxiv.org/abs/1212.5701
pptxレポート出力機能を用いて出力した実際のレポート