Skip to content
#

recurrent-neural-networks

Here are 41 public repositories matching this topic...

This repository contains programming assignments for the Deep Learning Specialization by deeplearning.AI. It includes Jupyter Notebooks for exercises in neural networks, hyperparameter tuning, convolutional networks, and sequence models.

  • Updated Aug 6, 2024
  • Jupyter Notebook

The repository contains notebooks created for collecting and preprocessing the corpus of diary entries and for experiments on creating models for predicting gender, age groups of authors and the time period of text creation.

  • Updated Jun 12, 2024
  • Jupyter Notebook

Text generation using a character-based RNN with LSTM cells. We will work with a dataset of Shakespeare's writing from Andrej Karpathy's The Unreasonable Effectiveness of Recurrent Neural Networks. Given a sequence of characters from this data ("Shakespear"), train a model to predict the next character in the sequence ("e"). Longer sequences of …

  • Updated Sep 28, 2020
  • Python

Improve this page

Add a description, image, and links to the recurrent-neural-networks topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the recurrent-neural-networks topic, visit your repo's landing page and select "manage topics."

Learn more