Skip to content

Commit 7b440d1

Browse files
committed
excerpts from foreword and preface
1 parent 2883ce4 commit 7b440d1

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

README.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22

33
*Python Machine Learning* code repository.
44

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 :).
67

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.
79

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.)!
911

1012
![](./images/pymle_cover_small.jpg)
1113

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+
1315

1416

1517
## Updates
@@ -35,6 +37,8 @@ If you are interested in keeping in touch, I have quite a lively twitter stream
3537

3638
## Table of Contents
3739

40+
Excerpts from the [Foreword](./docs/foreword_ro.pdf) and [Preface](./docs/preface_sr.pdf).
41+
3842
1. Machine Learning - Giving Computers the Ability to Learn from Data
3943
2. Training Machine Learning Algorithms for Classification
4044
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
5054
13. Parallelizing Neural Network Training via Theano
5155

5256

53-
## [References & Resources](./docs/references.md)
57+
## [Literature References & Further Reading Resources](./docs/references.md)
5458

5559
## [Image Gallery](./images/image_gallery/README.md)
5660

docs/foreword_ro.pdf

71.2 KB
Binary file not shown.

docs/preface_sr.pdf

108 KB
Binary file not shown.

0 commit comments

Comments
 (0)