This repository contains the implementations of some machine learning algorithms using Python, which are finished in the homeworks of CS6140 Machine Learning.
- Gaussian Naive Bayes
- Linear Regression
- Logistic Regression
- Support Vector Machines
- PCA and Kernel PCA
- Kmeans
- Spectral Clustering
- Neural Networks
- Autoencoder