neural network and deeplearning 学习笔记

NN&DL
[.org](http://neuralnetworksanddeeplearning.com/chap3.html

Using Neural Networks to Identify Handwritten Digits

  • Sensor : Binary input and output

biase b ≡ −threshold , w & x : vector of weights and input

  • Sigmoid neurons:input form 0 to1,output = σ(w · x + b),σ(sigmoid function)
    (output)

    When z = w · x + b is large and positive, the output of the S neuron is approximately 1, and when z is a large negative number, exp(z) → ∞,σ(z) ≈ 0。
  • neural network
    multilayer perceptrons or MLPs
    feedforward neural networks : The output of the previous layer is the input of the next layer
    recurrent neural networks
  • cost function
    a is the expected output, n is
    the number of training
    Why introduce the quadratic cost? Isn't this a rather ad hoc choice?
    Find the w,b which making C(w,b)minist.
  • the gradient descent algorithm
    the gradient vector, v is a mulmember vector
    ∇C relates changes in vv to changes in C, just as we'd expect something called a gradient to do.
    When ∆v = −η∇C, η is a small, positive parameter (known as the learning rate)
  • try python
    The training_data is a list of tuples (x, y) representing the training inputs and corresponding desired outputs. The variables epochs and mini_batch_size are what you'd expect - the number of epochs to train for, and the size of the mini-batches to use when sampling. eta is the learning rate, η.
    epochs、mini_batch_size、eta:hyper-parameters

    backpropagation

  • Hadamard product : s ⊙ t : (s ⊙ t)j = sj tj 。
  • The four fundamental equations behind backpropagation

  • The backpropagation algorithm:

Improving the way neural networks learn

  • the cross-entropy cost function

  • Overfitting and regularization
    technique 1: weight decay (L2 regularization. )

转载于:https://www.cnblogs.com/firegao/p/8871730.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值