All Projects β†’ fferroni β†’ Phasedlstm Keras

fferroni / Phasedlstm Keras

Licence: mit
Keras implementation of Phased LSTM [https://arxiv.org/abs/1610.09513]

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Phasedlstm Keras

Image Captioning
Image Captioning: Implementing the Neural Image Caption Generator with python
Stars: ✭ 52 (-63.38%)
Mutual labels:  lstm-neural-networks
Text predictor
Char-level RNN LSTM text generatorπŸ“„.
Stars: ✭ 99 (-30.28%)
Mutual labels:  lstm-neural-networks
Understanding Pytorch Batching Lstm
Understanding and visualizing PyTorch Batching with LSTM
Stars: ✭ 125 (-11.97%)
Mutual labels:  lstm-neural-networks
Sarcasm Detection
Detecting Sarcasm on Twitter using both traditonal machine learning and deep learning techniques.
Stars: ✭ 73 (-48.59%)
Mutual labels:  lstm-neural-networks
Eqtransformer
EQTransformer, a python package for earthquake signal detection and phase picking using AI.
Stars: ✭ 95 (-33.1%)
Mutual labels:  lstm-neural-networks
Deep Generation
I used in this project a reccurent neural network to generate c code based on a dataset of c files from the linux repository.
Stars: ✭ 101 (-28.87%)
Mutual labels:  lstm-neural-networks
Tensorflow Sentiment Analysis On Amazon Reviews Data
Implementing different RNN models (LSTM,GRU) & Convolution models (Conv1D, Conv2D) on a subset of Amazon Reviews data with TensorFlow on Python 3. A sentiment analysis project.
Stars: ✭ 34 (-76.06%)
Mutual labels:  lstm-neural-networks
Abnormal event detection
Abnormal Event Detection in Videos using SpatioTemporal AutoEncoder
Stars: ✭ 139 (-2.11%)
Mutual labels:  lstm-neural-networks
Pytorch Learners Tutorial
PyTorch tutorial for learners
Stars: ✭ 97 (-31.69%)
Mutual labels:  lstm-neural-networks
Midi Rnn
Generate monophonic melodies with machine learning using a basic LSTM RNN
Stars: ✭ 124 (-12.68%)
Mutual labels:  lstm-neural-networks
Automatic Image Captioning
Generating Captions for images using Deep Learning
Stars: ✭ 84 (-40.85%)
Mutual labels:  lstm-neural-networks
Cnn lstm for text classify
CNN, LSTM, NBOW, fasttext δΈ­ζ–‡ζ–‡ζœ¬εˆ†η±»
Stars: ✭ 90 (-36.62%)
Mutual labels:  lstm-neural-networks
Repo 2016
R, Python and Mathematica Codes in Machine Learning, Deep Learning, Artificial Intelligence, NLP and Geolocation
Stars: ✭ 103 (-27.46%)
Mutual labels:  lstm-neural-networks
Bitcoin Price Prediction Using Lstm
Bitcoin price Prediction ( Time Series ) using LSTM Recurrent neural network
Stars: ✭ 67 (-52.82%)
Mutual labels:  lstm-neural-networks
Ml Projects
ML based projects such as Spam Classification, Time Series Analysis, Text Classification using Random Forest, Deep Learning, Bayesian, Xgboost in Python
Stars: ✭ 127 (-10.56%)
Mutual labels:  lstm-neural-networks
Skater
Python Library for Model Interpretation/Explanations
Stars: ✭ 973 (+585.21%)
Mutual labels:  lstm-neural-networks
Aspect Based Sentiment Analysis
Aspect Based Sentiment Analysis
Stars: ✭ 99 (-30.28%)
Mutual labels:  lstm-neural-networks
Image Caption Generator
[DEPRECATED] A Neural Network based generative model for captioning images using Tensorflow
Stars: ✭ 141 (-0.7%)
Mutual labels:  lstm-neural-networks
Question Answering
TensorFlow implementation of Match-LSTM and Answer pointer for the popular SQuAD dataset.
Stars: ✭ 133 (-6.34%)
Mutual labels:  lstm-neural-networks
Video2description
Video to Text: Generates description in natural language for given video (Video Captioning)
Stars: ✭ 107 (-24.65%)
Mutual labels:  lstm-neural-networks

PhasedLSTM-Keras

Keras implementation of Phased LSTM [https://arxiv.org/abs/1610.09513], from NIPS 2016.

To install run: pip install phased_lstm_keras

Works both with Theano and Tensorflow backend (tested on Theano 0.9 and Tensorflow 1.0).

Classification performance compared to standard Keras LSTM for MNIST dataset:

.. image:: mnist_plstm_lstm_comparison_acc.png :height: 100px :width: 100px :alt: Accuracy [red: PLSTM, black: LSTM] :align: center

.. image:: mnist_plstm_lstm_comparison_loss.png :height: 100px :width: 100px :alt: Loss [red: PLSTM, black: LSTM] :align: center

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].