A simple neural network with Python and Keras
This article was written by Adrian Rosebrock. Adrian is an entrepreneur and Ph.D who has launched two successful image search engines, ID My Pill and Chic Engine. If you've been following along with this series of blog posts, then you already know what a hugefan I am of Keras. Keras is a super powerful, easy to use Python library for building neural networks and deep learning networks. In the remainder of this blog post, I'll demonstrate how to build a simple neural network using Python and Keras, and then apply it to the task of image classification. To start this post, we'll quickly review the most common neural network architecture -- feedforward networks.
Oct-8-2017, 20:30:14 GMT
- Technology: