view __init__.py @ 503:c7ce66b4e8f4

Extensions to algorithms, and some cleanup (by defining linear_output result).
author Joseph Turian <turian@gmail.com>
date Wed, 29 Oct 2008 03:29:18 -0400
parents 7554bc99096a
children
line wrap: on
line source

import filetensor
import version
import learner

from lookup_list import LookupList

def __src_version__():
    #todo - this is vulnerable to the bug in theano ticket #160
    return version.src_version(__name__)