This page represents practice test consisting of objective questions on neural networks. This test can prove to be useful for interviews as well. These questions can prove to be useful for machine learning interns / freshers / beginners.
These questions are related with some of the following topics:
- Introduction to neural networks
- Perceptron / Sigmoid neuron
- Types of neural networks
- Cost function for neural networks
Practice Test on Neural Networks
A perceptron can take _______ binary inputs and produces ________ binary outputs?
Wrong!
Which of the following type of neurons can take any kind of inputs and not just binary inputs?
Wrong!
Which of the following is true for a perceptron?
Wrong!
In case of perceptrons, which of the following needs to be changed in order to classify inputs in different classes?
Wrong!
Which of the following type of neurons can output any real number between 0 and 1 and not just binary outputs?
Wrong!
Multilayer networks are also called as ________
Wrong!
Neural networks in which output from one layer is fed as input to another layer are called as ________
Wrong!
Neural networks in which information is fed both backward and forward are called as ________
Wrong!
The goal in training a neural network is to find weights and biases which ____________ cost function?
Wrong!
Neural network with two or more hidden layers can be called as __________
Wrong!
Which of the following techniques is/are used for training deep neural networks?
Wrong!
Share your Results:
- First Principles Understanding based on Physics – April 13, 2021
- Precision & Recall Explained using Covid-19 Example – April 11, 2021
- Moving Average Method for Time-series forecasting – April 4, 2021
December 18, 2020 at 11:39 am
[…] Neural networks questions – Set 1 […]