neural-api icon indicating copy to clipboard operation
neural-api copied to clipboard

CAI NEURAL API - Pascal based deep learning neural network API optimized for AVX, AVX2 and AVX512 instruction sets plus OpenCL capable devices including AMD, Intel and NVIDIA.

Results 61 neural-api issues
Sort by recently updated
recently updated
newest added

It would be nice to provide a callback function to print the output messages in a GUI. For example, a TMemo. I mean the ones that are written with WriteLn....

documentation
enhancement

There are strange errors when running the simple image classifier example on ARM64/Graviton processors.

bug

Hello, I have a problem when i want to use OpenCL with Intel HD Graphics 620 (no problem with CUDA) OpenCL version 2.1. No error when i test with Geeks...

bug

I read the code rather intensivelly, as the examples, and was still not able to find how to do the following task. I have an input, sizex = 20, sizey=2,...

enhancement

A significant load of "warnings" with variable unused or set without any need. Should be worth a look. I some case, I think you might have done things... that are...

enhancement

Hello, The library is realy moving forward on a lot of topics and gives more and more the ability to process CNN in an efficient way. Thanks for this huge...

enhancement

The documentation should include: * Fitting options (Image classification, volume pairs, callbacks). * Layer activation functions. * How to hide or override warnings and errors when optimizing a NN. *...

enhancement

Hello, First, thanks for this hard work you did. Promising project. Development environment is Delphi 10.3, Master branch with no modification as of June 21rst. I wanted to program a...

Development environment. Delphi 10.3, targets windows 32 or 64 bits, release and debug. Last release of Master branch as of June 21rst. Error : Compiler errors when trying to compile...

Gradient Ascent example fails to show some patterns displaying random dots.

bug