joaopauloschuler / neural-api

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.
GNU Lesser General Public License v2.1
356 stars 195 forks source link

Create method TNeuralImageFit.Classify #75

Closed joaopauloschuler closed 2 years ago

joaopauloschuler commented 2 years ago

TNeuralImageFit.Classify would be useful to test image classification on given images.

joaopauloschuler commented 2 years ago

It already exists: procedure ClassifyImage(pNN: TNNet; pImgInput, pOutput: TNNetVolume);