Instructions:
- The course objectives and course outcomes are identical to that of (Artificial Neural Networks) as this is the practical component of the corresponding theory paper.
- The practical list shall be notified by the teacher in the first week of the class commencement under intimation to the office of the Head of Department / Institution in which the paper is being offered from the list of practicals below.
List of Programs
- Setting up the Spyder IDE Environment and Executing a Python Program
- Implementation of different activation function to train ANN.
- Implementation of different learning rules.
- Implementation of Perceptron Networks.
- Program to calculate output in a multi-layer feed forward network.
- How the Perceptron Learning rule works for Linearly Separable Problem.
- How the Perceptron Learning rule works for Non-Linearly Separable Problem.
- Program to train a neural network to classify two clusters in a 2-dimensional space
- Make Predictions with k-nearest neighbors on the Iris Flowers Dataset
- Installing Keras, Tensorflow and Pytorch libraries and making use of them
No comments:
Post a Comment