- Write a program in python for implementing the Naive Bayes Algorithm on Zoo dataset.
- Write a program in python for implementing the Linear Regression with one variable using Least Square using Housing dataset.
- Write a program in python for implementing the Linear Regression with one variable using Least Square using Insurance dataset.
- Write a program in python for implementing the Linear Regression with one variable using Gradient Descent using Housing dataset.
- Write a program in python for implementing the Multiple Linear Regression for 50 Startsup Data.
- Write a program in python for implementing the Multiple Linear Regression using LASSO and RIDGE regression for 50 Startsup Data.
- Write a program in python for implementing the K-Means clustering unsupervised machine learning algorithm using IRIS dataset.
- Write a program in python for implementing the Neural Network with Backpropagation algorithm for Wheat-seeds dataset.
- Write a program in python for implementing the K-Nearest Neighbor algorithm for iris dataset.
- Write a program in python for implementing the Decision Tree algorithm for iris dataset.