1.
To implement uninformed search algorithms such as BFS
2. To implement the breadth first and depth first search in terms of time and space
3. To implement and compare Greedy and A* algorithms.
4. To implement the non-parametric locally weighted regression algorithm in order to fit
data points and to Select appropriate data set for your experiment and draw graphs.
5. To write a C++ program to demonstrate the working of the decision tree based algorithm
6. To Build an artificial neural network by implementing the back propagation algorithm
and test the same using appropriate data sets.
7. To write a c++ program to implement the naïve Bayesian classifier
8. To write a c++ program to implementing neural network using self-organizing map.
9. To Implementing k-Means algorithm to cluster a set of data.
10. To Implementing hierarchical clustering algorithm.