-
https://doi.org/10.1101/211060
> The relationship between cellular architecture and cellular state and function is apparent, but not yet completely understood. Precise characterization of cellular …
-
Copied from Slack Reputation channel May 26:
Anton Kolonin [10:14 PM]
JIC, if you could take all your thought stream on "finding reputation network attractors in heterogeneous social networks"…
-
It is possible to make the neural network predict not only a real number but also uncertainty around it.
This is done by replacing typical L2 loss (i.e. log of a normal distribution with a constant v…
-
Awesome! Thanks for your excellent collection. I am currently just getting started with work on reliable document understanding. Could you recommend some works or repos on confidence calibration and u…
-
-
# Drunken Walk Generator and Lattice for Deep GNN Training
## Overview
This page documents the development of a generator function and a lattice structure designed to encompass a broad range of inte…
-
Hi all,
The following code runs fine for a standard neural network, but not for a Bayesian neural network. In the latter case, calling the function `fit`leads R to abort, not before saying that ten…
-
After talking with @bartgol at the EESM meeting last week, he suggested making a tracking issue to discuss changes that would be useful or necessary for differentiable modeling, specifically with auto…
-
Post your questions here about: “[The Datome - Finding, Wrangling and Encoding Everything as Data](https://docs.google.com/document/d/1vg-W55u3naN1gPmMyPhBWyIS8dJovdvlh6NUKMiFEjo/edit?usp=sharing)”, “…
-
https://github.com/LayneH/SAT-selective-cls/blob/dc5559358b6bf59e23ce988baa6b8430626c8822/train.py#L200-L201
It might be a mistake to use the same criterion in function `train` and function `test`,…