INDEX
Practical Details Date Sign
No
1 Implement the following:
a Design a simple linear neural network model. 01/10/2024
b Calculate the output of neural net using both 01/10/2024
binary and bipolar sigmoidal function.
2 Implement the following:
a Generate AND/NOT function using 11/10/2024
McCullochPitts neural net.
b Generate XOR function using McCulloch-Pitts 21/10/2024
neural net.
3 Implement the Following:
a Write a program to implement Hebb’s rule 22/10/2024
b Write a program to implement of delta rule. 22/10/2024
4 Implement the Following:
a Write a program for Back Propagation 21/11/2024
Algorithm
b Write a program for error Backpropagation 22/11/2024
algorithm.
5 Implement the Following:
a Kohonen Self organizing map 25/11/2024
b Adaptive resonance theory 26/11/2024
6 Implement the Following:
a Membership and Identity Operators | in, not in, 28/11/2024
b Membership and Identity Operators is, is not 29/11/2024
7 Implement the Following:
a Find ratios using fuzzy logic 02/12/2024
b Solve Tipping problem using fuzzy logic 03/12/2024
8 Implement the Following:
a Implementation of Simple genetic algorithm 05/12/2024
b Create two classes: City and Fitness using 06/12/2024
Genetic algorithm