From c15bf0660cbf1174dc565a30cd3afc519e3bae03 Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 9 Dec 2018 15:44:54 +0100 Subject: [PATCH] small README update --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8dc7a72..571a40b 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,15 @@ just compile. ##Javascript Neural Net open index.html -contains a .js file for Neutwork, the Layer and the Neuron +contains a .js file for Network, the Layer and the Neuron very simple and only feed-forward, doesn’t support backpropagation ##image classification algorithm +Python image classifier, using Keras + +##Dominant Color Extraction +Using a K Means algorithm (very simple) with OpenCV + +