Skip to content

Commit

Permalink
Merge pull request #7 from catawbasam/patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
benhamner committed Sep 13, 2015
2 parents 6b07017 + 880bd34 commit 4b41be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ MachineLearning.jl

The MachineLearning package represents the very beginnings of an attempt to consolidate common machine learning algorithms written in pure Julia and presenting a consistent API. Initially, the package will be targeted towards the machine learning practitioner, working with a dataset that fits in memory on a single machine. Longer term, I hope this will both target much larger datasets and be valuable for state of the art machine learning research as well.

API Introdution
API Introduction
===============

model = [2.0,1.0,-1.0]
Expand Down

0 comments on commit 4b41be4

Please sign in to comment.