Hello researchers,

I am stuck on building a compressed image from Kohonen ANN outputs. My code works very well before reconstructing the compressed image but after it I'm confronted with a messy image output where each block of image does not take its desired place.

In order to reconstruct the image I'm reshaping each vector of my output weights to its original shape (for example 8x8 blocks) and then placing it in the order of my patterns that is submitted to the network. Is this the correct way?

I am wondering how I can keep the blocks order? I only need to get the correct orders for the image blocks.

Any help will be appreciated.

Regards,

Pasdar, A.M

Similar questions and discussions