Pages

Mar 3, 2013

nnForge v1.0.1

Hi,

I published v1.0.1 of nnForge library. It contains the single yet important enhancement: the library now fully supports data with input neurons having 'float' data type; before that the only supported type for inpt neurons was (unsigned) byte.

With that improvement the user is now able to feed system with input neurons of any range and suitable precision. So cumbersome scaling feature is not needed anymore and thus removed.

Feb 24, 2013

nnForge v1.0.0 is published

Hi,

I published initial version of neural network library nnForge on GitHub. It has 2 backends implemented, CPU and GPU (CUDA) ones.

I also added GTSRB example application to the package, plan to add more later.

You will find news and updates here in the blog, stay tuned.