Back to Projects

Terrain Identification with LSTM

Role Student
Date Fall 2021
Terrain Identification with LSTM

Overview

This project focused on time-series classification using Deep Learning. I developed a Long Short-Term Memory (LSTM) neural network to classify terrain types (e.g., concrete, grass, gravel) based on raw gyroscope data collected from a mobile robot. The model was trained on a custom dataset and optimized to run efficiently, demonstrating the capability of recurrent neural networks to extract temporal features from inertial sensor data.

Technologies

Deep Learning LSTM Sensor Data Python Keras