neoml
neoml copied to clipboard
Machine learning framework for both deep learning and traditional algorithms
Previously, if you did a `RunOnce` (even on random data) before a `RunAndBackward`, it would no longer be a `firstRun` and you could send batches as you wish. So you...
Update **neoml** on https://neoml.readthedocs.io/ Update **neoml** on PyPI `NeoML/docs/en/Python/requirements.txt`
The `SetProblem` method of the `CProblemSourceLayer` class now has an optional `shuffle` flag, which when enabled causes the indexes in the batch to be randomly generated. At the same time,...