Keras for Beginners: Implementing a Recurrent Neural Network - victorzhou.com
Keras is a simple-to-use but powerful deep learning library for Python. In this post, we'll build a simple Recurrent Neural Network (RNN) and train it to solve a real problem with Keras. This post is intended for complete beginners to Keras but does assume a basic background knowledge of RNNs. My introduction to Recurrent Neural Networks covers everything you need to know (and more) for this post - read that first if necessary. The full source code is at the end.
Aug-14-2020, 08:40:46 GMT
- Technology: