STF-RNN

Location predictor

Recurrent neural network model for predicting people's next location based on spatial and temporal features

Keras implementation of STF-RNN: Space Time Features-based Recurrent Neural Network for Predicting People Next Location

GitHub

28 stars
1 watching
14 forks
Language: Python
last commit: about 7 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
hamid-nasiri/recurrent-fuzzy-neural-network A software framework that uses a recurrent neural network with fuzzy logic to predict chaotic time series data 62
ragulpr/wtte-rnn A framework for predicting time to event and churn using recurrent neural networks with Weibull distribution 768
damitkwr/esrnn-gpu A PyTorch implementation of an optimized deep learning model for time series forecasting on GPUs. 318
l0sg/relational-rnn-pytorch An implementation of DeepMind's Relational Recurrent Neural Networks (Santoro et al. 2018) in PyTorch for word language modeling 244
martinkersner/train-crf-rnn A Python-based framework for training Conditional Random Field Recurrent Neural Networks (CRF-RNN) for semantic image segmentation 199
guillaume-chevalier/seq2seq-signal-prediction A project demonstrating the use of a Sequence-to-Sequence Recurrent Neural Network (RNN) for time series forecasting in Python using TensorFlow. 1,083
farizrahman4u/recurrentshop A framework for building custom recurrent neural networks with Keras 765
vonfeng/deepmove A PyTorch-based implementation of a predictive model for human mobility patterns using attention mechanisms and recurrent neural networks. 144
sadeepj/crfasrnn_keras This repository provides a Keras/Tensorflow implementation of Conditional Random Fields as Recurrent Neural Networks for semantic image segmentation. 603
guillaume-chevalier/har-stacked-residual-bidir-lstms An implementation of a deep neural network architecture for Human Activity Recognition using stacked residual bidirectional LSTM cells with TensorFlow. 319
chenhsuanlin/signed-distance-srn This project provides PyTorch code for learning 3D object reconstruction from static images using signed distance functions. 125
taolei87/sru A recurrent neural network implementation optimized for speed and parallelizability 31
zalandoresearch/pytorch-dilated-rnn Implementations of Dilated Recurrent Neural Networks in PyTorch 211
reddavis/knn An implementation of the K Nearest Neighbour algorithm in Ruby, allowing users to query a dataset and retrieve the k most similar data points based on various distance measurements. 37
tgjeon/tensorflow-tutorials-for-time-series A comprehensive guide to time series prediction using TensorFlow 1,110