Skip to content

Example Code from the book Python Machine Learning, using a database of character images.

License

Notifications You must be signed in to change notification settings

MGN00150905/PythonMachineLearningExamples

This branch is 2 commits behind rrlyman/PythonMachineLearningExamples:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1ebc7f5 · Jan 17, 2019

History

51 Commits
Feb 17, 2017
Feb 17, 2017
Jan 17, 2019
Oct 25, 2017
Oct 25, 2017
Oct 25, 2017
Oct 25, 2017
Oct 25, 2017
Oct 25, 2017
Feb 17, 2017
Feb 17, 2017
Oct 25, 2017
Oct 25, 2017
Feb 17, 2017
Aug 12, 2016
Oct 25, 2017
Oct 25, 2017
Aug 12, 2016
Aug 12, 2016
Aug 12, 2016
Oct 25, 2017
Aug 12, 2016
Oct 25, 2017
Aug 12, 2016
Aug 25, 2016
Aug 25, 2016
Aug 12, 2016
Aug 25, 2016
Aug 12, 2016
Aug 25, 2016
Aug 12, 2016
Aug 12, 2016
Aug 12, 2016
Aug 16, 2016
Aug 12, 2016
Aug 12, 2016
Oct 25, 2017
Aug 12, 2016
Oct 1, 2016
Aug 25, 2016
Aug 12, 2016
Oct 25, 2017
Aug 12, 2016
Aug 12, 2016
Aug 12, 2016
Aug 12, 2016
Aug 12, 2016
Aug 12, 2016
Sep 21, 2016
Feb 17, 2017
Oct 25, 2017
Sep 30, 2016
Feb 17, 2017
Oct 25, 2017
Oct 1, 2016
Feb 17, 2017
Oct 25, 2017
Aug 9, 2016
Feb 17, 2017
Jul 27, 2016
Jul 27, 2016

Repository files navigation

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 which will be automatically downloaded.

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 create many files in the folder, /tmp/plots.

Python 3.4 Anaconda3 Linux or Windows

About

Example Code from the book Python Machine Learning, using a database of character images.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.3%
  • Other 0.7%