專題參考資料 - MrBearTW/TCFST GitHub Wiki
流程參考
https://hackmd.io/CwdgRgHAzGAmwFoIGNhQcWYQLFAbAJwIAMApiVAIxxllVUBmQA==?both
Kaggle Instacart Market Basket Analysis https://www.kaggle.com/c/instacart-market-basket-analysis/data
WSDM - KKBox's Churn Prediction Challenge https://www.kaggle.com/c/kkbox-churn-prediction-challenge/data
博客來分析 新聞 https://www.bnext.com.tw/article/44817/how-does-a-data-science-project-begin PPT https://www.slideshare.net/swchen11/ss-70860055
動態網站呈現 中客不來了 參考資料 難民移動地圖 http://www.cna.com.tw/news/firstnews/201706095007-1.aspx?utm_source=facebook.com&utm_medium=fanpage&utm_campaign=fbpost
聊天機器人
http://edu.iiiedu.org.tw/moodle/course/view.php?id=346&topic=5
你要幹嘛?
資料看法
過去歷史資料找到淺在顧客
python做回歸
深度學習 別人的套件
呈現
關聯規則 會存款的人會不會買什麼?
分群 有一些特色 穩定投資 分類 買什麼的 有買保險的人 推廣一些商品
1.預測 2.分類分群 3.找關聯
爬蟲 文字探勘 旅遊網站
寫什麼會影響觀光人數 放火 辭庫 火星文
時間序列
用同一個東西 用不同東西 要拿所有資料來預測嗎?權重 累加 平均
這個月預測下一個月 17個預測下一個月
遺傳演算法選屬性
常模?2個月預測下個月是最準的
做正規化
結合外部資料
關聯規則
http://www.codedata.com.tw/database/mysql-tutorial-19-outfile-dump-infile-import/
分群參考資料
http://mropengate.blogspot.tw/2015/06/ai-ch16-5-k-introduction-to-clustering.html
https://www.datacamp.com/community/tutorials/scikit-learn-python
http://scikit-learn.org/stable/tutorial/machine_learning_map/
https://www.slideshare.net/tw_dsconf/python-78651480
http://kanchengzxdfgcv.blogspot.tw/2016/05/r-kmeans-cluster.html
https://github.com/MrBearTW/learn_python_for_a_r_user/blob/master/README.md
http://mropengate.blogspot.tw/2015/06/ai-ch16-5-k-introduction-to-clustering.html
2017/10/31
台大 林志仁 老師 SVR
https://machine-learning-python.kspax.io/application/Property_Value/SVR.html
CRM 把奧客送給對手
視覺化 https://finviz.com/map.ashx?t=sec&st=w52
Tensorflow https://fgc.stpi.narl.org.tw/activity/video/techai
Associate http://orange3-associate.readthedocs.io/en/latest/scripting.html https://github.com/ymoch/apyori/blob/master/apyori.py https://github.com/ymoch/apyori/blob/master/setup.py https://pypi.python.org/pypi/apyori/1.1.1 https://github.com/ymoch/apyori
算集中度 http://scikit-learn.org/stable/modules/generated/sklearn.metrics.silhouette_score.html
PTT數據資料 https://disp.cc/b/611-5MXy
極度花俏https://bl.ocks.org/mbostock/1256572
隨時間變化https://www.gapminder.org/tools/#_chart-type=bubbles
R的畫圖 http://datasciphm.blogspot.tw
numpy.reshape https://docs.scipy.org/doc/numpy-1.13.0/reference/generated/numpy.reshape.html
FLASK參考
https://blog.liang2.tw/posts/2015/09/flask-draw-member/#_2
建立網頁...
懶人建立bootstramp https://mobirise.com/_l/bootstrap-website-builder/?gclid=EAIaIQobChMI5sns0p3C1wIVSW29Ch0aIgnuEAEYASAAEgJYO_D_BwE
大大拯救網頁處理 用HTML格式做圖(做出來的HTML會自帶資料,不用多給CSV,而且js檔會從網路上抓) https://live.amcharts.com
用WEEBLY,所以用不到的模版網頁https://templated.co
分群之後找特徵
結果意涵
分群--找目標市場 分類--找定位的重要屬性
找到潛在客群 找到目標客戶
STP
Decession support system
商品 誰買(潛在客群) 客戶 買什麼
clean很小,pre-processing
重新定義取 ln
正常戶 靜止戶
潛在客群的結論是什麼?
為何做 料收集不完整 找出關鍵的術性 重要的特性是 最上面的是 傭有資料不多時
透過分類樹是哪個 透過客人屬性 貢獻度高的客人 就資料而言,超過十年貢獻度蠻大 待的久對公司的貢獻度就會比較高 如何讓他留的久
要讓成為忠誠客戶的話關鍵就是要成為貸款服務
決策支援系統 客戶推薦系統
https://speakerdeck.com/nicola/developing-restful-web-apis-with-python-flask-and-mongodb
sklearn簡體中文教學影片 https://morvanzhou.github.io/tutorials/machine-learning/sklearn/3-5-save/