Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Introduction

In this project I built a recurrent neural network model in Python using TensorFlow/Keras to work with a dataset of phrases to test if it can remember long phrases. This notebook goes over the fundamenals of how Recurrent Neural Networks work, and how Recurrent Neural Networks can handle sequential data.

Dataset

Our dataset consisted of an array of phrases, which served as input for training our RNN model. However, the dataset required preprocessing and modifications to make it suitable for training.

Accuracy of Our Model

Our model achieved an accuracy of 98.75% in predicting the next set of characters to generate, demonstrating its ability to fully generate complete text from a given starting character, word, or phrase.

Visualization of Our Model's Evaluation

Our model was capable of generating the full phrase "pennies are shiny" just from the word "pen". Untitled

Download & Learning

Feel free to download the notebook if you want to explore more about RNN models and their ability to handle sequential data.

About

Text generation using a Recurrent Neural Network (RNN) model for sequence learning

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages