neoml icon indicating copy to clipboard operation
neoml copied to clipboard

Machine learning framework for both deep learning and traditional algorithms

Results 73 neoml issues
Sort by recently updated
recently updated
newest added

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...

bug

Update **neoml** on https://neoml.readthedocs.io/ Update **neoml** on PyPI `NeoML/docs/en/Python/requirements.txt`

documentation
dependencies

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,...

enhancement