Skip to content

Commit

Permalink
Intro to Classification
Browse files Browse the repository at this point in the history
  • Loading branch information
clarecorthell committed Aug 28, 2014
1 parent 6b5d212 commit 187acd6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions machine-learning.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
* [cosine similarity for vector space models](http://pyevolve.sourceforge.net/wordpress/?p=2497)
* [Bag of Words](http://en.wikipedia.org/wiki/Bag_of_words_model) (used in Bayesian Spam Filtering, document term frequency models)

### Classification
* [An introduction to Classification / slides](http://www.slideshare.net/pierluca.lanzi/machine-learning-and-data-mining-10-introduction-to-classification)

### Statistical Definitions

* [Accuracy & Precision](http://en.wikipedia.org/wiki/Accuracy_and_precision) (relevant to classification, measuring efficacy of learned models)

0 comments on commit 187acd6

Please sign in to comment.