1. 程式人生 > >是要成為海賊王的男人——日記4.23

是要成為海賊王的男人——日記4.23

A.M
學習旅程:
CTPN繼續學習:https://zhuanlan.zhihu.com/p/31915483

非極大值抑制(NMS) :https://blog.csdn.net/shuzfan/article/details/52711706

深度學習論文翻譯,包括分類論文,檢測,OCR論文推薦一波:
https://github.com/SnailTyan/deep-learning-papers-translation

今天主要好好研究下Faster R-CNN:
這裡寫圖片描述
http://noahsnail.com/2018/01/03/2018-01-03-Faster%20R-CNN%E8%AE%BA%E6%96%87%E7%BF%BB%E8%AF%91%E2%80%94%E2%80%94%E4%B8%AD%E6%96%87%E7%89%88/


http://www.360doc.com/content/17/0809/10/10408243_677742029.shtml
強烈推薦,真心不錯,步驟全,解釋詳盡,受益很多

tensorFlow 官方教程 :https://github.com/Hvass-Labs/TensorFlow-Tutorials
(之前研究了不少論文,也跑了幾個github上幾個深度學習專案,但是pytorch的居多,對tensorflow的瞭解僅限於看過兩本國內tensorflow的書《TensorFlow實戰Google深度學習框架》和 《TensorFlow實戰》,但很少敲程式碼,所以決定好好刷一下,在回顧回顧基礎的東西)

交叉熵(Cross-Entropy):

https://blog.csdn.net/rtygbwwwerr/article/details/50778098
(計算兩個概率分佈的Loss,用到了,搜了下相關資料,改天看)