Sequence Modeling
This repository contains code, experiments, and resources for sequence modeling techniques, including RNNs, LSTMs, GRUs, and Transformer-based models. The project is organized for educational and research purposes, with Jupyter notebooks and requirements for easy setup.
Contents
implementation.ipynb: Main notebook with sequence modeling implementations and experiments.requirements.txt: Python dependencies for running the notebooks.
Usage
- Clone the repository:
git clone https://github.com/GruheshKurra/SequenceModeling.git - Install dependencies:
pip install -r requirements.txt - Open and run the notebook:
jupyter notebook implementation.ipynb
Links
License
MIT License