-
One bridge we have to cross sooner or later are multiclass problems. There are mutliclass extensions or formulations for a couple of losses that we have.
A particular interesting example is the hinge…
-
In the [manual section on the confidence score](https://github.com/DerrickWood/kraken2/wiki/Manual#confidence-scoring), it is stated that
> we have developed a simple scoring scheme that has yielde…
-
I have observed that nodes running at the core of the European and US internet infrastructure, are connected to a substantially higher number of peers and are getting better network performance. This …
-
@kepae Feature request: A quick ability to switch the submission form from an incident report to an issue report. Even if this is something that is only available to editors and not the general public…
-
Moving some discussion from #1418. This issue is also related to #1414.
Essentially, as the library is opened up to non-IPD games, the flat `axl.` namespace for strategies has become unfit for purp…
-
## Problem
Presently, entries in the `parties` array are only `Organization` objects:
```
"parties": { ...
"items": {
"$ref": "#/definitions/Organization"
} ...
```
…
-
Is it possible to run guesslang inference without the need of TensorFlow?
I see that some pre-trained model is offered as part of the github. But users will still need to install the complete TensorF…
-
I went through and cross-checked the records from wildcam_fulldata_2019.csv against the Camera_operation_year1-4.csv and noted a few issues that need checking:
- **F03** was supposedly not working …
-
如何收集自己感兴趣的声音数据?
How to collect sound database of interest (such as the sound of boiling water, the sound of air conditioning)
如何使用收集的数据训练模型?
How to use the collected database to train the model?
-
I think the current behaviour is a design flaw that is an artefact of the early days.
Right now when you iterate over a `RandomObs` or a `BalancedObs` iterator it actually returns a datasubset (so …