catdog/README.md
2019-03-30 20:24:06 +01:00

418 B

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.