Simple Recurrent Neural Network with Keras

Go to class
Write Review

Simple Recurrent Neural Network with Keras provided by Coursera is a comprehensive online course, which lasts for 2 hours worth of material. Simple Recurrent Neural Network with Keras is taught by Amit Yadav. Upon completion of the course, you can receive an e-certificate from Coursera. The course is taught in Englishand is Paid Course. Visit the course page at Coursera for detailed price information.

Overview
  • In this hands-on project, you will use Keras with TensorFlow as its backend to create a recurrent neural network model and train it to learn to perform addition of simple equations given in string format. You will learn to create synthetic data for this problem as well. By the end of this 2-hour long project, you will have created, trained, and evaluated a sequence to sequence RNN model in Keras. Computers are already pretty good at math, so this may seem like a trivial problem, but it’s not! We will give the model string data rather than numeric data to work with. This means that the model needs to infer the meaning of various characters from a sequence of text input and then learn addition from the given data.

    This course runs on Coursera's hands-on project platform called Rhyme. On Rhyme, you do projects in a hands-on manner in your browser. You will get instant access to pre-configured cloud desktops containing all of the software and data you need for the project. Everything is already set up directly in your internet browser so you can just focus on learning. For this project, you’ll get instant access to a cloud desktop with Python, Jupyter, and Tensorflow pre-installed.

    Please note that you will need some experience in Python programming, and a theoretical understanding of Neural Networks to be able to finish this project successfully.

    Notes:
    - You will be able to access the cloud desktop 5 times. However, you will be able to access instructions videos as many times as you want.
    - This course works best for learners who are based in the North America region. We’re currently working on providing the same experience in other regions.