.

Monday, March 11, 2019

Soft Computing Practical File

practaSAGAR INSTITUTE OF RESEARCH AND engineering science SOFT COMPUTING PRACTICAL FILE (CS-801) Subject Guide Submitted by INDEX S. No. List of Experiments Signature 1. give Perceptron network with binary scuttlebutt and turnout. 2. Using Madaline net, generate XOR function with bipolar inputs and targets. 3. Calculation of recent weights for a back propagation network, given the values of input pattern, output pattern, target output, learning rate and activation function. 4. Use of ART algorithmic program 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 twin(a) using GA. Experiment 1 Implement Perceptron network with binary input and output. Program /*PERCEPTRON*/ include include main() signed int x42,tar4 float w2,wc2,out=0 int i,j,k=0,h=0 float s=0,b=0,bc=0, important=0 float theta clrscr() printf(Enter the value of theta & alpha) scanf(%f%f,&theta,&alpha) for(i=0i

No comments:

Post a Comment