Visualizer of output dynamic of chaotic neural network (CNN). More...
Static Public Member Functions | |
def | show_output_dynamic (cnn_output_dynamic) |
Shows output dynamic (output of each neuron) during simulation. More... | |
def | show_dynamic_matrix (cnn_output_dynamic) |
Shows output dynamic as matrix in grey colors. More... | |
def | show_observation_matrix (cnn_output_dynamic) |
Shows observation matrix as black/white blocks. More... | |
Visualizer of output dynamic of chaotic neural network (CNN).
|
static |
Shows output dynamic as matrix in grey colors.
This type of visualization is convenient for observing allocated clusters.
[in] | cnn_output_dynamic | (cnn_dynamic): Output dynamic of the chaotic neural network. |
|
static |
Shows observation matrix as black/white blocks.
This type of visualization is convenient for observing allocated clusters.
[in] | cnn_output_dynamic | (cnn_dynamic): Output dynamic of the chaotic neural network. |
|
static |
Shows output dynamic (output of each neuron) during simulation.
[in] | cnn_output_dynamic | (cnn_dynamic): Output dynamic of the chaotic neural network. |