Results 3 issues of Alex Minnaar

I am not an Elasticsearch expert but I think that when indexing a document the 'path' field which contains the image url is being stored as a text field which...

In the following code in `def rsm_learn` ``` # If probabilities are higher than randomly generated, the states are 1 randoms = rand.rand(batch_size, self.num_hid) pos_hid = array(randoms < pos_hid_prob, dtype=int)...

In `__contrastive_divergence_rsm__` You are passing in D. Then you are using D as the number of trials in the multinomial sample in ``` for i in xrange(len(vis)): neg_vis[i] = random.multinomial(D[i],...