0% found this document useful (0 votes)
2 views2 pages

Deep Learning Concepts and Implementations

The document contains a series of questions related to Deep Learning, covering definitions, types of neural networks, and comparisons with Machine Learning. It addresses the popularity of Deep Learning, differentiates biological and artificial neurons, and discusses perceptrons and multilayer perceptrons. Additionally, it includes practical implementation questions for basic logical functions using neural network concepts.

Uploaded by

henop47759
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views2 pages

Deep Learning Concepts and Implementations

The document contains a series of questions related to Deep Learning, covering definitions, types of neural networks, and comparisons with Machine Learning. It addresses the popularity of Deep Learning, differentiates biological and artificial neurons, and discusses perceptrons and multilayer perceptrons. Additionally, it includes practical implementation questions for basic logical functions using neural network concepts.

Uploaded by

henop47759
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Questions on Module No.

01

Q.1 Define Deep Learning? Explain types of Neural Networks?

Q.2 Differentiate between DL and ML using following points?


Data Dependency
Hardware Dependency
Training Time
Feature Selection
Interpretability

Q.3 Why is Deep Learning so popular and in demand these days? Explain using following
points.
1. Datasets
2. Frameworks
3. Model Architecture
4. Hardware
5. Community

Q.4 Differentiate between a biological neuron and McCulloch-Pitts neuron

Q.5 What is perceptron? explain key components of a perceptron.

Q.6 What is Multilayer Perceptron? explain how it overcomes limitations of perceptron.

Q.7 Use proper notations (naming conventions) for the following neural network and find
total as well as layer wise trainable parameters.
Q.8 Explain any five basic terminologies of Deep Learning

Q.9 Implement XOR function using McCulloch-Pitt neuron.

Q.10 Implement AND function using perceptron rule.

Q.11 Implement NAND function using McCulloch-Pitt neuron.

Q.12 Implement AND function using perceptron rule.

You might also like