AI Neural Networks Question:
Download Questions PDF

The name for the function in question 16 is
a) Step function
b) Heaviside function
c) Logistic function
d) Perceptron function

AI Neural Networks Interview Question
AI Neural Networks Interview Question

Answer:

b) Heaviside function
Explanation:
Also known as the step function - so answer 1 is also right. It is a hard thresholding function, either on or off with no in-between.

Download AI Neural Networks Interview Questions And Answers PDF

Previous QuestionNext Question
The network that involves backward links from output to the input and hidden layers is called as ____.
a) Self organizing maps
b) Perceptrons
c) Recurrent neural network
d) Multi layered perceptron
A 3-input neuron is trained to output a zero when the input is 110 and a one when the input is 111. After generalization, the output will be zero when and only when the input is:
a) 000 or 110 or 011 or 101
b) 010 or 100 or 110 or 101
c) 000 or 010 or 110 or 100
d) 100 or 111 or 101 or 001