dl4j-metadata.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. [
  2. {
  3. "name": "BatchNormalization",
  4. "category": "Normalization",
  5. "attributes": [
  6. { "name": "eps" },
  7. { "name": "gamma" },
  8. { "name": "decay" }
  9. ]
  10. },
  11. {
  12. "name": "Convolution",
  13. "category": "Layer",
  14. "attributes": [
  15. { "name": "dilation" },
  16. { "name": "kernelSize" },
  17. { "name": "padding" }
  18. ]
  19. },
  20. {
  21. "name": "Dense",
  22. "category": "Layer",
  23. "attributes": []
  24. },
  25. {
  26. "name": "Dropout",
  27. "category": "Dropout",
  28. "attributes": []
  29. },
  30. {
  31. "name": "GlobalPooling",
  32. "category": "Pool",
  33. "attributes": []
  34. },
  35. {
  36. "name": "LReLU",
  37. "category": "Activation",
  38. "attributes": []
  39. },
  40. {
  41. "name": "Merge",
  42. "category": "Tensor",
  43. "attributes": []
  44. },
  45. {
  46. "name": "Output",
  47. "category": "Layer",
  48. "attributes": []
  49. },
  50. {
  51. "name": "ReLU",
  52. "category": "Activation",
  53. "attributes": []
  54. },
  55. {
  56. "name": "SeparableConvolution2D",
  57. "category": "Layer",
  58. "attributes": []
  59. },
  60. {
  61. "name": "Sigmoid",
  62. "category": "Activation",
  63. "attributes": []
  64. },
  65. {
  66. "name": "Softmax",
  67. "category": "Activation",
  68. "attributes": []
  69. },
  70. {
  71. "name": "Subsampling",
  72. "category": "Layer",
  73. "attributes": []
  74. },
  75. {
  76. "name": "TanH",
  77. "category": "Activation",
  78. "attributes": []
  79. },
  80. {
  81. "name": "Upsampling2D",
  82. "category": "Layer",
  83. "attributes": []
  84. }
  85. ]