You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+8-4
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,16 @@
2
2
3
3
*Python Machine Learning* code repository.
4
4
5
-
What you can expect are 400 pages rich in useful material just about everything you need to know to get started with machine learning ... from theory to the actual code that you can directly put into action! What makes this book different from other practical machine learning books is that we will not only *use* the algorithms but also understand how they really *work* -- we won't leave any black box unopened!
5
+
What you can expect are 400 pages rich in useful material just about everything you need to know to get started with machine learning ... from theory to the actual code that you can directly put into action! This is not yet just another "this is how scikit-learn works" book. I aim to explain all the underlying concepts, tell you everything you need to know in terms of best practices and caveats, and
6
+
we will put those concepts into action mainly using NumPy, scikit-learn, and Theano :).
6
7
8
+
You are not sure if this book is for you? Please checkout the excerpts from the [Foreword](./docs/foreword_ro.pdf) and [Preface](./docs/preface_sr.pdf), or take a look at the [FAQ](#faq) section for further information.
7
9
8
-
Please stay tuned for the code examples that I am going to upload on the GitHub repo once it's published (hopefully September 1st)!
10
+
Please stay tuned for the code examples that I am going to upload on the GitHub repo once it's published (sometime in September 201.)!
9
11
10
12

11
13
12
-
This is not yet just another "this is how scikit-learn works" book. I aim to explain how Machine Learning works, tell you everything you need to know in terms of best practices and caveats, and then we will learn how to put those concepts into action using NumPy, scikit-learn, Theano and so on :).
14
+
13
15
14
16
15
17
## Updates
@@ -35,6 +37,8 @@ If you are interested in keeping in touch, I have quite a lively twitter stream
35
37
36
38
## Table of Contents
37
39
40
+
Excerpts from the [Foreword](./docs/foreword_ro.pdf) and [Preface](./docs/preface_sr.pdf).
41
+
38
42
1. Machine Learning - Giving Computers the Ability to Learn from Data
39
43
2. Training Machine Learning Algorithms for Classification
40
44
3. A Tour of Machine Learning Classifiers Using Scikit-Learn
@@ -50,7 +54,7 @@ If you are interested in keeping in touch, I have quite a lively twitter stream
50
54
13. Parallelizing Neural Network Training via Theano
51
55
52
56
53
-
## [References & Resources](./docs/references.md)
57
+
## [Literature References & Further Reading Resources](./docs/references.md)
0 commit comments