Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.63 KB | None | 0 0
  1. {
  2. "backprop" : true,
  3. "backpropType" : "Standard",
  4. "cacheMode" : "NONE",
  5. "confs" : [ {
  6. "cacheMode" : "NONE",
  7. "epochCount" : 100,
  8. "iterationCount" : 0,
  9. "layer" : {
  10. "@class" : "org.deeplearning4j.nn.conf.layers.DenseLayer",
  11. "activationFn" : {
  12. "@class" : "org.nd4j.linalg.activations.impl.ActivationReLU"
  13. },
  14. "biasInit" : 0.0,
  15. "biasUpdater" : null,
  16. "constraints" : null,
  17. "dist" : null,
  18. "gradientNormalization" : "None",
  19. "gradientNormalizationThreshold" : 1.0,
  20. "hasBias" : true,
  21. "idropout" : {
  22. "@class" : "org.deeplearning4j.nn.conf.dropout.Dropout",
  23. "p" : 0.9,
  24. "pschedule" : null
  25. },
  26. "iupdater" : {
  27. "@class" : "org.nd4j.linalg.learning.config.Adam",
  28. "beta1" : 0.9,
  29. "beta2" : 0.999,
  30. "epsilon" : 1.0E-8,
  31. "learningRate" : 0.015
  32. },
  33. "l1" : 0.0,
  34. "l1Bias" : 0.0,
  35. "l2" : 0.0,
  36. "l2Bias" : 0.0,
  37. "layerName" : "layer0",
  38. "nin" : 11,
  39. "nout" : 6,
  40. "pretrain" : false,
  41. "weightInit" : "RELU_UNIFORM",
  42. "weightNoise" : null
  43. },
  44. "maxNumLineSearchIterations" : 5,
  45. "miniBatch" : true,
  46. "minimize" : true,
  47. "optimizationAlgo" : "STOCHASTIC_GRADIENT_DESCENT",
  48. "pretrain" : false,
  49. "seed" : 1559410991805,
  50. "stepFunction" : null,
  51. "variables" : [ "W", "b" ]
  52. }, {
  53. "cacheMode" : "NONE",
  54. "epochCount" : 100,
  55. "iterationCount" : 0,
  56. "layer" : {
  57. "@class" : "org.deeplearning4j.nn.conf.layers.DenseLayer",
  58. "activationFn" : {
  59. "@class" : "org.nd4j.linalg.activations.impl.ActivationReLU"
  60. },
  61. "biasInit" : 0.0,
  62. "biasUpdater" : null,
  63. "constraints" : null,
  64. "dist" : null,
  65. "gradientNormalization" : "None",
  66. "gradientNormalizationThreshold" : 1.0,
  67. "hasBias" : true,
  68. "idropout" : {
  69. "@class" : "org.deeplearning4j.nn.conf.dropout.Dropout",
  70. "p" : 0.9,
  71. "pschedule" : null
  72. },
  73. "iupdater" : {
  74. "@class" : "org.nd4j.linalg.learning.config.Adam",
  75. "beta1" : 0.9,
  76. "beta2" : 0.999,
  77. "epsilon" : 1.0E-8,
  78. "learningRate" : 0.015
  79. },
  80. "l1" : 0.0,
  81. "l1Bias" : 0.0,
  82. "l2" : 0.0,
  83. "l2Bias" : 0.0,
  84. "layerName" : "layer1",
  85. "nin" : 6,
  86. "nout" : 6,
  87. "pretrain" : false,
  88. "weightInit" : "RELU_UNIFORM",
  89. "weightNoise" : null
  90. },
  91. "maxNumLineSearchIterations" : 5,
  92. "miniBatch" : true,
  93. "minimize" : true,
  94. "optimizationAlgo" : "STOCHASTIC_GRADIENT_DESCENT",
  95. "pretrain" : false,
  96. "seed" : 1559410991805,
  97. "stepFunction" : null,
  98. "variables" : [ "W", "b" ]
  99. }, {
  100. "cacheMode" : "NONE",
  101. "epochCount" : 100,
  102. "iterationCount" : 0,
  103. "layer" : {
  104. "@class" : "org.deeplearning4j.nn.conf.layers.DenseLayer",
  105. "activationFn" : {
  106. "@class" : "org.nd4j.linalg.activations.impl.ActivationReLU"
  107. },
  108. "biasInit" : 0.0,
  109. "biasUpdater" : null,
  110. "constraints" : null,
  111. "dist" : null,
  112. "gradientNormalization" : "None",
  113. "gradientNormalizationThreshold" : 1.0,
  114. "hasBias" : true,
  115. "idropout" : {
  116. "@class" : "org.deeplearning4j.nn.conf.dropout.Dropout",
  117. "p" : 0.9,
  118. "pschedule" : null
  119. },
  120. "iupdater" : {
  121. "@class" : "org.nd4j.linalg.learning.config.Adam",
  122. "beta1" : 0.9,
  123. "beta2" : 0.999,
  124. "epsilon" : 1.0E-8,
  125. "learningRate" : 0.015
  126. },
  127. "l1" : 0.0,
  128. "l1Bias" : 0.0,
  129. "l2" : 0.0,
  130. "l2Bias" : 0.0,
  131. "layerName" : "layer2",
  132. "nin" : 6,
  133. "nout" : 4,
  134. "pretrain" : false,
  135. "weightInit" : "RELU_UNIFORM",
  136. "weightNoise" : null
  137. },
  138. "maxNumLineSearchIterations" : 5,
  139. "miniBatch" : true,
  140. "minimize" : true,
  141. "optimizationAlgo" : "STOCHASTIC_GRADIENT_DESCENT",
  142. "pretrain" : false,
  143. "seed" : 1559410991805,
  144. "stepFunction" : null,
  145. "variables" : [ "W", "b" ]
  146. }, {
  147. "cacheMode" : "NONE",
  148. "epochCount" : 100,
  149. "iterationCount" : 0,
  150. "layer" : {
  151. "@class" : "org.deeplearning4j.nn.conf.layers.OutputLayer",
  152. "activationFn" : {
  153. "@class" : "org.nd4j.linalg.activations.impl.ActivationSoftmax"
  154. },
  155. "biasInit" : 0.0,
  156. "biasUpdater" : null,
  157. "constraints" : null,
  158. "dist" : null,
  159. "gradientNormalization" : "None",
  160. "gradientNormalizationThreshold" : 1.0,
  161. "hasBias" : true,
  162. "idropout" : null,
  163. "iupdater" : {
  164. "@class" : "org.nd4j.linalg.learning.config.Adam",
  165. "beta1" : 0.9,
  166. "beta2" : 0.999,
  167. "epsilon" : 1.0E-8,
  168. "learningRate" : 0.015
  169. },
  170. "l1" : 0.0,
  171. "l1Bias" : 0.0,
  172. "l2" : 0.0,
  173. "l2Bias" : 0.0,
  174. "layerName" : "layer3",
  175. "legacyBatchScaledL2" : false,
  176. "lossFn" : {
  177. "@class" : "org.nd4j.linalg.lossfunctions.impl.LossMCXENT",
  178. "softmaxClipEps" : 1.0E-10,
  179. "weights" : [ 0.5699999928474426, 0.75 ],
  180. "configProperties" : false,
  181. "numOutputs" : -1
  182. },
  183. "nin" : 4,
  184. "nout" : 2,
  185. "pretrain" : false,
  186. "weightInit" : "RELU_UNIFORM",
  187. "weightNoise" : null
  188. },
  189. "maxNumLineSearchIterations" : 5,
  190. "miniBatch" : true,
  191. "minimize" : true,
  192. "optimizationAlgo" : "STOCHASTIC_GRADIENT_DESCENT",
  193. "pretrain" : false,
  194. "seed" : 1559410991805,
  195. "stepFunction" : null,
  196. "variables" : [ "W", "b" ]
  197. } ],
  198. "epochCount" : 100,
  199. "inferenceWorkspaceMode" : "ENABLED",
  200. "inputPreProcessors" : { },
  201. "iterationCount" : 100000,
  202. "legacyBatchScaledL2" : false,
  203. "pretrain" : false,
  204. "tbpttBackLength" : 20,
  205. "tbpttFwdLength" : 20,
  206. "trainingWorkspaceMode" : "ENABLED"
  207. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement