Skip to content

Instantly share code, notes, and snippets.

@snurkabill
snurkabill / .gitconfig
Created February 21, 2016 14:02 — forked from fprochazka/.gitconfig
.gitconfig
[user]
name = Filip Procházka
email = filip@prochazka.su
[github]
token = 123
user = fprochazka
[core]
whitespace = fix,-indent-with-non-tab,space-before-tab,trailing-space,cr-at-eol
@snurkabill
snurkabill / crbm.py
Created November 21, 2015 20:32 — forked from gwtaylor/crbm.py
Theano CRBM demonstration
""" Theano CRBM implementation.
For details, see:
http://www.uoguelph.ca/~gwtaylor/publications/nips2006mhmublv
Sample data:
http://www.uoguelph.ca/~gwtaylor/publications/nips2006mhmublv/motion.mat
@author Graham Taylor"""
import numpy