Skip to content

Instantly share code, notes, and snippets.

@smzn
Created July 4, 2019 04:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smzn/f5d5e8da71f0d8e4fc73762ce18542a9 to your computer and use it in GitHub Desktop.
Save smzn/f5d5e8da71f0d8e4fc73762ce18542a9 to your computer and use it in GitHub Desktop.
最小ネットワーク
layers = [imageInputLayer([28 28 1])
convolution2dLayer(5,20)
reluLayer
maxPooling2dLayer(2,'Stride',2)
fullyConnectedLayer(10)
softmaxLayer
classificationLayer];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment