ML:基礎技法學習
Package:scikit-learn
課程:機器學習技法
簡介:第十六講 Finale
Package:scikit-learn
課程:機器學習技法
簡介:第十六講 Finale
總結
- Feature Exploitation Techniques
- Kernel
執行內積,比較相似性- 特性
- 加法
- 乘法
- 符合 Mercer Condition
[ML] 機器學習技法:第三講 Kernel SVM - 種類
- Sum of Kernels
- 用加法組合
- Product of Kernels
- 用乘法組合
- Polynomial Kernel
- 特別的放縮轉換
- [ML] 機器學習技法:第三講 Kernel SVM
- Gaussian Kernel
- 無限維的轉換
- [ML] 機器學習技法:第三講 Kernel SVM
- Stump Kernel
- decision-stumps 的轉換
- Support Vector Machinery for Infinite Ensemble Learning
- Mercer Kernels
- 符合 Mercer Condition 的 Kernel
- [ML] 機器學習技法:第三講 Kernel SVM
- 應用
- SVM
- SVR
- Kernel Ridge Regression(KRR)
- Kernel Logistic Regression(KLR)
- probabilistic SVM (Platt's Model)
- Kernel PCA
- 內積的動作轉化為 Kernel
- [ML] 機器學習技法:第十三講 Deep Learning
- Kernel k-Means
- 內積的動作轉化為 Kernel
- [ML] 機器學習技法:第十四講 Radial Basis Function Network
- Aggregation
的混合,具備無限多種,只有想不到,沒有做不到- 可用的
- Decision Stump
- Decision Tree
- (Gaussian) RBF
- 方式
- 已具備
- Uniform
- 平均
- Non-Uniform
- 線性組合
- Condional
- 有條件式的組合
- 未具備
- Bagging
- AdaBoost
- [ML] 機器學習技法:第八講 Adaptive Boosting
- [ML] 機器學習技法:第十一講 Gradient Boosted Decision Tree
- probabilistic SVM (Platt's Model),第二階段的線性組合
- Condional
- [ML] 機器學習技法:第九講 Decision Tree
- Nearest Neighbor,只選出最靠近的作判斷
- Extraction
- 萃取出特徵後,可再套用到其他更加合適的 model 上
- supervised
- neuron weights
- RBF centers
- user/movie factors
parameters- unsupervised
- k-Means
- Autoencode/PCA
- Compression
- 將資料投影至低維度執行處理
- 方法
- Decision Stump
- Random Forest
- Autoencoder/PCA
- 低維且資訊不失真
- [ML] 機器學習技法:第十三講 Deep Learning
- Matrix Factorization
- Feature Selection
- 挑選出有用的維度
- [ML] 機器學習技法:第十講 Random Forest
- Error Optimization Techniques
- Gradient Descent
變化形:二次逼近 或是 限定條件- SGD/Minibatch/GD
- [ML] 機器學習基石:第十講 Logistic Regression
- [ML] 機器學習技法:第十二講 Neural Network
- [ML] 機器學習技法:第十五講 Matrix Factorization
- Steepest Descent
- Functional GD
- Equivalent Solution
- 轉換至等效的問題
- Dual SVM
- 等效 convex QP
- ML] 機器學習技法:第二講 dual SVM
- Kernel LogReg/Kernel RidgeReg
- 運用 representer
- [ML] 機器學習技法:第五講 Kernel Logistic Regression
- [ML] 機器學習技法:第六講 Support Vector Regression (SVR)
- PCA
- 等效 eigenproblem
- [ML] 機器學習技法:第十三講 Deep Learning
- Multiple Steps
- 切割問題分成各個簡單的部分
- Multi-Stage
- probabilistic SVM (Platt's Model)
- Linear Blending
- [ML] 機器學習技法:第十四講 Radial Basis Function Network
- [ML] 機器學習技法:第十三講 Deep Learning
- Alternating Optimum
- k-Means
- alternating LeastSquare
- steepest descent
- Divide & Conquer
- Overfitting Elimination Techniques
- Regularization
- large-margin
- L2
- [ML] 機器學習技法:第四講 soft-margin SVM
- [ML] 機器學習技法:第六講 Support Vector Regression (SVR)
- [ML] 機器學習技法:第十二講 Neural Network
- voting/averaging
- denoising
- Autoencoder
- weight-elimination
- constraining
- Autoencoder,限定兩邊 weight 一樣
- RBF,限定中心點數量
- pruning
- early stopping
- Validation
- 做太多次仍會汙染資料
- # SV
- OOB
- Internal Validation (挑選參數)
- Machine Learning in Practice
- ICDM 2006 Top 10 Data Mining Algorithms
- C4.5:another decision tree
- k-Means
- SVM
- Apriori
- EM:alternating optimization
- PageRank:matrix factorization
- AdaBoost
- k Nearest Neighbor
- Naive Bayes:linear model
- C&RT
- 其他推薦
留言
張貼留言