INDEX
S. No LIST OF PROGRAMS PAGE SIGNATURE
NO.
1. Program 1: Print the summary of a deep learning 1-2
model.
2. Program 2: Print the summary of an ANN model 3-4
taking titanic dataset.
3. Program 3: Print the accuracy, precision, recall, 5-9
sensitivity, Accuracy graphs and loss graphs for
diabetic dataset models.
4. Program 4: Print the accuracy, precision, recall, 10-13
sensitivity, Accuracy graphs and loss graphs for
diabetic dataset models using early stopping.
5. Program 5: Program to show the concept of early 14-17
stopping.
6. Program 6: Write a program an ANN models using 18-21
different optimizers to predict movie success from
the TMDB dataset.
7. Program 7: Write a program an ANN model to 22-25
predict survival on the Titanic dataset and compare
the performance of different optimizers.
8. Program 8: Write a program an ANN model to 26-29
classify breast cancer and compare different
optimizers for best accuracy.
9. Program 9: Write a program an ANN model to 30-33
classify mushrooms and compare different
optimizers for best performance.
10. Program 10: Write a program an ANN model to 34-37
classify mobile brands and compare different
optimizers for best accuracy.
11. Program 11: Write a program to perform basic 38-41
image augmentation techniques such as rotation,
flipping, brightness adjustment, zooming,
translation, and grayscale conversion using
OpenCV.
12. Program 12: Write a program to read 10 images 42-44
from folder then prepare 6 augmented images for
each image and show it in different folder. Count
the number of images in augmented folder and print
the count on the screen.
13. Program 13: Print the confusion matrix and loss 45-48
plot of the PIMA dataset and write the value of
metrics like: Precision, Recall and F1-score.
14. Program 14: Object Detection with pre-trained 49-51
Retina Net with Keras.
15. Program 15: Write the python program to 52-55
implement convolution operation to find horizontal
lines, vertical lines and oblique lines.
16. Program 16: Program to print the accuracy of CNN 56-58
using max pooling technique.
17. Program 17: Program to print the accuracy of CNN 59-61
using Average pooling technique.
18. Program 18: Program to print the accuracy of CNN 62-64
using min pooling technique.
19. Program 19: Predicting the next word in a sentence 65-67
using RNN.
20. Program 20: Write a Program to Optimize the CNN 68-71
using various optimization techniques.