Skip to content

Instantly share code, notes, and snippets.

View omimo's full-sized avatar

Omid Alemi omimo

View GitHub Profile
@omimo
omimo / arxiv2kindle.ipynb
Created September 20, 2019 18:11 — forked from bshillingford/arxiv2kindle.ipynb
arxiv2kindle: recompiles an arxiv paper for kindle-sized screens, and sends it to your wifi-enabled kindle
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@omimo
omimo / crbm.py
Created December 21, 2015 23:40 — 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