Input and output layer activation functions of neurons in Orange

What are the activation functions of the neurons in the input and output layer of a neural network model from the Orange machine learning application?

Topic activation-function orange neural-network

Category Data Science


The activation functions are used in hidden layers and output layer. The output layer will usually have sigmoid or softmax activation while hidden layers usually use ReLU. ReLU is available in Orange at least (there is a dropdown which you can explore but ReLU works best mostly, read this). Also, check this link for looking at neural networks in Orange.

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.