0% found this document useful (0 votes)
123 views3 pages

Machine Learning (Assignment 1-5)

This document contains 5 assignments related to machine learning topics. The first assignment defines machine learning and discusses its importance with examples. It also discusses applications of machine learning and the steps to design a learning system. The second assignment explains concepts in R programming like matrices, data frames, factors, and built-in functions. The third assignment covers Bayesian classification and Naive Bayes. The fourth assignment discusses artificial neural networks and algorithms like perceptron and support vector machines. The fifth assignment is about association rule mining, market basket analysis, clustering with K-means, and the Apriori algorithm.

Uploaded by

Anabiya Noor
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)
123 views3 pages

Machine Learning (Assignment 1-5)

This document contains 5 assignments related to machine learning topics. The first assignment defines machine learning and discusses its importance with examples. It also discusses applications of machine learning and the steps to design a learning system. The second assignment explains concepts in R programming like matrices, data frames, factors, and built-in functions. The third assignment covers Bayesian classification and Naive Bayes. The fourth assignment discusses artificial neural networks and algorithms like perceptron and support vector machines. The fifth assignment is about association rule mining, market basket analysis, clustering with K-means, and the Apriori algorithm.

Uploaded by

Anabiya Noor
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/ 3

Arka Jain University (Jamshedpur)

Machine Learning
Assignment – 1
Date :- 30/08/2023
Day :- Wednesday

1. Define Machine Learning. Explain with examples why machine learning is important?
2. Discuss some applications of machine learning with examples.
3. What is well proposed learning problems?
4. Explain the steps in designing a learning system in details.
5. Explain different perspective and issues in machine learning.
6. Write down the issues of machine Learning.
7. List out the advantages of machine learning.
8. What are the different types of machine learning?
9. What is well proposed learning problems?
10.Write down the history of machine learning.

Assignment – 2

1. Explain briefly about Matrix, Data Frame and vector.


2. Explain factors in R.
3. What is the use of Factors in R Language?
4. Explain creation of Data Frame and accessing of Data Frame.
5. Explain various operations in Matrix.
- Creation of two 3x3 matrix.
- Perform addition of two matrices.
- Subtraction of Matrices.
- Multiplication of Matrices.
6. Write down the salient features of R language
7. What are the different data types in R? Explain any five data types in R language.
8. What are the advantages of R?
9. Explain the different built in functions in R.

Assignment – 3

1. Explain the concept of Bayes' theorem with an example.


2. Explain Bayesian belief network and conditional independence with example.
3. How do you classify text using Bayes' Theorem?
4. What is 'naive' in the Naive Bayes' Classifier?
5. Explain Naïve Bayes Classifier with an Example.
6. What is minimum description length principle?
7. Explain the k-Means Algorithm with an example.
8. Compare K-means and K-NN Algorithms.
9. How will you know which Machine Learning algorithm to choose for your
classification problem?
i. Solve using Bayesian classification.
Car no. Color Type Origin Stolen
Yes

Attachment

1 Red Sports Domestic Reply


Cancel
Back

Assignment – 4

1. What is Artificial Neural Network?


2. What are the types of problems in which Artificial Neural Network can be applied?
3. Explain the concept of Perceptron with a neat diagram.
4. Discuss the Perceptron training rule.
5. Under what conditions the Perceptron rule fails and it becomes necessary to apply the
delta rule?
6. Explain support vector machine.
7. Explain black box method.
8. Explain linear and logistic regression.
9. What do you mean by modelling strength of concrete with ANN's?
10.Explain about regression trees and model trees.

Assignment – 5

1. Write down the association rules.


2. Explain clustering with K means.
3. Write down the example of clustering with K means.
4. Explain the Evaluating Model Performance- Measuring performance for classification
in R
5. Write down an example of association rule.
6. Explain the Association rule mining.
7. What is market basket analysis?
8. Explain the Apriori Algorithm.
9. Solve using Apriori Algorithm
(MIN.CONF-50%, MIN SUPPORT-50%)
Transaction Item Set
I1 A,B,C
I2 A,C
I3 A,D
I4 B,E,F

You might also like