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 63 neural-api issues
Sort by recently updated
recently updated
newest added

E.g. the base class TNNetAddNoiseBase does not store the "Enabled" property in that structure. That has the following impact: Assume you have a TNNetDropout layer in your net. Based on...

bug

Code architecture similar to **GPT-3 Small** from the paper [Language Models are Few-Shot Learners](https://arxiv.org/abs/2005.14165). As per table 2.1 from the paper, GPT-3 Small is composed by - 12 transformer decoders,...

enhancement

It would be great to have a LSTM layer. Many other libraries support them out of the box so it would be great to have them; ) It would also...