Wk 1 - Neural Network Intuition Gathering

Professor Ng said that for each Neuron, it performs a logistic regression task. Is is always logistic regression that it is performing? Or can it perform Linear Regression or any other type of algorithm as well?

It can perform other kinds of non-linearities such as relu, tanh, selu or others…or linearities be it.