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

Bit Soft Computing Lab Manual

This document is the lab manual for the Soft Computing course from 2018-2022 at Birsa Institute of Technology, Sindri, Dhanbad. It outlines the 10 experiments to be performed in the lab which cover topics like perceptrons, neural networks, fuzzy sets, genetic algorithms, regression, and support vector machines. It also includes a table mapping the course outcomes of each experiment to the relevant program outcomes to demonstrate how the lab attain the program outcomes. The manual was prepared by Mr. Pranjeet Kumar Lenka for the Computer Science and Engineering & Information Technology department.

Uploaded by

Raj Kumar Singh
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
116 views

Bit Soft Computing Lab Manual

This document is the lab manual for the Soft Computing course from 2018-2022 at Birsa Institute of Technology, Sindri, Dhanbad. It outlines the 10 experiments to be performed in the lab which cover topics like perceptrons, neural networks, fuzzy sets, genetic algorithms, regression, and support vector machines. It also includes a table mapping the course outcomes of each experiment to the relevant program outcomes to demonstrate how the lab attain the program outcomes. The manual was prepared by Mr. Pranjeet Kumar Lenka for the Computer Science and Engineering & Information Technology department.

Uploaded by

Raj Kumar Singh
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

SOFT COMPUTING LABORATORY

LAB MANUAL

Academic Year : 2018 -2022


Course Code : CS604
Semester : VI
Branch : CSE & IT

PreparedBy

Mr. Pranjeet Kumar Lenka


Assistant Professor

DEPARTMENT OF CSE and IT

BIRSA INSTITUTE OF TECHNOLOGY


SINDRI, DHANBAD – 828 123
BIRSA INSTITUTE OF TECHNOLOGY
SINDRI, DHANBAD – 828 123
COMPUTER SCIENCE AND ENGINEERING & INFORMATION TECHNOLOGY

1. COURSE OUTCOMES and PROGRAM OUTCOMES :

COURSE OUTCOMES PROGRAM OUTCOMES


PO1 PO2 PO3 PO4 PO5 PO6 PO7

CO1 3 3 3 2 3 - -
CO2 - - - 3 3 - 2
AVG 3 3 3 2.5 3 - 2

2. ATTAINMENT OF PROGRAM OUTCOMES AND COURSE OUTCOMES:

Course Program
S. No Experiment Outcomes Outcomes
Attained Attained
1 Create a perceptron with appropriate number of inputs and outputs. Train CO1
it using fixed increment learning algorithm until no change in weights PO1
is required. Output the final weights
2 Write a program to implement artificial neural network without back CO1
propagation. Write a program to implement artificial neural network with PO2
back propagation.
3 Implement Union, Intersection, Complement and Difference operations on CO1
fuzzy sets. Also create fuzzy relation by Cartesian product of any two fuzzy
sets and perform max-min composition on any two fuzzy relations. PO3
4 Implement travelling sales person problem (tsp) using genetic algorithms. CO1
PO4
5 Plot the correlation plot on dataset and visualize giving an overview of CO2
relationships among data on soya bins data. Analysis of covariance: variance PO4
(ANOVA), if data have categorical variables on iris data.
6 CO1
Implement linear regression and multi-regression for a set of data points
PO5
7 CO2
Implement crisp partitions for real-life iris dataset
PO5
8 Write a program to implement Hebb’s rule Write a program to implement CO2
Delta rule. PO7
9 CO2
Write a program to implement logic gates.
PO4
10 Implement svm classification by fuzzy concepts. CO2
PO3

You might also like