Answer the following questions. 1. What is the main difference between Machine Learning and Deep Learning? 2. What is the Vanishing Gradient Problem in deep neural networks? 3. What is the function of the cv2.imread() and cv2.imwrite() methods in OpenCV? 4. What is the role of neurons in a Neural Network? 5. Which library would you use to capture and process video in Python using OpenCV? 6. Define a Shallow Neural Network. 7. Describe the process of resizing an image in OpenCV.
[7 marks]Compare and contrast Machine Learning and Deep Learning, highlighting their similarities and differences.
[7 marks]Define Neural Networks and distinguish them from Shallow Neural Networks.
[7 marks]What are RNNs and LSTM networks? How do they differ, and what are their applications in time-series prediction and text generation?
[7 marks]Discuss the evolution of CNN architectures for image classification and explain how fine-tuning a CNN improves performance.
[7 marks]Explain the roles of the Generator and Discriminator in GAN and describe how GANs work.
[7 marks]Outline the key steps involved in training a GAN and discuss the challenges faced during the training process.
[7 marks]What are Deep Convolutional GANs (DCGAN)? How do they differ from traditional GANs?
[7 marks]Compare PIX2PIX and CycleGAN, emphasizing their differences and unique applications in image-to-image translation tasks.
[7 marks]Introduce Reinforcement Learning and explain the key terms: Environment, State, Reward, Policy, and Value, detailing their roles in the learning process.
[7 marks]Discuss the concept of Sequential Decision-Making and the MDP in the context of Reinforcement Learning.
[7 marks]Provide a brief explanation of Bellman’s Equation in the context of decision processes.
[7 marks]Compare Q-learning, SARSA, DQNs, and DDPG, and discuss their real-world applications in Reinforcement Learning.
[7 marks]Discuss the key concepts in Speech and Language Processing, focusing on ambiguity, models, algorithms, and a brief history of the field.
[7 marks]Explain Regular Expressions and Automata, and their roles in text processing and similarity computation.
[7 marks]Explain Part of Speech tagging using Hidden Markov Models also covering sequence tagging and feature extraction techniques.
[7 marks]Provide a brief explanation of sentiment analysis, including a suitable example to illustrate its application.
[7 marks]