-
Seal impressions are ideally linked to the entry we have for the seal the created them, to who was using the seal in that instance, and their orientation.
On front-end, display a 'properties' icon …
-
I just saw this scenario in my real code (simplified):
```zig
export fn foo(s: u64) u64 {
const iter = s & ~(s
-
## Prolly Trees
The Prolly Tree, an amalgamation of Merkle and B-Tree architectures, is devised to streamline data searching and classification. This structure is pivotal in swiftly discerning discre…
-
```
To provide input to getMove(), Fitcat has proposed two methods:
1. Overload getMove() to accept a Scanner input as one-time input.
- The default getMove() will use the class member instance of …
-
More Like This ca be refactored to improve the code readability, test coverage and maintenance.
Scope of this Jira issue is to start the More Like This refactor from the More Like This Params.
This Ji…
-
As my recent benchmarks (issues #40, #38) suggest, a notable proportion of Woltka's runtime are on the CPU / memory side, in addition to file I/O. @adswafford once asked if we can do parallel processi…
-
Below is a list of datasets. Add more as you find them if needed. Create a new comment for each dataset and any notes about the data can be added to those.
You can consider factors such as:
1. How…
-
Ontologies like MP, DPO, DDPHENO, FYPO, APO and HP will always curate their names themselves, but for XPO @seger @malcolmfisher103 @MardiNenni, ZP @ybradford, PLANP @srobb1 and PHIPO @jseager7 *this …
-
Convolutional layers, presumably in networks for classification
Representative benchmark(s): MNIST, CIFAR classifiers
Specifications: robustness
Questions: any further restrictions or should …
-
According to sklearn API, a data or feature pre-processor should accept the `y` argument in `transform()`. For instance, I'm trying to add balancing algorithms, that do need the `y` because they add/r…