0% found this document useful (0 votes)
6 views1 page

Case Studies

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)
6 views1 page

Case Studies

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
You are on page 1/ 1

CO-1:

1. Suppose we want to classify potential bank customers as good creditors or bad creditors for
loan applications. We have a training dataset describing past customers using the following
attributes: Marital status {married, single, divorced}, Gender {male, female}, Age {[18..30[,
[30..50[, [50..65[,[65+]}, Income {[10K..25K[, [25K..50K[, [50K..65K[, [65K..100K[,
[100K+]}. Develop a neural network to solve the above problem.
2. Describe your approach to optimizing the deep neural network using Adam and momentum-
based optimization algorithms. Assume relevant data.
CO-2:
1. For a given image set generate a Deep ANN classification model. use random mini-batch
evaluations and check how it reduce the complexity of the model.
2. The company is developing an image classification system to help farmers identify and
manage crop diseases more effectively. Outline your approach to addressing the image
classification problem for crop disease identification. Include details about data preprocessing,
model selection, training, evaluation
3. Discuss about Deep Learning Regularization techniques
4. Imagine you are working on a project for a wildlife conservation organization. They have
collected a large dataset of images containing various species of animals in the wild, such as
tigers, elephants, and rhinoceros. Your task is to develop a deep-learning model that can
automatically classify these animal images into their respective categories. Discuss the suitable
architecture and justify the layers used in the model.
5. An agricultural biotech client needed a way to accurately diagnose crop disease and
progression in order to provide customized, environmentally friendly solutions to its
community of farmers. Develop a suitable deeplearning model to detect the disease and its
progression in 30 days.
6. Could the use of GANs for generating synthetic crop disease images lead to biases or
inaccuracies in the trained classification model? In what ways can transfer learning techniques
be combined with GAN-generated images to further enhance the performance of the disease
classification model?
7. Design a VAE to learn latent representations of music genres and user preferences. How do
you Apply the model to recommend songs in real-time based on a user's current listening
habits.
8. An autonomous vehicle company is leveraging Denoising Autoencoders for real-time image
denoising to improve perception capabilities in adverse weather conditions. Define Denoising
Autoencoder-based image processing pipeline to enhance the reliability and performance of its
autonomous vehicles in real-world scenarios.
9. Explain how you would use an Autoencoder for anomaly detection in network traffic.

You might also like