Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 772 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 772 Bytes

PythonMachineLearingExamples

These are Python programs mostly taken from the book "Python Machine Learning" by Sebastian Raschka

see the original programs from the book at:

https://github.com/rasbt/python-machine-learning-book

These programs were intended to prove out the data set of character images found in fonts.zip.

For a detailed explanation of each program, read "Python Machine Learning".

Due to the fact that a few E13B characters can be classified using only two features, most of the example programs that use the Iris dataset can also be be used with E13B.

run_batch.sc is a bash script that runs all of the programs in the directory

The script file will place many graphs and a run_batch.txt file in ./plots.

Python 3.4 Anaconda3 Linux Ubuntu