Discuss the conceptual framework for resource planning.
See Answer →
Explain the key elements and strategies involved in agripreneurship development
See Answer →Discuss the importance and features of Agriculture Infrastructure Funds. Explain the system of managing this fund.
See Answer →What do you understand by agro-based enterprises? Discuss about major agrobased industries. Briefly explain the practices followed by a modern nursery.
See Answer →What do you mean by agri-startups? Discuss the various government support to promote agri startups. Briefly note the action plan for spreading the startup movement in India
See Answer →What do you mean by agri-startups? Discuss the various government support to promote agri startups. Briefly note the action plan for spreading the startup movement in India
See Answer →
Compute the Linear Discriminant projection for the following two-dimensional dataset X1 = (x1, x2) = {(4,2), (2,1), (2,4), (3,5), (4,5)} and X2 = (x1, x2) = {(9, 9), (6, 9), (9, 6), (8, 7), (10, 9)}
See Answer →Consider the two-dimensional patterns (2, 2), (3, 6), (4, 4), (5, 6), (6, 7), (7, 8), (8, 8) and (9, 10). Using the PCA Algorithm, calculate the primary component
See Answer →Write Back Propagation algorithm, and showcase its execution on a neural network of your choice (make suitable assumptions if any)
See Answer →Consider the following set of data points (Year of experience salary). Find the 2nd order polynomial y=?0 + ?1?i + ?2 ?i 2 , and using polynomial regression determine the salary when year of experience is
| Years of Experience (X) | Salary (Y) in Dollar |
| 1 | 50,000 |
| 2 | 55,000 |
| 3 | 65,000 |
| 4 | 80,000 |
| 5 | 110,000 |
| 6 | 150,000 |
| 7 | 200,000 |
See Answer →
Using the following training dataset, apply Naïve Bayes classification algorithm to find the class of an unknown sample X = < Rainy, Cool, High, False >
| S. No | Outlook | Temperature | Humidity | Windy | Play Golf/Class |
| 0 | Rainy | Hot | High | False | No |
| 1 | Rainy | Hot | High | True | No |
| 2 | Overcast | Hot | High | False | Yes |
| 3 | Sunny | Mild | High | False | Yes |
| 4 | Sunny | Cool | Normal | False | Yes |
| 5 | Sunny | Cool | Normal | True | No |
| 6 | Overcast | Cool | Normal | True | Yes |
| 7 | Rainy | Mild | High | False | No |
| 8 | Rainy | Cool | Normal | False | Yes |
| 9 | Sunny | Mild | Normal | False | Yes |
| 10 | Rainy | Mild | Normal | True | Yes |
| 11 | Overcast | Mild | High | True | Yes |
| 12 | Overcast | Hot | Normal | False | Yes |
| 13 | Sunny | Mild | High | True | No |
Explain K-Nearest Neighbour (K-NN) classification algorithm with the help of a suitable example
See Answer →In a class, three students tossed one coins (one each) for 3 times. Write down all the possible outcomes which can be obtained in this experiment. What is the probability of getting 2 or more than 2 heads at a time? Also find the probability of getting three tails at a time.
See Answer →Define a frame for the entity date which consists of day, month and year. each of which is a number with restrictions which are well-known. Also, a procedure named compute-day-of-week is already defined.
See Answer →Consider the following Minimax game tree search in which root is maximizing node and children are visited from left to right. Find the value of the root node of the game tree?
Find the minimum cost path for the 8-puzzle problem, where the start and goal state are given as follows:
| 1 | 2 | 8 |
| 8 | 4 | |
| 7 | 6 | 6 |
Start State
| 2 | 8 | 1 |
| 4 | 3 | |
| 7 | 6 | 5 |
Goal State
See Answer →What are Intelligent agents in AI? Briefly discuss the properties of Agents.
See Answer →Compare Artificial Intelligence (AI), Machine Learning (ML), and Deep Learning (DL).
See Answer →