-
Although our existing kitchen-sink approach is unbiased, it may not make sense for all screens, and it places an unnecessary burden on investigators when they are applying our software to new screens.…
-
Perhaps I'm mistaken, but it seems you initialize (the DBN) weights to all zeros before training, rather than doing a random weight initialization. Is there a reason for this? It seems from my reading…
-
In your notebook, you use from paysage.models.model import Model to construct the model, but i find there is no such function , have you ever change that part code?
-
According to https://github.com/pyro-ppl/pyro/issues/1093 Gibbs sampling is still not implemented in pyro. Can I try it?
-
A domain expert is going to give a presentation instead of a normal MI1 class on the 8th. Be present!
-
_The following communications-focused peer review was solicited as part of the Distill review process._
_**The reviewer chose to waive anonymity.** Distill offers reviewers a choice between anonymo…
-
## 卷积神经网络(CNN)
* 现代的CNN最早由由Yann LeCun等人在1998年发表的[论文](http://yann.lecun.com/exdb/publis/pdf/lecun-98.pdf)提出。
* 三个基本概念
* 局部感受野(Local receptive fields):感受野(feature map, e.g.5 * 5)步长(stride length)…
hysic updated
7 years ago
-
It would probably be helpful for all exported methods and types to have doc strings.
-
I created an issue from my last comment for us to discuss if it makes sense or not.
Perhaps, it would be good idea to decide for a framework that we can follow while you work on ML pipeline and the…
-
Bayes nets and neural networks (ANN) have things in common - for example they are both directed graphical models.
What we are trying to estimate is the weights for each node that connects to the nod…