Difference between revisions of "Neural Network Library"

From SolarStrike wiki
Jump to: navigation, search
(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()=...")
(No difference)

Revision as of 18:10, 17 February 2018

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