0% found this document useful (0 votes)
7 views2 pages

AIML QB2

The document covers various topics in data analysis and machine learning, including univariate data analysis, types of machine learning, and the machine learning process. It includes practical applications such as visualizing datasets, applying statistical concepts, and solving equations using Gaussian elimination. Additionally, it discusses algorithms like k-Nearest Neighbour and multilayer perceptrons, along with their architectures and functionalities.

Uploaded by

Sidhu King
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views2 pages

AIML QB2

The document covers various topics in data analysis and machine learning, including univariate data analysis, types of machine learning, and the machine learning process. It includes practical applications such as visualizing datasets, applying statistical concepts, and solving equations using Gaussian elimination. Additionally, it discusses algorithms like k-Nearest Neighbour and multilayer perceptrons, along with their architectures and functionalities.

Uploaded by

Sidhu King
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Module 3

1.Explain univariate data analysis. What are the common visualization


techniques used?
2.List and describe the types of Machine Learning with suitable examples.
3.Illustrate the Machine Learning process with a neat diagram and explain each step.

4.Apply univariate analysis on a given dataset using visualization


techniques such as histograms or box plots.

5.Apply the concepts of descriptive statistics to summarize a real-life


dataset (e.g., exam scores, sales).

6.. Analyze the impact of different data types on the accuracy of


machine learning models.

7.Let us assume a regression algorithm generates a model y=0.54+0.66xy


= 0.54 + 0.66x for data pertaining to week sales data of a product.
Here, x is the week and y is the product sales.Find the prediction for the
5th and 8th week.

8.Analyze the given patient age data and explain the concept of Quantile
Range (QR) and Interquartile Range (IQR). Calculate the IQR for the
following patient ages and interpret what it indicates about the spread of
the data:{12, 14, 19, 22, 24, 25, 26, 28, 31, 34}

PART – II
1.Solve the following set of equations using Gaussian Elimination
method. 2x1+4x2=6 ,4x1+3x2=7.
2.Explain the concept of hypothesis in statistical learning.

3.Apply the k-Nearest Neighbour (k-NN) algorithm to classify the


following new data point using Euclidean distance. Use k = 3.

Poin Feature Feature Clas


t X1 X2 s

A 2 4 Red

B 4 2 Red

C 4 4 Blue

D 6 2 Blue

E 6 4 Blue
New data point to classify:
X = (5, 3)

6.Describe the working of the k-Nearest Neighbour algorithm

7. Let 12 be the population mean (μ) with the population variance (σ²) of
2. Consider the sample X = {1, 2, 3, 4, 5}. Apply z-test and show whether
the result is significant.

8.

MODULE 5
1.Apply the learning rule in a multilayer perceptron using
backpropagation algorithm.

2.Differentiate between Perceptron and Multilayer Perceptron in terms of


architecture and capabilities

3.List and explain the types of Artificial Neural Networks based on layer
configuration and data flow.

4.Demonstrate the functioning of a Radial Basis Function (RBF) neural


network.

You might also like