.

Sunday, May 26, 2019

Soft Computing Practical File

practaSAGAR INSTITUTE OF RESEARCH AND TECHNOLOGY SOFT COMPUTING PRACTICAL single file (CS-801) Subject Guide Submitted by INDEX S. No. List of Experiments Signature 1. Implement Perceptron network with binary input and output. 2. Using Madaline net, generate XOR function with bipolar inputs and targets. 3. Calculation of new weights for a back propagation network, given the values of input pattern, output pattern, target output, learning rate and activation function. 4. Use of guile algorithm to cluster vectors. 5. Implement traveling salesman problem using genetic algorithm. 6. Implement various laws associated with fuzzy sets. 7. Implement fuzzy sets. 8. Implement word coordinated using GA. Experiment 1 Implement Perceptron network with binary input and output. Program /*PERCEPTRON*/ include include main() signed int x42,tar4 be adrift w2,wc2,out=0 int i,j,k=0,h=0 float s=0,b=0,bc=0,alpha=0 float theta clrscr() printf(Enter the value of theta & alpha) scanf(%f%f,&theta,&alpha) for(i=0i

No comments:

Post a Comment