diff --git a/faq/classifier-categories.md b/faq/classifier-categories.md index 5a6efee..c59b8b0 100644 --- a/faq/classifier-categories.md +++ b/faq/classifier-categories.md @@ -58,3 +58,5 @@ In his new book ([The Master Algorithm](http://www.amazon.com/Master-Algorithm-U **Analogizers** - generalizing from similarity, i.e., recognizing similarities or in other words: remember experiences (training data) and how to combine them to make new predictions - "master algorithm:" support vector machine + +![](./classifier_categories/master_chart.jpg) \ No newline at end of file diff --git a/faq/classifier_categories/master_chart.jpg b/faq/classifier_categories/master_chart.jpg new file mode 100644 index 0000000..3e64872 Binary files /dev/null and b/faq/classifier_categories/master_chart.jpg differ