-
UPD:
The standing items:
- add pseudocode. I think pseudocode / compact python implementations would be very useful for understanding what is normalized over and what learned affine weights corres…
-
In the 2020 paper (section IV-B) they do not describe in detail how they compute "At", a precomputed ternary bit vector assignment for every node in the formula graph. They describe it on a high level…
-
The original resnet [papaer](https://arxiv.org/pdf/1512.03385.pdf) summaries each layer's output size in Table 1.
The output size of last conv5_x layer (before avg_pool) is `7x7`. But `ResNet` from…
-
Following up on [a discussion about the goal of OQS](https://github.com/dstebila/oqs-www-new/pull/169#discussion_r1477535726) this issue is to raise the question whether OQS shall remain limited to re…
-
And perhaps using a keras embedding layer to learn a representation for speakers?
-
hi @Zelazny7, I'm looking into rulefit and came across your repository. I was wondering what differences you have compared to the original 2012 implementation here: http://statweb.stanford.edu/~jhf/r-…
-
### 🚀 The feature
Currently we do
```
self.mlp = MLP(dim, [int(dim * mlp_ratio), dim], activation_layer=nn.GELU, inplace=None, dropout=dropout)
```
But according to original implementation…
-
I recently ordered a collection of the WaveShare displays, including:
* 4.2" Yellow/Black/White
* 4.2" Black/White
* 4.2" Red/Black/White
* 7.5" Black/White
* 5.83" Red/Black White
I'm happy…
-
I have a matrix of 4000*1400, can I use it for classification problems using random forest?
-
[P1494R0](https://wg21.link/p1494r0) Partial program correctness (S. Davis Herring)