Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jeena/catdog


https://github.com/jeena/catdog

Last synced: 15 days ago
JSON representation

Awesome Lists containing this project

README

        

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.