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

This request would be twofold... First it would be great if there are AVX functions for the Delphi community too. I actually started to implement the DotProduct for Delphi2010 and...

I managed to create a small project that does a gradient ascent and shows some images but for learning purposes it would be great to see the activation like in...

When compiling example VisaulGAN (Lazarus) I get next error - uvisualgan.pas(326,5) Error: Wrong number of parameters specified for call to "Create" neuralnetwork.pas(3093,24) Error: Found declaration: constructor Create(LongInt;LongInt;LongInt);

Have you got cool examples? Feel free to pull and share your example with everyone!!!

documentation
enhancement
help wanted
good first issue

همه اقدامات لازم و مدیریتی ترکیب و جداسازی و هر اقدام دیگری که به بهتر شدن نتیجه نهایی منجر شود ، اجازه دسترسی به منابع و مخازن موجود خواهید بود....

Add kEffNet 1.0 building block described on the paper "Grouped Pointwise Convolutions Significantly Reduces Parameters in EfficientNet".

enhancement

First ... Great Work! I'm still struggling a bit since that is a BIG library but I think it's great! Following your examples I tried to use the lib on...

bug