/Sensor-Train-LSTM

Training Accelerometer data for pothole detection-LSTM-RNN

Primary LanguageJupyter Notebook

Accelerometer Data Training with LSTM.

This repository contains the code that uses the accelerometer data (x,y,z) axis and train it on LSTM(Long Short Term Memory) an RNN(Recurrent Neural Network).

Code can be used to train data present in CSV format on any RNN like LSTM.

File LSTM.ipynb is a notebook file containing code for training accelerometer data using LSTM.

Pothole dataset used in training the demo is self collected dataset and is not available publicly.