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

Popular posts from this blog

About me

A set of documents that need to be classified, use the Naive Bayesian Classifier

Keras