Skip to content

perevalovds/ofxFANN

Repository files navigation

ofxFANN

ofxFANN is an openFrameworks addon. It's wrapper on FANN library for fast CPU working with neural networks in openFrameworks.

FANN library: http://leenissen.dk/fann/wp/ https://github.com/libfann/fann

Features

  • Train multiple-layered netoworks in realtime.

  • Run trained networks.

  • Currently ofxFANN uses only float FANN computations. Double and fixed variants are currently not supported.

Examples

  • example_denoise_autoenc - example of creating denoising autoencoder. The network is trained to restore noised sine functions of various amplitude and frequency. Press Space to generate new test.

example_denoise_autoenc

Requirements

openframeworks 0.10.1.

About

Wrapper on FANN library for fast CPU working with neural networks in openFrameworks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published