Posts

Showing posts from November, 2024

14. DL questions

  1.       1.  Build a Convolution Neural Network for Image Recognition       2.       Identifying age group of an actor Design Artificial Neural Networks for Identifying and Classifying an actor using Kaggle Dataset.     3.       Design a CNN for Image Recognition which includes hyper parameter tuning.          Implement a Recurrence Neural Network for Predicting Sequential Data.     5.       Removing noise from the images Implement Multi-Layer Perceptron algorithm for Image denoising hyperparameter tuning   6.       Implement Object Detection Using YOLO     7.         Building and training an AlexNet-like model using the CIFAR-10 dataset in TensorFlow/Keras: and Test the model   8.       ...