Neural Network & Deep Learning Lab
NNDL
1. Tensorflow in Python Installation and Environment Setup
2. Kerasin Python Installation and Environment Setup
3. Implement a 2 node neural network model using keras
4. Implement different activation functions to train the neural network (binary step activation).
Function, Linear Activation Function, and Non-Linear Activation Function).
5. i) Implement AND/OR Gate with 2-bit Binary Inputs using single layer perceptron.
ii) Implement NOT Gate with 1-bit Binary Inputs using single layer perceptron.
6. Implement XOR Problem using Multi-Layered Perceptron
Comments