All Projects → rizar → Actor Critic Public

rizar / Actor Critic Public

Licence: mit
The source code for "An Actor Critic Algorithm for Structured Prediction"

Projects that are alternatives of or similar to Actor Critic Public

Dgc Net
A PyTorch implementation of "DGC-Net: Dense Geometric Correspondence Network"
Stars: ✭ 159 (-0.62%)
Mutual labels:  jupyter-notebook
Hpelm
High performance implementation of Extreme Learning Machines (fast randomized neural networks).
Stars: ✭ 159 (-0.62%)
Mutual labels:  jupyter-notebook
Face Of Art
Code for "The Face of Art: Landmark Detection and Geometric Style in Portraits"
Stars: ✭ 158 (-1.25%)
Mutual labels:  jupyter-notebook
Motion Sense
MotionSense Dataset for Human Activity and Attribute Recognition ( time-series data generated by smartphone's sensors: accelerometer and gyroscope)
Stars: ✭ 159 (-0.62%)
Mutual labels:  jupyter-notebook
Eicu Code
Code and website related to the eICU Collaborative Research Database
Stars: ✭ 159 (-0.62%)
Mutual labels:  jupyter-notebook
Hair Segmentation
hair segmentation in mobile device
Stars: ✭ 160 (+0%)
Mutual labels:  jupyter-notebook
Algorithmictrading
This repository contains three ways to obtain arbitrage which are Dual Listing, Options and Statistical Arbitrage. These are projects in collaboration with Optiver and have been peer-reviewed by staff members of Optiver.
Stars: ✭ 157 (-1.87%)
Mutual labels:  jupyter-notebook
Ico Contracts
Ethereum smart contracts that have been used during successful ICOs
Stars: ✭ 160 (+0%)
Mutual labels:  jupyter-notebook
Kaggle diabetic retinopathy
Fifth place solution of the Kaggle Diabetic Retinopathy competition.
Stars: ✭ 159 (-0.62%)
Mutual labels:  jupyter-notebook
Applied Deep Learning With Tensorflow
Learn applied deep learning from zero to deployment using TensorFlow 1.8+
Stars: ✭ 160 (+0%)
Mutual labels:  jupyter-notebook
Amazon Product Recommender System
Sentiment analysis on Amazon Review Dataset available at http://snap.stanford.edu/data/web-Amazon.html
Stars: ✭ 158 (-1.25%)
Mutual labels:  jupyter-notebook
Tf Adversarial
Adversarial networks in TensorFlow
Stars: ✭ 159 (-0.62%)
Mutual labels:  jupyter-notebook
Interspeech2019 Tutorial
INTERSPEECH 2019 Tutorial Materials
Stars: ✭ 160 (+0%)
Mutual labels:  jupyter-notebook
Named Entity Recognition Bidirectionallstm Cnn Conll
Keras implementation of "Few-shot Learning for Named Entity Recognition in Medical Text"
Stars: ✭ 159 (-0.62%)
Mutual labels:  jupyter-notebook
Numsca
numsca is numpy for scala
Stars: ✭ 160 (+0%)
Mutual labels:  jupyter-notebook
Ruijin round2
瑞金医院MMC人工智能辅助构建知识图谱大赛复赛
Stars: ✭ 159 (-0.62%)
Mutual labels:  jupyter-notebook
Transformer All In One
Stars: ✭ 156 (-2.5%)
Mutual labels:  jupyter-notebook
Cheatsheets.pdf
📚 Various cheatsheets in PDF
Stars: ✭ 159 (-0.62%)
Mutual labels:  jupyter-notebook
Knowledge Distillation Keras
A machine learning experiment
Stars: ✭ 160 (+0%)
Mutual labels:  jupyter-notebook
Episodic Curiosity
Tensorflow/Keras code and trained models for Episodic Curiosity Through Reachability
Stars: ✭ 160 (+0%)
Mutual labels:  jupyter-notebook

Actor-Critic for Sequence Prediction

The reference implementation for the paper

An Actor-Critic Algorithm for Sequence Prediction (openreview, submitted to ICLR 2017)
by Dzmitry Bahdanau, Philemon Brakel, Kelvin Xu, Anirudh Goyal, Ryan Lowe, Joelle Pineau, Aaron Courville, Yoshua Bengio

Note, that in fact it is a heavily modified speech recognizer, so please do not be surprised by the presense of speech related terms in the code. The code is provided only for replication purposes, further development is not planned. If you have questions, please contact Dzmitry Bahdanau or just create an issue here.

How to use

  • install all the dependencies (see the list below)
  • set your environment variables by calling source env.sh
  • for training use $LVSR/bin/run.py train <save-to> <config>
  • for testing use $LVSR/bin/run.py search <model-path> <config>

Please proceed to exp/ted for the instructions how to replicate our machine translation results on TED data, or to exp/billion_words in order to run our spelling correction experiments.

Dependencies

  • Python packages: pykwalify, toposort, pyyaml, numpy, pandas, picklable-itertools
  • Theano 0.9, the "old" gpu Backend (a.k.a. device=gpu)
  • blocks, commit d8b7ffbdda68b4e2ca3c1a2984964285cb1cb709
  • blocks-extras, commit 0cefaa3a8a372c551fc3b0df02d5d4f105767d9f
  • fuel, commit 42e21a25ed248739e5fe75b9e4193c749979ba57

License

MIT

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