The lectures of INDE 577 are given by R. Davila by Rice University in the Fall semester of 2022. This repository includes all codes, readme files, and relevant instruction for implementing a particular algorithm onto a dataset. The algorithms will include supervised/unsupervised ML and a bit RL.
- K-Nearest Neighbors
- Gradient Descent
- Linear Regression
- Logistic Regression
- Single Perceptron
- Multi Layer Perceptron
- Decision Trees
- Random Forests
- Ensemble Learning
- K-Means Clustering
- Principal Component Analysis(PCA)
All the data used in these algorithms are from public database, such as LendingClub, UCI Machine Learning Repository[ https://archive.ics.uci.edu/ml/index.php], etc. And some random numerical data are generated as needed in the code.
Numpy, Pandas, Matplotlib, Seaborn, Scikit-learn, Keras, TensorFlow, etc. (Programmed in Visual Studio)