Skip to content

Instantly share code, notes, and snippets.

View klb3713's full-sized avatar

取梦为饮 klb3713

  • Beijing China
View GitHub Profile
@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):