I have a project about Binary Classification with Tabular data. Data contains 3 columns as input and 1 column as output. Also the number of rows is 6646.
I want bigger matrix. What I mean is because of the 3 inputs, generated images only becomes like 1-3 or 3-1. For example I want 4*4 images which generated from 3 inputs.
Hi !
I have a project about Binary Classification with Tabular data. Data contains 3 columns as input and 1 column as output. Also the number of rows is 6646.
I want bigger matrix. What I mean is because of the 3 inputs, generated images only becomes like 1-3 or 3-1. For example I want 4*4 images which generated from 3 inputs.
I want images like this :
Is there any way to do this ?