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

We tried to create an Azure cloud virtual machine with 120 cores. The library supports only 64 since this is the max reported by the system calls. To get around...

enhancement

Hi, Is it useful to enable OpenCL in both Network and Fit? Thank you. B->

I have enabled AVX2 and OpenCL. Is there a recommended optimal batch size when using AVX2 and/or OpenCL?

question

The Hypotenuse output shows an Accuracy, an Error and a Loss. In Tensorflow the 'loss function' is used to train the neural network, but as the Loss is zero I...

enhancement
question

I guess these are used to select the pair but how? Suppose I have a CSV file with 100.000.000 rows (each row consisting of 100 inputs and 1 output). Could...

question

Hello, Is there and equivalent to "dropout" in CAI? Thank you. B->

question

I see from the HypotenuseFitLoading example that GetTrainingPair supports a ThreadId argument. How do you add multi-threading support to the HypotenuseFitLoading example?

question

How can I get the weights and biases of the trained neural network?

question

Add image classification examples for Colorectal Cancer and Malaria datasets. **Colorectal Cancer Dataset:** https://zenodo.org/record/53169/ https://zenodo.org/record/53169/files/Kather_texture_2016_image_tiles_5000.zip?download=1 https://www.tensorflow.org/datasets/catalog/colorectal_histology **Malaria Dataset:** https://www.tensorflow.org/datasets/catalog/malaria https://data.lhncbc.nlm.nih.gov/public/Malaria/cell_images.zip

enhancement