Skip to content

Instantly share code, notes, and snippets.

@karlmoritz
karlmoritz / chart_rae.py
Created November 20, 2012 16:49
Early snippet of chart-parsing recursive autoencoder
import theano
import theano.tensor as T
import numpy as np
import cPickle as pickle
#theano.config.compute_test_value = 'warn'
class Meta(object):
def __init__(self):