alex_bn_lee

导航

上一页 1 ··· 126 127 128 129 130 131 132 133 134 ··· 245 下一页

2020年9月23日 #

【481】全网讲RNN与LSTM最好的资料

摘要: 参考:李宏毅老师YouTube课程-ML Lecture 21-1: Recurrent Neural Network (Part I) 里面用鲜活的例子把复杂的关系剖析开了,通过不同的绘图模式更好理解。(2020年9月23日留) 参考:博客园引用的截图 阅读全文

posted @ 2020-09-23 18:44 McDelfino 阅读(246) 评论(0) 推荐(0)

2020年9月22日 #

【480】Keras实操

摘要: 参考:Keras - Python Deep Learning Neural Network API Keras With TensorFlow Prerequisites - Getting Started With Neural Networks TensorFlow And Keras GPU 阅读全文

posted @ 2020-09-22 13:53 McDelfino 阅读(120) 评论(0) 推荐(0)

2020年9月13日 #

【479】cross-entropy与softmax的求导

摘要: cross-entropy 损失函数 $L = -ln(p_c) = -ln(softmax(y_c))$ $p_c = softmax(y_c) = \frac{e^{y_c}}{e^{y_1} + ... + e^{y_c} + ... + e^{y_n}}$ 阅读全文

posted @ 2020-09-13 23:38 McDelfino 阅读(188) 评论(0) 推荐(0)

2020年9月2日 #

【478】Victor Zhou深度学习链接

摘要: An Introduction to Neural Networks Build your first neural network with Keras An Introduction to Convolutional Neural Networks Natural Language Proces 阅读全文

posted @ 2020-09-02 23:13 McDelfino 阅读(219) 评论(0) 推荐(0)

2020年8月13日 #

【477】word实现图片自动编号&文中引用

摘要: 参考:Word中如何实现图片自动编号与文中引用编号对应 自动编号: References >> Insert Caption 文中引用: References >> Cross-reference 具体的可以测试下,很方便,记得最后需要 update field 阅读全文

posted @ 2020-08-13 20:57 McDelfino 阅读(490) 评论(0) 推荐(0)

上一页 1 ··· 126 127 128 129 130 131 132 133 134 ··· 245 下一页