A python implementation of the Stochastic Feedward Neural Network proposed by Yichuan Tang
Link to the paper: http://www.cs.toronto.edu/~tang/papers/sfnn.pdf
This does not fully work, it is a work in progress. It is able to perform a normal feedforward, however, I suspect there is problem in the importance sampling, and some problem in the backpropagation process.