240 发简信
IP属地:河南
  • 第5课 week1:Character level language model - Dinosaurus land

    Character level language model - Dinosaurus land(待修正) Welcome to Dinosaurus Island! 65 ...

  • 120
    第5课 week1:Building a Recurrent Neural Network - Step by Step

    Building your Recurrent Neural Network - Step by Step(待修正) Welcome to Course 5's first ...

  • numpy dot,* ,multiply区别

    dot运算 numpy官方文档上所写: 如果 a 和 b都是 1-D arrays,它的作用是计算内积。(不进行复共轭) 如果 a 和 b 是 2-D arrays, 作用是...

  • 120
    TensorFlow从1到2 - 1 - 深度神经网络

    TensorFlow从0到N专题入口 上一主题《TensorFlow从0到1》介绍人工神经网络的基本概念与其TensorFlow实现,主要基于浅层网络架构,即只包含一个隐藏层...

  • 120
    [NL系列] RNN & LSTM 网络结构及应用

    这篇是 The Unreasonable Effectiveness of Recurrent Neural Networks(by Andrej Karpathy,Stan...

  • 120
    TensorFlow从0到1 - 19 - 回顾

    《TensorFlow从0到1》就要结束了。 3条主线 这个部分共包含18篇文章,4万余字(简书的严格统计不到4万)。总的来说,它无外乎两方面内容:人工神经网络,及其Tens...

  • Pandas组合操作

    在上一篇文章中介绍了panda合并操作的主要用法(https://www.jianshu.com/p/fe47c70d31f9),本篇将给大家介绍pandas的另一个常用的操...