Assignments Theory
Assignments Theory
Assignment 1
Assignment 2
Assignment 3
1.
2.
5.
6. Translate each of the following sentences into First Order Logic (FOL):
(a) Not all cars have carburetors
9. Translate each of the following sentences into First Order Logic (FOL):
10. Translate each of the following sentences into First Order Logic (FOL):
UNIVERSITY OF PETROLEUM AND ENERGY STUDIES
Assignment 4
i.
ii. Calculate the Gini Index while splitting A on B. Which attribute would
the decision tree induction algorithm should choose?
5. How does the random forest tree work for classification?
6. Explain Bagging and Boosting in training random forest tree.
7. How Naive Bayes Algorithms works?
8. How does the SVM work?
9. How does the KNN work?
10. How to choose right value for K in KNN?
UNIVERSITY OF PETROLEUM AND ENERGY STUDIES
Assignment 5
Assignment 6
1. Discuss Artificial Neural Network and compare it with the human brain by taking
suitable examples.
2. Compare and contrast a Standard Computer with Artificial Neural Networks.
3. How do ANNs work?
4. Discuss the design issues of an Artificial Neural Network.
5. Discuss the application areas of an Artificial Neural Network.
6. What is back propagation in Artificial Neural Network?
7. Discuss the role of a Bias in Artificial Neural Network.
8. Discuss various steps in Back propagation Algorithm of an Artificial Neural
Network.
9. Consider the following ANN:
x1 x2 x3 w14 w15 w2 w2 w3 w3 w4 w5
4 5 4 5 6 6
θ4 θ5 θ6
-0.4 0.2 0.1
Calculate the Net Input Ij and Output Oj. Calculate also the Error at each Node.