Machine Learning Programs
- Implement the matrices operations using both Numpy and pandas
- Using matplotlib to perform data visualization on the standard dataset
- Implement Linear Regression using ordinary least square(OLS) and Gradient Descent methods
- Implement quadratic Regression
- Implement Logistic Regression
- Evaluate performance measures on regression models (Linear, quadratic and Logistic).
- Implement classification using SVM
- Implement Decision-tree learning
- Implement Bagging using Random Forests
- Implement K-means Clustering to Find Natural Patterns in Data
- Implement DBSCAN clustering
- Implement the Gaussian Mixture Model
- Solve the curse of dimensionality by implementing the PCA algorithm on a high-dimensional
- Comparison of Machine Learning algorithms
Comments