0% found this document useful (0 votes)
120 views

Soft Computing (Practical List)

This document provides a list of 10 experiments involving neural networks and machine learning algorithms. The experiments include generating logic gates and functions like XOR with perceptrons, Adaline nets and McCulloch-Pitts nets, solving linearly separable problems with perceptrons, calculating weights for backpropagation networks, designing fuzzy inference systems, and optimizing functions and problems like traveling salesman and job scheduling using genetic algorithms.

Uploaded by

hridaykagalkar
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
120 views

Soft Computing (Practical List)

This document provides a list of 10 experiments involving neural networks and machine learning algorithms. The experiments include generating logic gates and functions like XOR with perceptrons, Adaline nets and McCulloch-Pitts nets, solving linearly separable problems with perceptrons, calculating weights for backpropagation networks, designing fuzzy inference systems, and optimizing functions and problems like traveling salesman and job scheduling using genetic algorithms.

Uploaded by

hridaykagalkar
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Suggested List of Experiments

1. Form a perceptron net for basic logic gates with binary input and output.
2. Using Adaline net, generate XOR function with bipolar inputs and targets.
3. Generate XOR function using McCulloch-Pitts neural net.
4. Generate ANDNOT function using McCulloch-Pitts neural net.
5. Write a program for solving linearly separable problem using Perceptron Model
6. Calculation of new weights for a Back propagation network, given the values of input
pattern, output pattern, target output, learning rate and activation function.
7. Design fuzzy inference system for a given problem.
8. Maximize the function y =3x2 + 2 for some given values of x using Genetic algorithm.
9. Implement Travelling salesman problem using Genetic Algorithm.
10. Optimization of problem like Job shop scheduling using Genetic algorithm

You might also like