2
0

dl4j-metadata.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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. },
  24. {
  25. "name": "Dropout",
  26. "category": "Dropout"
  27. },
  28. {
  29. "name": "GlobalPooling",
  30. "category": "Pool"
  31. },
  32. {
  33. "name": "LReLU",
  34. "category": "Activation"
  35. },
  36. {
  37. "name": "Merge",
  38. "category": "Tensor"
  39. },
  40. {
  41. "name": "Output",
  42. "category": "Layer"
  43. },
  44. {
  45. "name": "ReLU",
  46. "category": "Activation"
  47. },
  48. {
  49. "name": "SeparableConvolution2D",
  50. "category": "Layer"
  51. },
  52. {
  53. "name": "Sigmoid",
  54. "category": "Activation"
  55. },
  56. {
  57. "name": "Softmax",
  58. "category": "Activation"
  59. },
  60. {
  61. "name": "Subsampling",
  62. "category": "Layer"
  63. },
  64. {
  65. "name": "TanH",
  66. "category": "Activation"
  67. },
  68. {
  69. "name": "Upsampling2D",
  70. "category": "Layer"
  71. }
  72. ]