RTUComputer ScienceYr 2024 · Sem 62024

Q8Machine Learning

Question

2 marks

Name two common activation functions.

Answer

Two absolute dominant activation functions are the Sigmoid function (used for binary probability) and the Rectified Linear Unit (ReLU) function (used aggressively in deep hidden layers).

The Sigmoid function, , violently squashes any real number strictly into the range , perfect for outputting probabilities. ReLU, , mathematically solves the catastrophic vanishing gradient problem by passing positive values unchanged and flatlining negative values.

Back to Paper