You are on page 1of 1

CO 1 & 2 Assignment questions

1. Implement an algorithm for checkers game. Represent the learned function 𝑣̌ as a linear
combinations of board features of your choice and for training, play it repeatedly against
second copy of the program that uses a fixed evaluation function you create it by hand.

2. Suppose you are the CEO of a restaurant Franchise and considering different cities for opening
a new outlet. The Chain has already had trucks in various cities, and you have data for profits
and population from the cities. You would like to use this data to help you select which city to
expand. Frame a machine learning algorithm to do the above task.
3. Operate Naïve Bayes algorithm for learning and classifying text? Find class of unseen
sample X=<Age >40, Income=Medium, Student =yes, Credit Rating= Excelle

Age Income Student Credit_Rating Buy


Computer
<=30 High No Fair No
<=30 High No Excellent No
31….40 High No Fair Yes
>40 Medium No Fair Yes
>40 Low Yes Fair Yes
>40 Low Yes Excellent No
4. Consider the following Network:

Input: (1,2) Output: 1: Use Sigmoid function.


Apply Back propagation algorithm to compute Net weights, Output of “y” and error difference.

You might also like