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

Machine Learning 文章导读的更多相关文章

  1. 文献导读 - Machine Learning Identifies Stemness Features Associated with Oncogenic Dedifferentiation

    参考: Machine Learning Identifies Stemness Features Associated with Oncogenic Dedifferentiation 前所未有!1 ...

  2. [原创]Machine Learning/机器学习 文章合集

    转载请注明出处:https://www.codelast.com/ ➤ 用人话解释机器学习中的Logistic Regression(逻辑回归) ➤ 如何防止softmax函数上溢出(overflow ...

  3. 【Machine Learning】KNN算法虹膜图片识别

    K-近邻算法虹膜图片识别实战 作者:白宁超 2017年1月3日18:26:33 摘要:随着机器学习和深度学习的热潮,各种图书层出不穷.然而多数是基础理论知识介绍,缺乏实现的深入理解.本系列文章是作者结 ...

  4. 【Machine Learning】Python开发工具:Anaconda+Sublime

    Python开发工具:Anaconda+Sublime 作者:白宁超 2016年12月23日21:24:51 摘要:随着机器学习和深度学习的热潮,各种图书层出不穷.然而多数是基础理论知识介绍,缺乏实现 ...

  5. 【Machine Learning】机器学习及其基础概念简介

    机器学习及其基础概念简介 作者:白宁超 2016年12月23日21:24:51 摘要:随着机器学习和深度学习的热潮,各种图书层出不穷.然而多数是基础理论知识介绍,缺乏实现的深入理解.本系列文章是作者结 ...

  6. 【Machine Learning】决策树案例:基于python的商品购买能力预测系统

    决策树在商品购买能力预测案例中的算法实现 作者:白宁超 2016年12月24日22:05:42 摘要:随着机器学习和深度学习的热潮,各种图书层出不穷.然而多数是基础理论知识介绍,缺乏实现的深入理解.本 ...

  7. 【机器学习Machine Learning】资料大全

    昨天总结了深度学习的资料,今天把机器学习的资料也总结一下(友情提示:有些网站需要"科学上网"^_^) 推荐几本好书: 1.Pattern Recognition and Machi ...

  8. Machine Learning Algorithms Study Notes(3)--Learning Theory

    Machine Learning Algorithms Study Notes 高雪松 @雪松Cedro Microsoft MVP 本系列文章是Andrew Ng 在斯坦福的机器学习课程 CS 22 ...

  9. Machine Learning Algorithms Study Notes(2)--Supervised Learning

    Machine Learning Algorithms Study Notes 高雪松 @雪松Cedro Microsoft MVP 本系列文章是Andrew Ng 在斯坦福的机器学习课程 CS 22 ...

随机推荐

  1. 通过关键字Event定义用户自己的事件

    Event 语句 定义用户自定义的事件. 语法[Public] Event procedurename [(arglist)] Event 语句包含下面部分: 部分 描述 Public 可选的.指定该 ...

  2. java打印树形目录结构

    import java.io.File; public class MainTest { public static void main(String[] args) { String dirname ...

  3. dd命令注意:dd:unrecognized operand 'if'

    如果是 idd if=boot.bin 在等号两边不要有空格

  4. bzoj5020 & loj2289 [THUWC 2017]在美妙的数学王国中畅游 LCT + 泰勒展开

    题目传送门 https://lydsy.com/JudgeOnline/problem.php?id=5020 https://loj.ac/problem/2289 题解 这个 appear 和 d ...

  5. 开发工具Intellij IDEA:常用快捷键

    重命名:shift + F6 查看Javadoc/详情:ctrl + Q 查找接口的实现类:ctrl + alt + B format代码:ctrl + alt + L 全局查询:ctrl + shi ...

  6. B/S实现大视频上传

    在公司做B/S 开发与维护三年啦, 对B/S架构的了解也是只知大概,对于这种基础知识还是很有必要理一理哒.趁空去网上查阅了资料,顺便整理一份笔记供以后查询. 一. B/S的概念 B/S(Brower/ ...

  7. HDU 4511 小明系列故事——女友的考验 ( Trie图 && DP )

    题意 :  给出编号从1 ~ n 的 n 个平面直角坐标系上的点,求从给出的第一个点出发到达最后一个点的最短路径,其中有两种限制,其一就是只能从编号小的点到达编号大的点,再者不能走接下来给出的 m 个 ...

  8. ACM 求全排列(字典序、邻位对换、递增进位制数,递减进位制数)

    字典序:(联合康托展开就也可以按照中介数求) 邻位对换.递增进位制数,递减进位制数:具体的实现和算法讲解如下: 代码..C++版的实现并不好..因为是挨个向后找的,如果K很大的时候会超时,不过...思 ...

  9. 学习日记15-1布局页同时引用多个model

    @model Tuple<model1,model2>  mvc布局页同时引用多个model 使用m.Item1.xxx  m.Item2.xxx

  10. 170906-MyBatis续

    ===============================================Dynamic SQL========================================== ...