Activation Functions introduce non-linearity in the deep neural networks. This nonlinearity helps the neural networks learn faster and efficiently from the dataset. In deep learning, many activation functions are developed and used based on the type of problem statement. ReLU's variants, SWISH, and MISH are goto activation functions. MISH function is considered having similar or even better performance than SWISH, and much better than ReLU. In this paper, we propose an activation function named APTx which behaves similar to MISH, but requires lesser mathematical operations to compute. The lesser computational requirements of APTx does speed up the model training, and thus also reduces the hardware requirement for the deep learning model.
翻译:激活函数在深度神经网络中引入非线性,这种非线性有助于神经网络从数据集中更快、更高效地学习。在深度学习中,根据问题陈述的类型,人们开发并使用了多种激活函数。ReLU的变体、SWISH和MISH是常用的激活函数。MISH函数被认为具有与SWISH相似甚至更优的性能,且远优于ReLU。本文提出一种名为APTx的激活函数,其行为与MISH类似,但计算所需的数学操作更少。APTx较低的计算需求确实能加速模型训练,从而也降低了对深度学习模型的硬件需求。