From b8906a3da157a31532d62836929a6fdb716304ba Mon Sep 17 00:00:00 2001 From: Jeena Date: Sat, 30 Mar 2019 20:24:06 +0100 Subject: [PATCH] Add new README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5b6c89d --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +Categorization of drawn cat and dog faces +========================================= + +Under [ml/](ml/) you can find my attempt to do it with machine learning, +where I decide myself how to extract which features and later use a simple +algorithm to classify. + +Under [tf/](tf/) you can find my attempt to do it with TensorFlow, which +is a neural network which extracts it's own features and neurons classify +the pictures.