Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 771 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 771 Bytes

dsa4212_lstm

Introduction

This repository contains a Long Short-Term Memory (LSTM) model implemented from scratch using mainly numpy and jax Python libraries.

The purpose of this LSTM model is to perform prediction on taxi demand time series data. Specifically, we trained and evaluated the model on yellow taxi trip records from Manhattan spanning the years 2022 and 2023 in the TLC Trip Record dataset.

Repository structure: