module

Ai4cr::NeuralNetwork::Rnn::RnnSimpleConcerns::CalcGuess

Instance methods

bias_default
Source
bias_default=(bias_default : Float64)
Source
bias_disabled
Source
bias_disabled=(bias_disabled)
Source
deriv_scale
Source
deriv_scale=(deriv_scale : Float64)
Source
errors

TODO: For 'errors', research using a key of an Enum instead of String. (Using Symbol's seems incompatible with 'from_json'.)

Source
eval(input_set_given)

steps for 'eval' aka 'guess':

Source
guesses_ceiled
Source
guesses_sorted

guesses

Source
guesses_top_n(n)
Source
hidden_layer_qty
Source
hidden_size
Source
hidden_size_given
Source
input_set_given
Source
input_size
Source
inputs_for(li, ti)
Source
io_offset

The 'io_offset' param is for setting, for a given time column, how much the inputs and outputs should be offset. For example, let's say the inputs and outputs are weather data and you want to guess tomorrow's weather based on today's and the past weather. * Setting 'io_offset' value to '-1' would mean that (we're just init'ing it or...) the outputs in tc number 0 would also represent weather data for day number -1 (which would be guessing yesterday's weather, which would overlap with the input data and probably not be of much help) * Setting 'io_offset' value to '0' would mean that the outputs in tc # 0 would also represent weather data for day # 0 (straight pass-thru; not good for guessing the future, but good for translating one set of data to another, like English to Spanish or speech to text) * Setting 'io_offset' value to '1' would mean that the outputs in tc # 0 would also represent weather data for day # 1 (and would let you guess tomorrow's weather based on today's and the past weather)

Source
learning_rate
Source
learning_rate=(learning_rate : Float64)
Source
learning_styles
Source
learning_styles=(learning_styles)
Source
mini_net_set
Source
mini_net_set=(mini_net_set)
Source
momentum
Source
momentum=(momentum : Float64)
Source
node_input_sizes
Source
node_input_sizes=(node_input_sizes)
Source
node_output_sizes
Source
node_output_sizes=(node_output_sizes)
Source
output_size
Source
outputs_guessed
Source
synaptic_layer_index_last
Source
synaptic_layer_indexes
Source
synaptic_layer_indexes_reversed
Source
synaptic_layer_qty
Source
time_col_index_last
Source
time_col_indexes
Source
time_col_indexes_reversed
Source
time_col_qty
Source
valid
Source
weight_init_scale
Source
weight_init_scale=(weight_init_scale : Float64)
Source