NEGU93 / cvnn

Library to help implement a complex-valued neural network (cvnn) using tensorflow as back-end
https://complex-valued-neural-networks.readthedocs.io/
MIT License
164 stars 34 forks source link

Best Activation Function in Complex Domain #39

Closed Karn3003 closed 1 year ago

Karn3003 commented 1 year ago

Hi, I am working with CVNN. As you already have worked with CVNN please let me know the best activation we can use in CVNN to obtain better performance like ReLU work out in ResNet etc

NEGU93 commented 1 year ago

I always used CReLU. But I did not do a big research about that. I suggest you do a bit of research papers and/or some experiments yourself. How about this paper?