Skip to content

GlistPlugins/gipOpenNN

gipOpenNN

GlistEngine component to implement artificial intelligence and neural network functionalities using OpenNN.

Installation

Fork & clone this project into ~/dev/glist/glistplugins

Usage

  1. Add gipOpenNN into plugins of your GlistApp/CMakeLists.txt

set(PLUGINS gipOpenNN)

  1. Include gipOpenNN.h in GameCanvas.h

#include "gipOpenNN.h"

  1. Define gipOpenNN object

gipOpenNN ai;

  1. Use AI funcitonality:

ai.setDataset(...); ai.createNeuralNetwork(...); ai.createTrainingStrategy(); ai.performTraining(); ai.createTestingAnalysis(); And get outputs.

Developers can run the sample GlistApp projects located under examples/ folder to see how to use the plugin functionality.

Plugin Licence

Apache 2

About

OpenNN AI component for GlistEngine

Resources

License

Apache-2.0 and 3 other licenses found

Licenses found

Apache-2.0
LICENSE
MPL-2.0
license_eigen.txt
LGPL-3.0
license_opennn.txt
Zlib
license_tinyxml2.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published