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

The bin subdirectory is filled with compilation outputs, like bin/x86_64-linux/bin/OnlyOneNeuronOrOperation . I'd suggest to add it to `.gitignore`, so that `git status` remains clean after compilations.

I tested the XorAndOr neural network in the new Lazarus 2.24 (FPS 3.2.2), and found an unintentional modification of the structure of NN in the Fit procedure. Before Fit: ```...

Hi, You can get the outputs of a layer like: NNAutoencoder.Layers[LayerCnt].Output.SizeX NNAutoencoder.Layers[LayerCnt].Output.SizeY NNAutoencoder.Layers[LayerCnt].Output.Depth but is it possible to get it's inputs? Like in NNAutoencoder.DebugStructure Thank you.

documentation

Hello every body, I hav trained a model using the SimplePlantLeafDiseaseLoading sample in Lazarus. It shows that the trained model has abou 98% accuracy in the train phase. But when...

bug

I'm having problem to adapt one of my program using CAI with OpenCL I've tested "SimpleImageClassifierGPU" and it's working on my computer (removing the option -dAVX, because my CPU is...

bug

https://ai-scholar.tech/en/articles/treatise/mish-ai-374

enhancement

I'll include an example for "Looking at neural-api I see quite a few examples working with various data sets but I don't see examples for saving the resulting CNN /...

documentation

Hello, I want to run the SimplePlantLeafDisease sample with delphi XE8; But the function CreateVolumesFromImagesFromFolder is just for Free Pascal. Is there any solution to run it on delphi? Thank...

Hello! can I use your wonderful deep learning neural network library for my task: there's a board game (with sowing mechanism: Mancala, Oware, etc.) and I have thousands of games...

I hope I'm not too annoying but you guys are the experts in that area so I hope I can discuss another neat feature with you... While browsing through the...

documentation