-
Hi,
I don't know if some of these have been corrected recently, but I have noticed some more problems in darch 0.10.0.
- Changing parameters of _rpropagation_ and _minimize_ (autoencoder and classifi…
j0ntt updated
8 years ago
-
An update today caused the Protobuf structure for Mapcells to change -- looks like it is now in a tuple (?)
Proto files need update to reflect.
**PLEASE KEEP THIS ISSUE THREAD ON TOPIC**
ie donatio…
-
Just some thinking about a split somewhat different from Adrian's (but in keeping with his basic ideas). The proposal includes splitting HTML across the groups (as well as inside the groups).
- **Web …
-
> Originally reported on W3C Bugzilla [ISSUE-17415](https://www.w3.org/Bugs/Public/show_bug.cgi?id=17415) Tue, 05 Jun 2012 12:43:20 GMT
> Reported by Michael[tm] Smith
> Assigned to
Audio-ISSUE-107 …
-
I'm trying to build a deep-belief network. Is there a way to use a set of pretrained weights to initialize the parameters of the MLP? Is there plan to implement RBMs and autoencoders?
-
Hello!
```
I wonder how I would cite this API in a study. Was there any paper or report that you would prefer?
```
It would be nice if it had this written in the README file.
Best regards,
Walter
-
I've been using your Boltzmann.jl for my project. I'd like to first appreciate your amazing work. The question I've come across with is
a) How to find the error rate for each iteration.
b) How can I…
-
Sebastian Weber suggested on stan-users (and I concur) that we figure out how to turn on parallelization in the integrator. See:
http://headmyshoulder.github.io/odeint-v2/doc/boost_numeric_odeint/tu…
-
Hello!
I recently tried to do some experiment with Deep Neural Networks so I downloaded example of Deep Belief Networks and Boltzmann Machines from Accord main page and got some errors:
1. First was …
-
Hi guys, I want to configure a small Deep Belief Network to classify some data.
First, I configured a DBN that only uses back propagation to train:
```
dbn = DBN(
layer_sizes=[-1, 100, -1],
…