Skip to content

KhaledSaleh/driving_behaviour_classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LSTM for driving behaviour classification

This is the code repository for our paper, Driving Behavior Classification Based on Sensor Data Fusion Using LSTM Recurrent Neural Networks.

This repo contains the data and tensorflow code for training and testing the LSTM model we used in the paper. To run this code, it is necessary to have installed:

  • Python2.7
  • Tensorflow == 0.12
  • Numpy
  • Sklearn

Citation

If you find this work useful in your research, please consider citing:

@inproceedings{saleh2017driving,
  title={Driving behavior classification based on sensor data fusion using lstm recurrent neural networks},
  author={Saleh, Khaled and Hossny, Mohammed and Nahavandi, Saeid},
  booktitle={2017 IEEE 20th International Conference on Intelligent Transportation Systems (ITSC)},
  pages={1--6},
  year={2017},
  organization={IEEE}
}

Usage

  1. Clone repo via git clone https://github.com/KhaledSaleh/driving_behaviour_classification.git && cd driving_behaviour_classification.
  2. Run python main.py --help to check the available command line args.
  3. Run python main.py to train the model on the full dataset.

About

LSTM for driving behaviour classification

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages