Skip to content

Instantly share code, notes, and snippets.

@smzn
Created April 29, 2019 19:00
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/88468a28d8630b9982fb58dc58d57b63 to your computer and use it in GitHub Desktop.
Save smzn/88468a28d8630b9982fb58dc58d57b63 to your computer and use it in GitHub Desktop.
Alexnetの変更
%AlexNet の変更によるネットワークの作成
net = alexnet;
layers = net.Layers;
layers(end-2) = fullyConnectedLayer(numClasses);
layers(end) = classificationLayer;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment