cherrychenlee

导航

 

2019年5月2日

摘要: 原文地址:https://www.jianshu.com/p/1db700f866ee 问题描述 程序实现 kMeans.py coding:utf 8 from numpy import random from kNN_RBFN import def kMeans(t,k,dataArray): 阅读全文
posted @ 2019-05-02 23:09 cherrychenlee 阅读(220) 评论(0) 推荐(0) 编辑
 
摘要: 原文地址:https://www.jianshu.com/p/4d86d36d6ec6 Roadmap Feature Exploitation Techniques Error Optimization Techniques Overfitting Elimination Techniques M 阅读全文
posted @ 2019-05-02 23:05 cherrychenlee 阅读(124) 评论(0) 推荐(0) 编辑
 
摘要: 原文地址:https://www.jianshu.com/p/51c725131851 Roadmap Linear Network Hypothesis Basic Matrix Factorization Stochastic Gradient Descent Summary of Extrac 阅读全文
posted @ 2019-05-02 22:59 cherrychenlee 阅读(140) 评论(0) 推荐(0) 编辑
 
摘要: 原文地址:https://www.jianshu.com/p/c517880ed9e4 Roadmap RBF Network Hypothesis RBF Network Learning k Means Algorithm k Means and RBF Network in Action Su 阅读全文
posted @ 2019-05-02 22:52 cherrychenlee 阅读(121) 评论(0) 推荐(0) 编辑
 
摘要: 原文地址:https://www.jianshu.com/p/ddd4deede329 Roadmap Deep Neural Network Autoencoder Denoising Autoencoder Principal Component Analysis Summary 阅读全文
posted @ 2019-05-02 22:44 cherrychenlee 阅读(87) 评论(0) 推荐(0) 编辑
 
摘要: 原文地址:https://www.jianshu.com/p/7ff6fd6fc99f 问题描述 程序实现 13 15 coding:utf 8 decision_tree.py import numpy as np def ReadData(dataFile): with open(dataFil 阅读全文
posted @ 2019-05-02 21:49 cherrychenlee 阅读(189) 评论(0) 推荐(0) 编辑
 
摘要: 原文地址:https://www.jianshu.com/p/7b828d3f5558 Roadmap Motivation Neural Network Hypothesis Neural Network Learning Optimization and Regularization Summa 阅读全文
posted @ 2019-05-02 21:44 cherrychenlee 阅读(115) 评论(0) 推荐(0) 编辑
 
摘要: 原文地址:https://www.jianshu.com/p/75856e7cfa88 Roadmap Adaptive Boosted Decision Tree Optimization View of AdaBoost Gradient Boosting Summary of Aggregat 阅读全文
posted @ 2019-05-02 21:36 cherrychenlee 阅读(132) 评论(0) 推荐(0) 编辑
 
摘要: 原文地址:https://www.jianshu.com/p/65512ec5fdea Roadmap Random Forest Algorithm Out Of Bag Estimate Feature Selection Random Forest in Action Summary 阅读全文
posted @ 2019-05-02 21:02 cherrychenlee 阅读(129) 评论(0) 推荐(0) 编辑
 
摘要: 原文地址:https://www.jianshu.com/p/c697739bb171 Roadmap Decision Tree Hypothesis Decision Tree Algorithm Decision Tree Heuristics in C&RT Decision Tree in 阅读全文
posted @ 2019-05-02 20:50 cherrychenlee 阅读(113) 评论(0) 推荐(0) 编辑
 
摘要: 原文地址:http://www.jianshu.com/p/9bf9e2add795 AdaBoost 问题描述 程序实现 运行结果 阅读全文
posted @ 2019-05-02 20:38 cherrychenlee 阅读(220) 评论(0) 推荐(0) 编辑
 
摘要: 原文地址:https://www.jianshu.com/p/57b1964b7fdf Roadmap Motivation of Boosting Diversity by Re weighting Adaptive Boosting Algorithm Adaptive Boosting in 阅读全文
posted @ 2019-05-02 20:32 cherrychenlee 阅读(102) 评论(0) 推荐(0) 编辑
 
摘要: 原文地址:https://www.jianshu.com/p/36113fa117ca Roadmap Motivation of Aggregation Uniform Blending Linear and Any Blending Bagging (Bootstrap Aggregation) 阅读全文
posted @ 2019-05-02 20:20 cherrychenlee 阅读(117) 评论(0) 推荐(0) 编辑
 
摘要: 原文地址:https://www.jianshu.com/p/9cc214c5e1c8 Roadmap Kernel Ridge Regression Support Vector Regression Primal Support Vector Regression Dual Summary of 阅读全文
posted @ 2019-05-02 16:54 cherrychenlee 阅读(118) 评论(0) 推荐(0) 编辑
 
摘要: 原文地址:https://www.jianshu.com/p/33555a48e824 Roadmap Soft Margin SVM as Regularized Model SVM versus Logistic Regression SVM for Soft Binary Classifica 阅读全文
posted @ 2019-05-02 16:53 cherrychenlee 阅读(90) 评论(0) 推荐(0) 编辑
 
摘要: 原文地址:https://www.jianshu.com/p/6bf801bdc644 特征变换 问题描述 程序实现 运行结果 Soft Margin SVM 问题描述 程序实现 运行结果 阅读全文
posted @ 2019-05-02 16:52 cherrychenlee 阅读(186) 评论(0) 推荐(0) 编辑
 
摘要: 原文地址:https://www.jianshu.com/p/77cc38ac060f Roadmap Motivation and Primal Problem Dual Problem Messages behind Soft Margin SVM Model Selection Summary 阅读全文
posted @ 2019-05-02 16:50 cherrychenlee 阅读(109) 评论(0) 推荐(0) 编辑
 
摘要: 原文地址:https://www.jianshu.com/p/c4d26878f950 Roadmap Kernel Trick Polynomial Kernel Gaussian Kernel Comparison of Kernels Summary 阅读全文
posted @ 2019-05-02 16:49 cherrychenlee 阅读(128) 评论(0) 推荐(0) 编辑
 
摘要: 原文地址:https://www.jianshu.com/p/58259cdde0e1 Roadmap Motivation of Dual SVM Lagrange Dual SVM Solving Dual SVM Messages behind Dual SVM Summary 阅读全文
posted @ 2019-05-02 16:48 cherrychenlee 阅读(173) 评论(0) 推荐(0) 编辑
 
摘要: 原文地址:https://www.jianshu.com/p/525c95bf23d4 Roadmap Course Introduction Large Margin Separating Hyperplane Standard Large Margin Problem Support Vecto 阅读全文
posted @ 2019-05-02 15:05 cherrychenlee 阅读(117) 评论(0) 推荐(0) 编辑