3

Classify in Mathematica is a highly automated machine learning tool. Though it is not good for production purposes, sometimes it can used as a benchmark tool.

Suppose I have many images that can not be fed into memory at once. Is there any way to feed the images into Classify for batch processing?

In NetTrain, File is used in input, but I'm not sure how to do it when using Classify.

I have tried something like

Classify[
  <|"class1" -> {File[1], File[2], ...}, 
    "class2" -> {File[11], File[12], ....}|>]

It crashed Mathematica.

m_goldberg
  • 107,779
  • 16
  • 103
  • 257
kilasuelika
  • 119
  • 4

0 Answers0