neoml
neoml copied to clipboard
Machine learning framework for both deep learning and traditional algorithms
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...
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...
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...
Please support [Deformable convolution](https://arxiv.org/pdf/1703.06211.pdf) layer.
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...