Project Creation: Part Two

In this lesson, we will create the model architecture for this project.

Create the model architecture

Now that we have our input in the format that our model will accept, we can create the model architecture. In this project, we are going to use a simple RNN model. But don’t worry, in later chapters, we will work with LSTMs too.

Let’s create the model architecture.

Get hands-on with 1200+ tech skills courses.