zoukankan      html  css  js  c++  java
  • 课程一(Neural Networks and Deep Learning),第三周(Shallow neural networks)—— 0、学习目标

    Learn to build a neural network with one hidden layer, using forward propagation and backpropagation.

    学习目标
    • Understand hidden units and hidden layers
    • Be able to apply a variety of activation functions in a neural network.
    • Build your first forward and backward propagation with a hidden layer
    • Apply random initialization to your neural network
    • Become fluent with Deep Learning notations and Neural Network Representations
    • Build and train a neural network with one hidden layer.

    中文翻译------------------>

    学习建立一个隐藏层的神经网络, 使用前向传播和反向传播。
    学习目标:
      了解隐含层单元和隐含层
      能够在神经网络中应用各种激活函数。
      使用隐含层构建您的第一个向前和向后传播
      将随机初始化应用于您的神经网络
      熟练使用深学习符号和神经网络表示
      建立和训练一个隐藏层的神经网络。
  • 相关阅读:
    kubernetes之secret
    kubernetes的核心组件功能
    ingress
    服务发现: coredns
    service
    deployment控制pod进行滚动更新以及回滚
    init container
    service与pod关联
    Joiner
    SpringMVC 用注解Annotation驱动的IoC功能@Autowired @Component
  • 原文地址:https://www.cnblogs.com/hezhiyao/p/7834116.html
Copyright © 2011-2022 走看看