卷积神经网络matlab.pdfVIP

  • 18
  • 0
  • 约1.33万字
  • 约 11页
  • 2022-09-10 发布于天津
  • 举报
function test_example_CNN load mnist_uint8; train_x = double(reshape(train_x,28,28,60000))/255; test_x = double(reshape(test_x,28,28,10000))/255; train_y = double(train_y); test_y = double(test_y); %% ex1 Train a 6c-2s-12c-2s Convolutional neural network %will run 1 epoch in about 200 second

文档评论(0)

1亿VIP精品文档

相关文档