原创 【leetcode】 pow(x,n)

問題: Implement pow(x, n). 分析: 1、二分法:x^n = x^n/2 * x^n/2 ×*x^n%2。 代碼: class Solution { public: doub

原创 【leetcode】unique paths

問題: A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below). The

原创 深度學習筆記(1)

【引言】添加更多層;層內添加更多單元——》使深度網絡能表示複雜性增加的函數;足夠大的模型和標註訓練數據集——》深度學習將輸入向量映射到輸出向量,完成對人來說能迅速處理的任務;超出深度學習的任務:不能描述爲將1個向量和另一個向量相關的任務;

原创 【leetcode】sqrt

問題: Implement int sqrt(int x). Compute and return the square root of x. 分析: 1、二分法。 代碼: clas

原创 【leetcode】Longest Valid Parentheses

問題: Given a string containing just the characters '(' and ')', find the length of the longest valid (well-formed) pa

原创 39歲研究生畢業14年的經驗和教訓

轉載自: http://blog.csdn.net/u010246947/article/details/10300687 我今年39歲了,25歲研究生畢業,工作14年,回頭看看,應該說走了不少的彎路,有一些經驗和教訓。現在開一個小公司

原创 論文閱讀:Synthetic Data for Text Localisation in Natural Images

本文轉載自: http://blog.csdn.net/u010167269/article/details/52389676 Preface 重新把注意力放到了 自然場景文本檢測與識別 上了。已經從這塊方向離開了一年多

原创 【轉載】浮華背後與我的路

轉載自: http://blog.csdn.net/u010246947/article/details/60466688 題目: 浮華背後與我的路 作者: FSak47 近來忙於各種麻煩事務,知識圖譜的多路歸併

原创 【AAAI2017】TextBoxes:A Fast Text Detector with a Single Deep Neural Network

本文轉載自: http://www.cnblogs.com/lillylin/p/6204099.html XiangBai——【AAAI2017】TextBoxes:A Fast Text Detector with a Sing