-
Implement and demonstrate the find-s algorithm for finding the most specific hypothesis based on a given set of training data samples. Read the training data from a .csv file.
-
For a given set of training data examples stored in a .csv file, implement and demonstrate the candidate-elimination algorithm to output a description of the set of all hypotheses consistent with the training examples.
-
Write a program to demonstrate the working of the decision tree based id3 algorithm. Use an appropriate data set for building the decision tree and apply this knowledge to classify a new sample.
-
Build an artificial neural network by implementing the back-propagation algorithm and test the same using appropriate data sets.
-
Write a program to implement the naïve bayesian classifier for a sample training data set stored as a .csv file. Compute the accuracy of the classifier, considering few test data sets.
-
Assuming a set of documents that need to be classified, use the naïve bayesian classifier model to perform this task. Built-in java classes/api can be used to write the program. Calculate the accuracy, precision, and recall for your data set.
-
Write a program to construct a bayesian network considering medical data. Use this model to demonstrate the diagnosis of heart patients using standard heart disease data set. You can use java/python ml library classes/api.
-
Apply em algorithm to cluster a set of data stored in a .csv file. Use the same data set for clustering using k-means algorithm. Compare the results of these two algorithms and comment on the quality of clustering. You can add java/python ml library classes/api in the program.
-
Write a program to implement k-nearest neighbor algorithm to classify the iris data set. Print both correct and wrong predictions. Java/python ml library classes can be used for this problem.
-
Implement the non-parametric locally weighted regression algorithm in order to fit data points. Select appropriate data set for your experiment and draw graphs.
forked from AbhishekMali21/MACHINE-LEARNING-LABORATORY
-
-
Notifications
You must be signed in to change notification settings - Fork 0
ML LAB PROGRAMS FOR SCHEMES +2015 +2017 +2018
License
menahishayan/Machine-Learning-Lab-VTU
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
ML LAB PROGRAMS FOR SCHEMES +2015 +2017 +2018
Topics
Resources
License
Stars
Watchers
Forks
Languages
- Jupyter Notebook 91.7%
- Python 8.3%