Skip to content

mrahman2-vt/cd1822-rnn-transformers

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RNNs and Transformers Course Repository

This repository contains the code and resources for the RNNs and Transformers course offered by Udacity. The course covers the following topics:

  • Simple RNN
  • LSTM
  • Transformers

The code in this repository is implemented using the PyTorch library.

Overview

The course covers the fundamentals of recurrent neural networks (RNNs) and transformers, two powerful deep learning architectures used for natural language processing (NLP), time-series analysis, and other sequential data tasks.

Skills Learned

By completing this course, you will gain the following skills:

  • Understanding of the theory and architecture of RNNs and transformers
  • Building and training RNN and transformer models using PyTorch
  • Preprocessing and tokenizing text data for NLP tasks
  • Working with pre-trained transformer models and the HuggingFace library

Tools Used

The following tools and libraries are used in this course:

  • Python 3
  • PyTorch
  • HuggingFace Transformers
  • NumPy
  • pandas

About

Repository containing demos and exercises belonging to the Udacity course RNNs and Transformers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.6%
  • Python 0.4%