0

I recently completed a task to study how to use morphological operation as an activation function for neural networks. But I had no idea and didn't know how to use keras for custom functionality. Can anyone provide Suggestions or related papers?

1 Answers1

0

I don't know if morphological operations will work as activation function. I don't think so. I think you should use or combine morphological operations like dilation and erosion, and, after that, use a ReLU or softmax layer as activation function.

Morphological operations are available in tensorflow, and you can call them in your Keras application.

Reference links:

Felipe Reis
  • 41
  • 1
  • 7