Skip to content

Instantly share code, notes, and snippets.

@sol0invictus
Created May 3, 2021 03:12
Show Gist options
  • Save sol0invictus/9a4c17bfd0d0c5a18f267b43c597ca42 to your computer and use it in GitHub Desktop.
Save sol0invictus/9a4c17bfd0d0c5a18f267b43c597ca42 to your computer and use it in GitHub Desktop.
layers = [
featureInputLayer(2,"Name","input_1")
fullyConnectedLayer(24,"Name","fc_1")
reluLayer("Name","relu_1")
fullyConnectedLayer(48,"Name","fc_2")
reluLayer("Name","relu_2")
fullyConnectedLayer(3,"Name","output")
regressionLayer("Name","RepresentationLoss")];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment