Fast Artificial Neural Network Library
Prev
Next
Chapter 5. API Reference
This is a list of all functions and structures in FANN.
5.1. Creation, Destruction, and Execution
Table of Contents
fann_create
-- Create a new artificial neural network, and return a pointer to it.
fann_create_array
-- Create a new artificial neural network, and return a pointer to it.
fann_create_shortcut
-- Create a new artificial neural network with shortcut connections, and return a pointer to it.
fann_create_shortcut_array
-- Create a new artificial neural network with shortcut connections, and return a pointer to it.
fann_destroy
-- Destroy an ANN.
fann_run
-- Run (execute) an ANN.
fann_randomize_weights
-- Give each connection a random weight.
fann_init_weights
-- Initialize the weight of each connection.
fann_print_connections
-- Prints the connections of an ann.
Prev
Home
Next
Training an ANN
fann_create