Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JayBeavers committed Mar 10, 2016
1 parent 6771bed commit a68384d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
@@ -0,0 +1,8 @@
# cpp_machinelearning

This repository is a reimplementation of the Andrew Ng machine learning homework, as written in C++ using the Armadillo matrix library
and the gnuplot-iostream plotting library. These libraries provide the closest analog I could find to the Octave/Gnuplot environment
used in the class.

I'm motivated to both figure out the comparative difficulty of coding ML algorithms in cross platform C++ compared to Octave and as a
learning effort to reenforce the class information by restating the work in a different context.

0 comments on commit a68384d

Please sign in to comment.