liquidcarrot / carrot

🥕 Evolutionary Neural Networks in JavaScript
https://liquidcarrot.io/carrot/
MIT License
293 stars 34 forks source link

Moved: Feature Request: Add Mish activation #191

Open christianechevarria opened 4 years ago

christianechevarria commented 4 years ago

Description

This suggestion was made by @digantamisra98 and ported over from Synaptic https://github.com/cazala/synaptic/issues/344

Mish is a new novel activation function proposed in this paper. It has shown promising results so far and has been adopted in several packages including:

All benchmarks, analysis and links to official package implementations can be found in this repository

It would be nice to have Mish as an option within the activation function group.

This is the comparison of Mish with other conventional activation functions in a SEResNet-50 for CIFAR-10: (Better accuracy and faster than GELU)

This seems very promising. We should definitely add this to our collection of activation functions.