Neural Network Library

From SolarStrike wiki
Revision as of 14:10, 17 February 2018 by Elverion (talk | contribs) (Created page with "= What Neural Networks Can Do = = How It Works = = Documentation = ==Including the library in your project== ==Creating an instance of a neural network== ==NeuralNet:feed()=...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

What Neural Networks Can Do

How It Works

Documentation

Including the library in your project

Creating an instance of a neural network

NeuralNet:feed()

NeuralNet:backPropagation()

NeuralNet:getRecentAverageError()

NeuralNet:getResults()

NeuralNet:getExportTable()

NeuralNet:save()

NeuralNet:load()

Examples