├── LICENSE ├── README.md ├── doc └── source │ └── images │ ├── EnterIBMID.jpg │ ├── PowerAITrial2.jpg │ ├── architecture.png │ ├── demo.gif │ ├── launchtrialbutton.jpg │ ├── powerai-notebook-terminal.png │ └── welcomepage.png ├── notebooks └── Hotdog_NotHotdog_CNN.ipynb └── seefood.mlmodel /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/justinmccoy/keras-binary-classifier/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/justinmccoy/keras-binary-classifier/HEAD/README.md -------------------------------------------------------------------------------- /doc/source/images/EnterIBMID.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/justinmccoy/keras-binary-classifier/HEAD/doc/source/images/EnterIBMID.jpg -------------------------------------------------------------------------------- /doc/source/images/PowerAITrial2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/justinmccoy/keras-binary-classifier/HEAD/doc/source/images/PowerAITrial2.jpg -------------------------------------------------------------------------------- /doc/source/images/architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/justinmccoy/keras-binary-classifier/HEAD/doc/source/images/architecture.png -------------------------------------------------------------------------------- /doc/source/images/demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/justinmccoy/keras-binary-classifier/HEAD/doc/source/images/demo.gif -------------------------------------------------------------------------------- /doc/source/images/launchtrialbutton.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/justinmccoy/keras-binary-classifier/HEAD/doc/source/images/launchtrialbutton.jpg -------------------------------------------------------------------------------- /doc/source/images/powerai-notebook-terminal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/justinmccoy/keras-binary-classifier/HEAD/doc/source/images/powerai-notebook-terminal.png -------------------------------------------------------------------------------- /doc/source/images/welcomepage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/justinmccoy/keras-binary-classifier/HEAD/doc/source/images/welcomepage.png -------------------------------------------------------------------------------- /notebooks/Hotdog_NotHotdog_CNN.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/justinmccoy/keras-binary-classifier/HEAD/notebooks/Hotdog_NotHotdog_CNN.ipynb -------------------------------------------------------------------------------- /seefood.mlmodel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/justinmccoy/keras-binary-classifier/HEAD/seefood.mlmodel --------------------------------------------------------------------------------