Advanced Deep Learning
Advanced Deep Learning Sequence Models 1.Which tool is NOT Suited for building ANN models Ans:Excel Neural Networks & Deep Learning 2. “Convolutional Neural Networks can perform various types of transformation (rotations or scaling) in an input”. Is the statement correct True or False? Ans: False Convolutional Neural Networks 3.CNN is mostly used when there is a/an? Ans:Unstructured data Sequence Models 4.How deep learning models are built on Keras Ans:by using sequential models Convolutional Neural Networks 5.Which of the following activation function can not be used in the output layer of an image classification model? Ans:ReLu Neural Networks & Deep Learning 6.ReLU activation function outputs zero when: Ans:Input is less than or equal to zero Sequence Models 7.What is generally the sequence followed when building a neural network architecture for semantic segmentation for image? Ans:Convolutional network on input and deconvolutional network on output 8. A tensor is simi...