Uploaded by Pooja Premnath

A1-QP

advertisement
Sri Sivasubramaniya Nadar College of Engineering, Kalavakkam – 603 110
(An Autonomous Institution, Affiliated to Anna University, Chennai)
Department of Computer Science & Engineering
Assignment – I
Question Paper
Degree & Branch
B. E. / B. Tech
CSE, ECE, EEE, CHEM, CIVIL, BME
[Honors and Minors]
Subject Code & Name
UCS2H22 – Soft Computing
Academic Year
2023-24
Semester
V
Regulation
2021
Batch
2021-2025
Maximum: 100 Marks
1. Consider the Diabetes dataset that consists of the vitals for 442 diabetic patients. The dataset is available
in the scikit-learn library. The dataset consists of 10 features that include age, gender, BMI, blood pressure,
total serum cholesterol, low-density lipoproteins cholesterol, high-density lipoproteins cholesterol, total
cholesterol / HDL cholesterol ratio, log of serum triglycerides level, blood sugar level. The target variable
is a quantitative measure of disease progression in one year after baseline.
Define the problem statement clearly for the above problem with the objective and explore at
least two perceptron models to meet the objective. Build the perceptron models and compare the results
of the chosen models.
(CO2,K3)
Evaluation
Problem statement
Choice of Perceptron models
Implementation of Models
Comparison
Marks
10
10
20
10
2. Find the optimal step size to minimize the following objective function: f(x) = x2 + 4 sin (2x).
Develop step size determination methods to determine the optimal step size by choosing an initial
interval. Use the objective function f(x) to evaluate the performance of different step size estimates.
Visualize the convergence of the algorithm by plotting the values of the objective function at each
iteration. Test your implementation on the specified objective function with different initial intervals.
Evaluate the convergence speed and accuracy of the methods for this optimization problem.
(CO3,K3)
Evaluation
Problem statement
Choice of method
Implementation of method
Evaluation
Marks
10
10
20
10
Download