File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 3
3
These are Python programs mostly taken from the book "Python Machine Learning"
4
4
by Sebastian Raschka
5
5
6
- They were intended to prove out the data set of character images found in
6
+ see the original programs from the book at:
7
+
8
+ https://github.com/rasbt/python-machine-learning-book
9
+
10
+ These programs were intended to prove out the data set of character images found in
7
11
fonts.zip.
8
12
9
13
For a detailed explanation of each program, read "Python Machine Learning".
@@ -14,7 +18,7 @@ be used with E13B.
14
18
15
19
run_batch.sc is a bash script that runs all of the programs in the directory
16
20
17
- The programs will make a lot of graphs and a run_batch.txt file in ./plots.
21
+ The script file will place many graphs and a run_batch.txt file in ./plots.
18
22
19
23
20
24
Python 3.4
You can’t perform that action at this time.
0 commit comments