Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeena/catdog
https://github.com/jeena/catdog
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jeena/catdog
- Owner: jeena
- Created: 2013-10-08T06:17:00.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2019-03-30T20:12:45.000Z (almost 6 years ago)
- Last Synced: 2024-10-31T22:14:16.659Z (2 months ago)
- Language: Python
- Size: 1.26 MB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.