/gipOpenNN

OpenNN AI component for GlistEngine

Primary LanguageC++Apache License 2.0Apache-2.0

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