1. 18 12月, 2018 1 次提交
  2. 17 12月, 2018 8 次提交
  3. 15 12月, 2018 11 次提交
  4. 14 12月, 2018 5 次提交
  5. 13 12月, 2018 9 次提交
  6. 12 12月, 2018 5 次提交
    • A
      Update preface.md · cd79eaad
      Aston Zhang 提交于
      cd79eaad
    • Update the description & comment (#448) · 77514506
      王海珍 提交于
      * Optimize description
      
      * Optimize description in conv-layer.md
      
      * update comment in linear-regression-scratch.md
      
      * restored the period at the end of the code comment
      
      * revert changes about period
      
      * revert changes about period in conv-layer.md
      
      * revert changes about code block in linear-regression-scratch.md
      77514506
    • X
      linear-regression-scratch.md 损失函数计算有点问题 (#446) · d9fbd183
      Xinwei Liu 提交于
      * Update linear-regression-scratch.md
      
      关于损失函数的计算有点小问题
      
      * Update linear-regression-scratch.md
      
      * Update linear-regression-scratch.md
      
      trainer = gluon.Trainer(net.collect_params(), 'sgd', {'learning_rate': 0.03}) 之后的
      trainer.step(batch_size) 考虑了最后一个批量的数量可能小于 batch_size 的情况了吗?
      d9fbd183
    • A
      add contib · 2b953090
      Aston Zhang 提交于
      2b953090
    • 优化语言表述 (#447) · 9adbb854
      杨英明 提交于
      9adbb854
  7. 11 12月, 2018 1 次提交