Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 998 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 998 Bytes

DNN_TA_PKU

Homework projests for the PKU DNN Technology & Application in 2017 Spring.

PPTs : https://pan.baidu.com/s/1i4IZ7Tj

MLP for MNIST

  • 使用多层感知机在MNIST digits数据集上实现手写数字识别,并观察多层感知机的超参数选取对效果的影响。
  • 详细说明文档:README.md
  • 实验报告:MLP-for-MNIST 报告.pdf

CNN for OxFlowers 17

  • 使用卷积神经网络在OxFlowers 17数据集上实现图片分类,实现了一些简单的卷积神经网络以及AlexNet、VGG、ResNet、GoogLeNet。
  • 详细说明文档:README.md
  • 实验报告:CNN-for-OxFlowers17 报告.pdf