Giter VIP home page Giter VIP logo

ml-dl's Introduction

ML-DL

Machine learning and deep learning notes, practice, formula derivation.

这个项目是我的学习笔记,内容还在完善中。如果遇到图片无法显示,可以下载后查看。

目录

数学基础

机器学习

该部分以《视觉机器学习二20讲》为主线,扩展内容增加公式推导步骤。

  • K-means

    • K-means++ 算法
    • ISODATA 算法
    • Kernel K-means
    • 二分K-means聚类
  • 回归学习

    • 线性回归模型
    • 多项式回归模型
    • 主成分回归模型
    • 自回归模型
    • 核回归模型
  • 决策树学习

    • ID3 算法
    • C4.5 算法
    • SLIQ 算法
    • SPRINT 算法
  • 贝叶斯学习

    • 朴素贝叶斯模型
    • 层级贝叶斯模型
    • 增广贝叶斯学习模型
    • 基于Boosting技术的朴素贝叶斯模型
    • 贝叶斯神经网络模型
  • EM算法

    • EM算法的快速计算
    • 未知分布函数$P_i(y_i)$的选取
    • EM算法收敛性的改进
  • 梯度提升算法

    • Boosting
    • Adaboost
  • SVM

    • 软间隔
    • 硬间隔
    • 核技巧
    • SMO算法

深度学习

  • 反向传播

  • 正则化

  • 优化求解算法

  • 卷积神经网络

  • 序列化模型

    • RNN
    • LSTM
    • GRU

强化学习

  • 优化算法

    • 梯度下降法
    • 动量算法
    • 共轭梯度法
    • 自然梯度法
  • 马尔科夫决策过程

  • 基于模型的动态规划方法

  • 无模型强化学习

    • 蒙特卡洛方法
    • 时间差分方法
    • 异步强化学习算法
  • Q-Learning

  • DQN及其改进算法

进度

  • 2018.7.11日已更新KNN

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.