Machine Learning Algorithms



Linear Regression and Gradient Descent

Local Weighted Regression Algorithm

Logistic Regression

Generative Model vs Discriminative Model

Naive Bayes and Laplace Smoothing

k-Nearest Neighbors Algorithm

Decision Tree Algorithm

Bootstrap,Bagging and Random Forest

SVM(1):线性可分集的决策边界

SVM(2):Lagrange Duality求解线性可分SVM的最佳边界

SVM(3):Soft Margin 平衡之美

SVM(4):SMO算法

Recommender System:


User-Based Collaborative Recommender System

Item-Based Collaborative Recommender System

Content-Based Recommender System

其它:


算法诊断及学习曲线

高斯辨别分析 Gaussian Discriminant Analysis

Overfit,Underfit and Regularization

逻辑回归求解二分类问题的Octave仿真

逻辑回归求解图像识别问题的Octave仿真

正规方程法求解多元线性回归的Octave仿真

基于高斯分布的异常检测算法

异常检测算法的Octave仿真

K-means Clustering

Neural Network and Deep Learning


Neural Network Basic


Parameter Initializations in Deep Learning

Feedforward Neural Network and BackPropagation Algorithm

Gradient Vanishing Problem in Deep Learning

L2 Regularization for Neural Networks

Cross-entropy Cost Function

Activation Functions and Their Derivatives


Optimization Algorithms


Gradient Descent(Batch/Stochastic/Mini-Batch)

Gradient Descent with Momentum and Nesterov Momentum

AdaGrad and RMSProp Algorithm

Adam Optimization Algorithm

Newton's method

Deep Learning


Grid Search for Tensorflow Deep Learning

Tensorflow(1):num_units in BasicLSTMCell

RNN(1): Architecture of Naive RNN

RNN(2): BPTT and Long-term Dependencies

RNN(3): LSTM and the Movie <Inside Out>

CNN(1): Architecture

CNN(2):Sparse Interactions, Receptive Field and Parameter Sharing

CNN(3):Convolution and Channels

CNN(4):Feature map size, Padding and Stride

CNN(5):Pooling Layer

Autoencoder

最新文章

  1. SQL Server 2008 R2——使用FULL OUTER JOIN实现多表信息汇总
  2. 第二十八篇:SOUI中自定义控件开发过程
  3. Linux (Centos)操作MySql命令
  4. 三角形-css
  5. 关于MySQL count(distinct) 逻辑的一个bug【转】
  6. Masonry学习分享
  7. linux服务器部署svn常见错误处理→转载
  8. cocos2d CCArray
  9. Matlab位运算操作
  10. cocos2d-x中false,setSwallowTouches,stopPropagation的区别
  11. 序列化和反序列化,异步调用web/wcf/函数
  12. Vue.js 2.0版
  13. 从零开始nodejs系列文章
  14. [Jmeter]jmeter之初体验(windows下的jmeter)
  15. 腾讯开源极限渲染js模板链接
  16. BadUSB测试记录
  17. java.util包简介
  18. Django快速创建博客,包含了整个框架使用过程,简单易懂
  19. ip地址查询系统和CMD查询的结果不一样
  20. phpcms找不到模板、空白模板的解决办法

热门文章

  1. nmap 扫描出某网段内web服务器
  2. idea的使用技巧
  3. PAT Basic 1026 程序运行时间 (15 分)
  4. P4315 月下“毛景树” (树链剖分+边剖分+区间覆盖+区间加+区间最大值)
  5. CSP-S 赛前模板复习
  6. 1--面试总结-js深入理解,对象,原型链,构造函数,执行上下文堆栈,执行上下文,变量对象,活动对象,作用域链,闭包,This
  7. 教父郭盛华透露:PHP编程语言中多个代码执行缺陷
  8. cookie、session和中间件
  9. 自己动手实现一个网络模型 python
  10. HOJ 2315 Time(模拟)