Hannes Bretschneider
Hannes Bretschneider
For my workflow, the greatest problem with this package at the moment is that it throws an error when running `handout.Handout()` in an interactive shell: ``` handout.Handout('/tmp') Traceback (most recent...
# Hebel Enhancement Proposal 1: Wrap Alex Krizhevsky's cuda-convnet kernels (https://code.google.com/p/cuda-convnet/).
# Hebel Enhancement Proposal 2 Implement Autoencoders, including denoising autoencoders and contracting autoencoders.
Hi, I'm trying to create PSSMs for proteins with background frequencies. I make extra sure that my background distribution sums up to 1.0 with: ```python background_freq = { "A": 0.0825,...