All Projects → EmreTaha → Social Lstm Vehicletrajectory

EmreTaha / Social Lstm Vehicletrajectory

Licence: gpl-3.0
Social LSTM using PyTorch for Vehicle Data

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Social Lstm Vehicletrajectory

Keras basic
keras를 이용한 딥러닝 기초 학습
Stars: ✭ 39 (-31.58%)
Mutual labels:  lstm
Rnn Notebooks
RNN(SimpleRNN, LSTM, GRU) Tensorflow2.0 & Keras Notebooks (Workshop materials)
Stars: ✭ 48 (-15.79%)
Mutual labels:  lstm
Time Attention
Implementation of RNN for Time Series prediction from the paper https://arxiv.org/abs/1704.02971
Stars: ✭ 52 (-8.77%)
Mutual labels:  lstm
Char Rnn Keras
TensorFlow implementation of multi-layer recurrent neural networks for training and sampling from texts
Stars: ✭ 40 (-29.82%)
Mutual labels:  lstm
Pytorchtext
1st Place Solution for Zhihu Machine Learning Challenge . Implementation of various text-classification models.(知乎看山杯第一名解决方案)
Stars: ✭ 1,022 (+1692.98%)
Mutual labels:  lstm
Jambot
Stars: ✭ 50 (-12.28%)
Mutual labels:  lstm
Twitter Sentiment Analysis
Sentiment analysis on tweets using Naive Bayes, SVM, CNN, LSTM, etc.
Stars: ✭ 978 (+1615.79%)
Mutual labels:  lstm
Pointer Networks Experiments
Sorting numbers with pointer networks
Stars: ✭ 53 (-7.02%)
Mutual labels:  lstm
Ssun
Spectral-Spatial Unified Networks for Hyperspectral Image Classification
Stars: ✭ 44 (-22.81%)
Mutual labels:  lstm
Tensorflow Lstm Sin
TensorFlow 1.3 experiment with LSTM (and GRU) RNNs for sine prediction
Stars: ✭ 52 (-8.77%)
Mutual labels:  lstm
Deeptranslit
Efficient and easy to use transliteration for Indian languages
Stars: ✭ 41 (-28.07%)
Mutual labels:  lstm
Avsr Deep Speech
Google Summer of Code 2017 Project: Development of Speech Recognition Module for Red Hen Lab
Stars: ✭ 43 (-24.56%)
Mutual labels:  lstm
Gym Continuousdoubleauction
A custom MARL (multi-agent reinforcement learning) environment where multiple agents trade against one another (self-play) in a zero-sum continuous double auction. Ray [RLlib] is used for training.
Stars: ✭ 50 (-12.28%)
Mutual labels:  lstm
Rnn Stocks Prediction
Another attempt to use Deep-Learning in the financial markets
Stars: ✭ 39 (-31.58%)
Mutual labels:  lstm
Text Classification Keras
📚 Text classification library with Keras
Stars: ✭ 53 (-7.02%)
Mutual labels:  lstm
Language Modelling
Generating Text using Deep Learning in Python - LSTM, RNN, Keras
Stars: ✭ 38 (-33.33%)
Mutual labels:  lstm
Deepseqslam
The Official Deep Learning Framework for Route-based Place Recognition
Stars: ✭ 49 (-14.04%)
Mutual labels:  lstm
Speech Music Detection
Python framework for Speech and Music Detection using Keras.
Stars: ✭ 56 (-1.75%)
Mutual labels:  lstm
Image Captioning
Image Captioning: Implementing the Neural Image Caption Generator with python
Stars: ✭ 52 (-8.77%)
Mutual labels:  lstm
Ner blstm Crf
LSTM-CRF for NER with ConLL-2002 dataset
Stars: ✭ 51 (-10.53%)
Mutual labels:  lstm

Social LSTM using PyTorch for Vehicle Data

This code/implementation is edited version of Anirudh Vemula's code. It is edited for vehicle trajectory data . If you are using this code for your work, please cite the original paper and Anirudh Vemula's original code.

Getting Started

The dataset available is normalized between -1 and 1. Also this version of code is only for GPU's.

Requirements

How to Run

  • Before running the code, create the required directories by running the script make_directories.sh
  • Unzip the data files inside the data_vehicles folder
  • To train the model run python3 social_lstm/train.py (With default parameters)
  • To test the model run python3 social_lstm/sample.py --epoch=n where n is the epoch at which you want to load the saved model. (Also since we use validation, by the end of training you should see the best epoch)
  • To visualize and plot the grid run python3 social_lstm/visualize.py with default parameters
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].