QA1: Write a Python program to plot a few activation functions that are being used in neural networks. View Code View Code (Easy)
QA7: Write a Python program to implement artificial neural network for forward propagation and back propagation. View Code SAME Code for A7 , B1, B3
QB1: Write a Python program to implement XOR using back propagation algorithm. View Code SAME Code for A7 , B1, B3
QB3: Write a Python program to simulate a feed forward neural network using back propagation algorithm. View Code SAME Code for A7 , B1, B3
QB5: 5. Write Python program to implement CNN object detection. Discuss numerous performance evaluation metrics for evaluating the object detecting algorithms' performance View Notebook image1.jpg image2.jpg
QC1: 1. How to Train a Neural Network with TensorFlow/Pytorch and evaluation of logistic regression using tensorflow View Notebook
QC4: 4. MNIST Handwritten Character Detection using PyTorch, Keras and Tensorflow View Notebook test.jpg