Skip to content

Commit

Permalink
Add author tag
Browse files Browse the repository at this point in the history
  • Loading branch information
gwtaylor committed May 24, 2012
1 parent 6a0a19b commit f2015af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hf_example.py
Expand Up @@ -5,13 +5,16 @@
It requires the theano-hf package:
https://github.com/boulanni/theano-hf
@author Graham Taylor
"""
from rnn import MetaRNN
from hf import SequenceDataset, hf_optimizer
import numpy as np
import matplotlib.pyplot as plt
import logging


def test_real(n_updates=100):
""" Test RNN with real-valued outputs. """
n_hidden = 10
Expand Down

0 comments on commit f2015af

Please sign in to comment.