No description
Find a file
2019-03-30 21:12:39 +01:00
img remove unnecessary file 2019-03-30 21:12:16 +01:00
ml Restructure directories to prepare for TensorFlow 2019-03-30 20:21:58 +01:00
tf Add first stab on loading image data 2019-03-30 21:12:39 +01:00
convert.sh added img convert script 2013-10-15 01:31:53 +02:00
README.md Add new README 2019-03-30 20:24:06 +01:00

Categorization of drawn cat and dog faces

Under 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/ 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.