├── README.md └── readlater └── readlist.md /README.md: -------------------------------------------------------------------------------- 1 | # 資料分析與機械學習知識管理共筆 2 | 3 | 資料分析與機械學習等相關技術討論, 要加入Slack討論請參考[Soft & Share 入口網頁](https://softnshare.wordpress.com/slack/forum-datamachlearn/) 4 | 5 | 6 | ## 使用github issue寫微部落格 7 | 如果您有撰寫資料分析與機械學習心得相關文章, 想要與slack channel中的網友分享, 可以透過[github issue](https://github.com/softnshare/datanmachlearn/issues)來發佈你的心得分享, 發佈後會同步到slack channel , 要加入分享行列請來信與我聯絡 my@esast.com 請註明資料分析與機械學習 8 | -------------------------------------------------------------------------------- /readlater/readlist.md: -------------------------------------------------------------------------------- 1 | ## read it later 2 | - [Boosting Sales With Machine Learning](https://medium.com/xeneta/boosting-sales-with-machine-learning-fbcf2e618be3#.ys1aayrho) 3 | - [Google開源全球最精準AI自然語言理解技術SyntaxNet](http://www.bnext.com.tw/article/view/id/39564) 4 | - [方向梯度直方圖](https://zh.m.wikipedia.org/zh-tw/方向梯度直方图) 5 | - [讀冊善用開源打造二手書平臺 靠資料採礦推薦成功吸引百萬人](http://www.ithome.com.tw/people/105845) 6 | - [Perceptron Binary Classification Learning Algorithm Tutorial](https://github.com/fukuball/fuku-ml/blob/master/tutorial/Perceptron%20Binary%20Classification%20Learning%20Algorithm%20Tutorial.ipynb) 7 | --------------------------------------------------------------------------------