At this repository, I practice implementing some machine learning and deep learning models from scratch with python
Table of contents:
-
Linear Regression: House price prediction task [Code]
-
Logistic Regression: Heart disease prediction. [Code] [Dataset]
-
Simple Neural Network: Heart disease prediction. [Code] [Dataset]
-
Multi-class Neural Network: Hand Written Digit Recognition [Code] [Dataset]
-
Principal Component Analysis (PCA): Reduce data dimension [Code]
-
K-means clustering: Nhóm khách hàng [Code]