Google News
logo
TensorFlow.js - Interview Questions
What are activation functions in TensorFlow?
Activation functions are functions applied to the output side of a neural network that serves to be the input of the next layer. It forms a very important part of neural networks as it provides nonlinearity that sets apart a neural network from logistic regression.
Advertisement