zoukankan      html  css  js  c++  java
  • Foundation of machine learning

    Boosting algorithms

    Perceptrons:Early Deep Learning Agorithms

    one of the earliest supervised training algorithms is that of the perceptron,a basic neural network building block.

    Simple Perceptron Drawbacks

    To solve the problem,we'll need to use a multiple layer perceptron,also known as feedforward neural network

    Feedforward Neural Networks for Deep Learning

    A neural network is really just a composition of perceptrons,connected in different ways and operating on different activation functions.

    Training Perceptrons

    The most common deep learning algorithm for the supervised training of the multilayer is known as backpropagation.

    Autoencoders

    An autoencoders is typically a feedforward neural network which aims to learn a compressed,distributed representation (encoding) of a dataset.

    Restricted Boltzmann Machines

    Deep Belief Networks

    As with autoencoders,we can also stack Bolzmann machines to create a class known as deep belief networks(DBNs)

    Convolutional Networks

    examples

    You can see an example of convolutional networks trained (with backpropagation) on the MNIST data set(grayscale images of handwritten letters)
    There's also a nice JavaScirpt visualization of a similar network here

    The Unknown Word

    The First Column The Second Column
    BP Back propagation
    quantile 分位数['kwontail]
    freeforward network 前馈神经网络
    composition [kompe'zition]组合
    grayscale 灰度级
    perceptrons [pe'septron]感知机
    resurgence [ri'se:rgens]复苏,复活
    acquisition 成果[ae kwi'zition]
    composition [ka:mpe'zition]构图
    resume 恢复[ri'zju:m]简历
    propagation 传播,传输[prope'geition]
    sigmoid S形的,S形
    logistic 逻辑的[lo'dgistik]
    region proposal 候选区域
    proposal [pre'pouzl]建议
    FPS Frames Per Second 每秒传输帧数
  • 相关阅读:
    ajax 笔记--调用WebService实现求两数之和
    多数据之间的连接操作集中几个.NET常用的方法(不完整)
    判断用户是否存在(通过参数来实现)
    我的机子放到公司了
    给同事过生日,我弄菜,给同事买饭,我值班。
    多数据之间的连接操作MSSQL(不完整)
    TreeView连接数据
    字符编码
    计算机基础
    python入门
  • 原文地址:https://www.cnblogs.com/hugeng007/p/9424779.html
Copyright © 2011-2022 走看看