Skip to content

Commit 016c6a8

Browse files
committed
readme files
1 parent 72def1b commit 016c6a8

File tree

14 files changed

+76
-11
lines changed

14 files changed

+76
-11
lines changed

code/ch01/README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
Sebastian Raschka, 2015
22

3-
# Python Machine Learning - Chapter 1 Code
3+
# Python Machine Learning
4+
5+
# Chapter 1 Code Examples
6+
7+
## Giving Computers the Ability to Learn from Data
8+
9+
<hr>
410

511
**Chapter 1 does not contain any code examples.**
612

13+
<hr>
14+
715
## Installing Python packages
816

917
Python is available for all three major operating systems — Microsoft Windows, Mac OS X, and Linux — and the installer, as well as the documentation, can be downloaded from the official Python website: https://www.python.org.

code/ch02/README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
Sebastian Raschka, 2015
22

3-
# Python Machine Learning - Chapter 2 Code Examples
3+
# Python Machine Learning
4+
# Chapter 2 Code Examples
5+
6+
## Training Machine Learning Algorithms for Classification

code/ch03/README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
Sebastian Raschka, 2015
22

3-
# Python Machine Learning - Chapter 3 Code Examples
3+
# Python Machine Learning
4+
# Chapter 3 Code Examples
5+
6+
## A Tour of Machine Learning Classifiers Using Scikit-learn

code/ch04/README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
Sebastian Raschka, 2015
22

3-
# Python Machine Learning - Chapter 4 Code Examples
3+
# Python Machine Learning
4+
# Chapter 4 Code Examples
5+
6+
## Building Good Training Sets – Data Preprocessing

code/ch05/README.md

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
Sebastian Raschka, 2015
22

3-
# Python Machine Learning - Chapter 2 Code
3+
# Python Machine Learning
4+
# Chapter 5 Code Examples
45

5-
The content is organized as follows:
6-
7-
- `code/`: the main IPython notebook with the code example as they appear in the chapter.
8-
- `data/`: optional offline version(s) of the dataset(s)
9-
- `figures/`: notebook figures and color figures
6+
## Compressing Data via Dimensionality Reduction

code/ch06/README.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Sebastian Raschka, 2015
2+
3+
# Python Machine Learning
4+
5+
# Chapter 6 Code Examples
6+
7+
## Learning Best Practices for Model Evaluation and Hyperparameter Tuning
8+
9+

code/ch07/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Sebastian Raschka, 2015
2+
3+
# Python Machine Learning
4+
# Chapter 7 Code Examples
5+
6+
## Combining Different Models for Ensemble Learning

code/ch08/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Sebastian Raschka, 2015
2+
3+
# Python Machine Learning
4+
# Chapter 8 Code Examples
5+
6+
## Applying Machine Learning to Sentiment Analysis

code/ch09/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Sebastian Raschka, 2015
2+
3+
# Python Machine Learning
4+
# Chapter 9 Code Examples
5+
6+
## Embedding a Machine Learning Model into a Web Application

code/ch10/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Sebastian Raschka, 2015
2+
3+
# Python Machine Learning
4+
# Chapter 10 Code Examples
5+
6+
## Predicting Continuous Target Variables with Regression Analysis

code/ch11/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Sebastian Raschka, 2015
2+
3+
# Python Machine Learning
4+
# Chapter 11 Code Examples
5+
6+
## Working with Unlabeled Data – Clustering Analysis

code/ch12/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Sebastian Raschka, 2015
2+
3+
# Python Machine Learning
4+
# Chapter 12 Code Examples
5+
6+
## Training Artificial Neural Networks for Image

code/ch13/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Sebastian Raschka, 2015
2+
3+
# Python Machine Learning
4+
# Chapter 13 Code Examples
5+
6+
## Parallelizing Neural Network Training with Theano

code/datasets/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ Sebastian Raschka, 2015
99

1010
### wine.data
1111

12-
- used in chapters 4
12+
- used in chapters 4, 5
1313
- source: [https://archive.ics.uci.edu/ml/datasets/Wine](https://archive.ics.uci.edu/ml/datasets/Wine)

0 commit comments

Comments
 (0)