Understanding the data


S-MLP, Seach-based MLP Network


Search-based MLP method (S-MLP):
standard MLP architecture;
weights/biases are all integers or discretized;
use beam search techniques instead of backpropagation.

Start from Wij = 0, biasi = -0.5, change by 1.




Włodzisław Duch