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

Is there any chance of supporting .net core? For C++ integration is possible to use the C++ CLR which can wrap C++ and make all classes available in the .NET...

enhancement

Clustering functions currently accept data by a non-const pointer. None of them actually modify the data. I'm not aware of any clustering algorithms that modify the feature vectors, so I...

Nvcc officially supports VS 2022 since v.11.6. Earlier versions exit with error unless `--allow-unsupported-compiler` option is explicitly added.

Very often you override Serialize() method for SomeLayer class only for setting SerializeVersion to archive. Better to add some virtual method to setup correct SerializeVersion. In some over cases you...

refactor

Signed-off-by: voropz

Please add online hard example mining (OHEM) based on BCE, L1, L2 and other losses for binary classification. Loss = SumOfPositiveClassLosses / + alpha* SumOfNegativeClassLosses / + beta * SumOf**HARD**NegativeClassLosses...

enhancement

Please support [Deformable convolution](https://arxiv.org/pdf/1703.06211.pdf) layer.

enhancement

When trying to run the [code from the documentation](https://neoml.readthedocs.io/en/latest/tutorials/Cifar10.html) with using a GPU, the program interrupts execution with RuntimeError without any description. When trying to run the code with using...

wontfix