This repository includes my understanding of some ideas in machine learning
The first part ---> The study of Machine Learning in Action
Classification
-
C2_KNN
-
C3_Trees
-
C4_Bayes
-
C5_LogisticRegression
-
C6_SVM
-
C7_AdaBoost
Prediction
-
C8_Regression
-
C9_CART
Unsupervised Learning
-
C10_K-means
-
C11_Apriori
-
C12_FP-growth
Compelmentary tools
-
C13_PCA
-
C14_SVD
The second part ---> The study of Coursera--Machine Learning by Andrew Ng
-
Linear Regression
-
Logistic Regression
-
Multi-class Classification and Neural Networks
-
Neural Networks Learning
-
Regularized Linear Regression and Bias v.s. Variance
-
Support Vector Machines
-
K-means Clustering and Principal Component Analysis
-
Anomaly Detection and Recommender Systems
The third part ---> The study of Computer Vision (CS231N) by Fei-Fei Li
A1-1 KNN
A1-2 SVM
A1-3 Softmax
A1-4 FCN
A2-1 BN
A2-2 Dropout
A2-3 SGD with Momentum
A2-4 CNN
A3-1 RNN
A3-2 LSTM
A3-3 Generating Captions