newbie1503

joined 9 months ago
 

So I want to classify the images. I am confused on how to seperate the 3 RGB channels and input into a logistic regression model. I only know of 2D linear data which is fairly easy.

 

I tried through reshape but it is giving wrong answer

for ex:

for (18952,28,28,3) it is giving as (18952,2852)