-
to foster community involvement - some richer sample code beyond MNIST should be tackled.
Generative Adversarial Networks is a hot topic amongst ML - and some sample code using swift should help enco…
-
Two clarification questions:
1. Do you retrain the embeddings with valid set triples added for test set prediction? An alternative is to train the embeddings using only train set triples and obtain…
-
NMF in scikit-learn overview :
**Current implementation ([code](https://github.com/scikit-learn/scikit-learn/blob/master/sklearn/decomposition/nmf.py)):**
- loss = squared (aka Frobenius norm)
…
-
The file EDGAR_nation appears to be a conversion between upper and lower case ISO codes. However, there are 9 countries within the file that are not a simple capitalization. Should we have a file of…
-
Since we're now using upstream numpydoc, it should be fairly easy to fix the remaining errors in building the docs:
```
/home/ubuntu/scikit-learn/doc/modules/cross_validation.rst:287: WARNING: und…
-
We identified 4 different types of arguments into a function:
- input: this may not be overwritten by the called function
- output: this will (normally) be overwritten by the called function
- memory:…
-
[In the line of the file](https://github.com/rjagerman/glint/blob/master/src/main/scala/glint/iterators/ColumnIterator.scala#L27), it looks like it should be `val cols = Array.fill[Int](matrix.rows)(i…
-
Update the following URL to point to the GitHub repository of
the package you wish to submit to _Bioconductor_
- Repository: https://github.com/lmweber/regsplice
Confirm the following by editing each…
-
For prototype see PR #426 .
This page describes upcoming changes in [messages.proto](https://github.com/bigartm/bigartm/blob/master/src/artm/messages.proto) and other public API of BigARTM library. …
-
Currently, the development of machine learning tools are in several different packages without little coordination. Consequently, some efforts are repetitive, while some important aspects remain lacki…