Add new README
This commit is contained in:
parent
39fbc9ae48
commit
b8906a3da1
1 changed files with 10 additions and 0 deletions
10
README.md
Normal file
10
README.md
Normal file
|
@ -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.
|
Loading…
Add table
Add a link
Reference in a new issue