Machine Learning Programs
Machine Learning Programs
πData Preprocessing in Machine Learning
πData Preprocessing in Machine learning (Handling Missing values )
πLinear Regression - ML Program - Weight Prediction
πNaΓ―ve Bayes Classifier - ML Program
πLOGISTIC REGRESSION - PROGRAM
πKNN Machine Learning Program
πSupport Vector Machine (SVM) - ML Program
πDecision Tree Classifier on Iris Dataset
πClassification of Iris flowers using Random Forest
πDBSCAN
π 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 Backpropagation algorithm and test the same using appropriate data sets.
πWrite a program to construct a Bayesian network considering medical data. Use this model to demonstrate the diagnosis of heart patients using a standard Heart Disease Data Set.
πWrite a program to implement k-Nearest Neighbors algorithm to classify the iris data set. Print both correct and wrong predictions.
πImplement the non-parametric Locally Weighted Regression algorithm in order to fit data points. Select appropriate data set for your experiment and draw graphs.
πWrite a program to implement SVM algorithm to classify the iris data set. Print both correct and wrong predictions.
π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.
π Write a program using scikit-learn to implement K-means Clustering
πProgram to calculate the entropy and the information gain
πProgram to implement perceptron.
πData Preprocessing in Machine learning (Handling Missing values )
πLinear Regression - ML Program - Weight Prediction
πNaΓ―ve Bayes Classifier - ML Program
πLOGISTIC REGRESSION - PROGRAM
πKNN Machine Learning Program
πSupport Vector Machine (SVM) - ML Program
πDecision Tree Classifier on Iris Dataset
πClassification of Iris flowers using Random Forest
πDBSCAN
π 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 Backpropagation algorithm and test the same using appropriate data sets.
πWrite a program to construct a Bayesian network considering medical data. Use this model to demonstrate the diagnosis of heart patients using a standard Heart Disease Data Set.
πWrite a program to implement k-Nearest Neighbors algorithm to classify the iris data set. Print both correct and wrong predictions.
πImplement the non-parametric Locally Weighted Regression algorithm in order to fit data points. Select appropriate data set for your experiment and draw graphs.
πWrite a program to implement SVM algorithm to classify the iris data set. Print both correct and wrong predictions.
π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.
π Write a program using scikit-learn to implement K-means Clustering
πProgram to calculate the entropy and the information gain
πProgram to implement perceptron.
Comments
Post a Comment