Neural Api Versions Save

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.

v0.99

3 years ago

The main topics in this release are:

  • All fully connected layers now support OpenCL on the forward pass.
  • Better documentation.
  • A new Autoencoder example that shows an autoencoder built with hyperbolic tangents and trained with Tiny ImageNet 200.

  • Some small bug fixes.

v0.988

4 years ago

This release includes a super resolution example: https://github.com/joaopauloschuler/neural-api/tree/master/examples/SuperResolution

There is also a command line tool so everyone can now increase image resolution with no more than FPC (no external library are required) via command line:

#SuperResolution -i street.png -o street3.png
Loading input file: street.png
Input image size: 158x214x3
Creating Neural Network...
Resizing with tiles...
Neural network file found at ../../../examples/SuperResolution : super-resolution-7-64-sep.nn
Padding input image.
Resizing with tiles to: 288x416x3
Saving output file: street3.png

This release also fixes bug #25 .

v0.986

4 years ago

There are plenty of image datasets where each folder represents a class of images. To make the pascal coding simpler, a new procedure CreateVolumesFromImagesFromFolder has been added.

New procedure CreateVolumesFromImagesFromFolder has parallel code so classes are loaded into memory in parallel. I consider this code tremendously fast and it outperforms code that I saw in other APIs. I should say thank you to FPC developers for coding FPImage and plenty of other super fast bits and pieces that allowed me to implement a fast CreateVolumesFromImagesFromFolder.

Source code examples:

v0.984

4 years ago

v0.98

4 years ago

v0.964

4 years ago

Some fixes were applied to neuralfit. We are approaching v1.0!

v0.962

4 years ago

v0.961

4 years ago

Few fixes have been made.

v0.96

4 years ago

CIFAR-100, MNIST and Fashion MNIST are currently in testing.

V0.95

4 years ago

Although testing continues, this version is almost ready for 1.0!