机器学习书籍资料(自己正在读的)---self-reading ML booklist ( To be continued )
###0.Introduction to ML & DL (both wholly and briefly)
- Foundations of Machine Learning–MIT
- Understanding Machine Learning from theory to Algorithms(★★★★★)
- Fundamentals of Machine Learning for Predictive Data Analytics
- 從頭開始實現神經網絡:入門
- Hacker’s Guide to Neural Networks
- A Deep Learning Tutorial: From Perceptrons to Deep Networks–中文版 here
- Brief History of Machine Learning
- 理解SVM的三層境界-支持向量機通俗導論
- PRML 讀書會–很早之前
- 一篇非常好的概述機器學習的文章(★★★)–博客位置
- 深度學習機器環境配置
- Deep Learning–Benjio
- Neural Networks and Deep Learning–Michael Nielsen–很有名的一份課程(和 UFLDL 配合)
- "生成對抗網絡"是啥?這位技術大牛給你講講
###1.ALgebra
- Introduction to Linear Algebra-Gilbert Strang
- 第五版個人主頁(電子版還未開放)
- 第四版下載地址
###2.Calculus
- Single Variable Calculus–MIT
- Multivariable Calculus–MIT
- Multivariable Calculus–Khan academy(一個類似國內**萬門大學**的很精致的國外教學網站)
###3.Probabilies
- Stanford 機器學習概率簡單介紹
- Machine Learning A Probabilistic Perspective–Kevin Murphy
- Probability for Statistics and Machine Learning
###4.Python(both books and websites) - Python Cookbook–中英文都有(★★★★★)
- 還有一個精致的中文版**在這里**
- Python for Probability, Statistics and Machine Learning(★★★★★)
- Python Machine Learning
- Python Machine Learning Cookbook–Code repository
- Introduction to Machine Learning with Python–Oreilly 2016
- Essentials of Machine Learning Algorithms (with Python and R Codes)
- 廖雪峰 Python 教程
- DL 實踐
- Practical Deep Learning For Coders(★★★★★)
- Learn TensorFlow and deep learning, without a Ph.D(★★★★★) More detailed introduction of the knowledge in it
###5.School Slides or Handouts
- cmu 機器學習課程:
- Statistical ML–統計系的課
- ML in cs depart–Mitchell–計算機系的課
- stanford :
- CS 229 Machine Learnig
- CS229T Statistical Learning Theory–theory part
- UFLDL–Unsupervised Feature Learning and Deep Learning–中文版–By Andrew NG
- CS 345a Data Mining
- CS 231n Convolutional Neural Networks for Visual Recognition–CNN(★)
- CS 246 Mining Massive Data Sets
- CS224d: Deep Learning for Natural Language Processing —視頻下載—博客筆記
- mit:
- Prediction: Machine Learning and Statistics–統計知識更加詳細
- Mathematical statistics
- Theory of Probability
- Mathematics for computer science
- nyu :
- Introduction to Machine Learning
- 上交:
- 統計機器學習–課件講義
- 機器學習導論–課件講義
- Coursera :
- Neural Networks for Machine Learning
- Mathemetics for Machnie learning
- Neural Networks and Deep learning[NG]
###6.Statistics & Statistical Learning
- Lecture Notes on Statistical and Machine Learning
- The Elements of statistical learning–Stanford(很經典的一本書 up to 10th edition)
- Machine Learning a Probabilistic Perspective(★★★★★)
###7.Open Courses - 機器學習基石–課程已下架,只能參閱筆記–線下下載在這
- Learning from data–iMooc課程,授課人是上邊那個課程的老師
- Neural Networks in Machine Learning–Hinton–多倫多大學的大牛,DL 領域の四大天王1之一
- Udacity Deep Learning 課程–from goole 強推(★★★★★)–Github 筆記地址&1 &2
###8.Outstanding blogs - 臺灣國立大學機器學習基石聽課筆記
- Deep Learning 基礎細節及實現(★★★★★)
- Deep Learning(深度學習)學習筆記
- 機器學習算法與Python實踐
- Deep learning 實戰
- 神經網絡入門+ 遺傳算法入門
- 漫談 Clustering 系列
- The EM Algorithm–元老級博客–自2011年就發表了很多算法的詳解
- Deep Learning(深度學習)學習筆記整理系列之LeNet-5卷積參數個人理解
- 計算機的潛意識(★★★★★)
- 元老級的機器學習、數據挖掘博客(★★★★★)
- 機器學習中常見的損失函數(★★★★★)
- 部分算法的 Python 實現
- 很多問題的收集(★★★)
- 神經網絡編程入門
- 偏重于系統架構的一個博客
- TensorFlow中cnn-cifar10樣例代碼詳解–有好多源碼講解(★★★★★)
- 交叉熵、softmax 推導、NTM(神經圖靈機)
- 機器學習及數學知識很多–有機器學習中的數學系列(★★★★★)
- Shareditor–自己動手做聊天機器人、機器學習系列教程-- github 地址(★★★★★)
- Jasonding 機器學習中的數學等–github 主頁(★★★★★)
- TensorFlow tutorial 以及 深度學習實驗(★★★★★)
- 深度學習系列博客(★★★★★)
- ResNet && DenseNet(原理篇) 及 tensorflow 實現
###9.Interesting and Novel things - CNNdroid 在移動設備上的應用
- 深度學習盛會ICLR2017最佳論文
- 梵高眼里的星空有多美
- Deep Learning for Chess
- Duplicate Question Detection with Deep Learning on Quora Dataset
- Google Tensorflow Playground–在網站上體驗神經網絡的訓練–介紹其基本原理的一個博客
- DeepLearningFlappyBird
- ConvNetJS–網頁的深度學習部署框架
- DyNet–動態神經網絡工具包–faster than Theano and TensoFlow–論文地址
- Tensorflow 梵高作畫 1–大神 July 的博客,我是他的小粉絲 2
###10.Four Kings of Machine Learning - Geoffrey Hinton
–多倫多大學
–將 BP 算法用于神經網絡和深度學習的倡導者,NN 的衛道夫
–Google AI
–Inovation: Dark Knowledge 的概念
- Yann Lecun
–紐約大學
–BP 算法的提出者(博士期間,也是Hinton 的學生);CNN在DL中應用的開拓(代表是 Lenet)
–Facebook AI
–Inovation: Lenet(手寫數字識別系統); Lush(面向對象編程語言>=~Matlab)
- Yoshua Bengio
–蒙特利爾大學
–RNN 在 DL 中應用的開拓者(代表是 Lenet)
– CIFAR 領導人
–Inovation: 細致討論了 Natural Language Model, Gradient Vanishing, word2vet 原型
–Inovation: Theano(基于 Symbolic computational graph) 創始人,為后來的 Keras, 國內的 Mxnet, google 的 TensorFlow 以及 Berkeley 的 cgt 的創建都基于這個庫。
- Andrew NG
–斯坦福大學
–Coursera 創建者;Google Brain 創建者
–百度首席
###11.Tools and Libraries
- Scikit-Learn
- 機器學習使用python
- TensorFlow-中文社區在這里(速度特別慢)
###12.Competitions
- CIKM 數據挖掘競賽
- DataCastle 數據應用競賽–好地方啊好地方
- 天池大數據競賽–Ali
- Kaggle
- 英特爾 Kaggle 競賽技術參考–會提供計算資源,有期限,而且要用 intel 的東西
###13.Datasets - 100+詭異的數據集
- UCI dataset–加州大學機器學習數據集
- Deep Learning Datasets
###14.Interview Materials - 一份面試問題合集
- 8個機器學習 Cheat Sheet
- SoulMachine Machine Learning Cheat Sheet(★★★★★)
###15.Superior Websites(already read in this process):
未讀或待讀,以及收集的書單鏈接**在這里**。
- The Mathematics of Machine Learning(介紹很詳細,也有資料介紹,我有很多都是看了它推薦的課)
- 一個國外學者的博客–Dr. Mark Humphrys(有講好多算法 e.g. BP MLNN)
- 非常好的 Machine Learning 學習網站1(★★★★★)
- 非常好的 Machine Learning 學習網站2–Ritchie NG(★★★★★)
- Deep Learning.net–DeepLearning tutorial 0.1 based on Theano
- Machine Learning in Games
- Redit/Mongodb 絕佳講解 blog
###16.Data Structure and algorithm
- July’s blog–微軟100 and 37章經
- Code Ganker --Leetcode
- 18大經典數據挖掘算法小結–有 github 實現
###17.Subfield: Reinforcement Learning
- Reinforcement Learning: An Introduction
###18.Subfield: 推薦系統
###19.Subfield: Nueral Networks
- 數據挖掘系列(10)——卷積神經網絡算法的一個實現(★★★★★)
- Deep Learning模型之:CNN卷積神經網絡(一)深度解析CNN(★★★★★)
- 神經網絡和深度學習-學習總結
- 深度學習元老Yann Lecun詳解卷積神經網絡
- 卷及神經網絡BLog
- Convolutional Neural Networks (LeNet)
- Deep learning:三十八(Stacked CNN簡單介紹)(★★★★★)
- Deep Learning論文筆記之(四)CNN卷積神經網絡推導和實現(★★★★★)
- 人工智能 CNN 可視化
###20.Related books
- The most important machine learning books.
###21.Important persons
他們分別是 Geoffrey Hinton, Yann Lecun, Yoshua Bengio and Andrew NG
他們現在從事的單位分別是Google AI, Facebook AI, CIFAR and Baidu. 簡介鏈接 ??
總結
以上是生活随笔為你收集整理的机器学习书籍资料(自己正在读的)---self-reading ML booklist ( To be continued )的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: [CPP]--Unicode 字符编码
- 下一篇: [Machine Learning]--