implement CNN by using keras and tensorflow
- write config file as yaml format
- prepare images like below
|---images/ |---dog/ |---1.png |---2.png |---... |---cat/ |---1.png |---2.png |---... |---horse/ |---1.png |---2.png |---...
- execute runner (if you want to see help, use -h option)