[ { "name": "BatchNormalization", "category": "Normalization", "attributes": [ { "name": "eps" }, { "name": "gamma" }, { "name": "decay" } ] }, { "name": "Convolution", "category": "Layer", "attributes": [ { "name": "dilation" }, { "name": "kernelSize" }, { "name": "padding" } ] }, { "name": "Dense", "category": "Layer", "attributes": [] }, { "name": "Dropout", "category": "Dropout", "attributes": [] }, { "name": "GlobalPooling", "category": "Pool", "attributes": [] }, { "name": "LReLU", "category": "Activation", "attributes": [] }, { "name": "Merge", "category": "Tensor", "attributes": [] }, { "name": "Output", "category": "Layer", "attributes": [] }, { "name": "ReLU", "category": "Activation", "attributes": [] }, { "name": "SeparableConvolution2D", "category": "Layer", "attributes": [] }, { "name": "Sigmoid", "category": "Activation", "attributes": [] }, { "name": "Softmax", "category": "Activation", "attributes": [] }, { "name": "Subsampling", "category": "Layer", "attributes": [] }, { "name": "TanH", "category": "Activation", "attributes": [] }, { "name": "Upsampling2D", "category": "Layer", "attributes": [] } ]