Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/marsbroshok/tensorflow-rnn-events-prediction

Tensorflow Recurrent Neural Network (RNN) model to analyse Time Series in GDELT News dataset to predict future events.
https://github.com/marsbroshok/tensorflow-rnn-events-prediction

Last synced: 3 months ago
JSON representation

Tensorflow Recurrent Neural Network (RNN) model to analyse Time Series in GDELT News dataset to predict future events.

Lists

README

        

# Tensorflow RNN to Events Prediction
**[NOTE]**: *This notebook was made with [Tensorflow v.0.8.0](https://github.com/tensorflow/tensorflow/releases/tag/v0.8.0) and code is not compatible with the newest release of Tensorflow. For the moment I don't have time to upgrade the code so you can use notebook more as an illustration of GDELT dataset and time series analysis.*

Tensorflow Recurrent Neural Network (RNN) model to analyse Time Series in GDELT News dataset to predict future events.

This Google Datalab notebook shows how to create a simple RNN model to perform analysis of GDELT news events dataset.

# Installation
To run this notebook, please follow these steps:
* Create Datalab project in Google Cloud Platform: https://cloud.google.com/datalab/docs/quickstart (do not worry about payment options, default quota is enought to run this demo notebook for free).
* Upload notebook [GDC Meetup Paris GDELT-skflow-RNN](https://github.com/marsbroshok/tensorflow-rnn-events-prediction/blob/master/GDC%20Meetup%20Paris%20GDELT-skflow-RNN.ipynb) to your Datalab envirement.
* Enjoy!

# Additional info
Please, check [presentation slides](https://docs.google.com/presentation/d/1EoUpLG11NDkKg00ay-YKo_RooQP9LY2RRt2RPFemdF8/edit?usp=sharing) based on this notebook.

_______________
Alexander Usoltsev, Cirruseo (Paris), 2016 (c)