sequences
![[Deleted User]](https://us.v-cdn.net/6030995/uploads/defaultavatar/nCCNNSPK1YM69.jpg)

Best Answers
-
rfuentealba Moderator, RapidMiner Certified Analyst, Member, University Professor Posts: 568
Unicorn
Hello @mbs,I would definitely take a look at imagemagick to process the images (resize, cut, etc...), put these into folders and use some more magic to transform the image into something texty.ImageMagick is a command line tool you can invoke with the Execute Program operator.Hope this helps,Rod.1 -
rfuentealba Moderator, RapidMiner Certified Analyst, Member, University Professor Posts: 568
Unicorn
I can.Look at this chart please, can RM analyze sequence of images like this? ( each square has an image and they have a sequence like matrix)Well... basically all images are glorified sets of numbers. I can make an icon with the German flag with something like this:(0,0,0) (0,0,0) (0,0,0)(221,0,0) (221,0,0) (221,0,0)(255,206,0) (255,206,0) (255,206,0)Most analyses as neural networks, however, don't make use of a matrix. Instead, a neural network (I'm not entering into details about convolutional neural networks here) asks for an input like this:(0,0,0) (0,0,0) (0,0,0) (221,0,0) (221,0,0) (221,0,0) (255,206,0) (255,206,0) (255,206,0)Therefore if by "sequence" you mean "how much are images changed", then I would invent something with time series and the set of numbers or something similar. (This is just an invention).This means that RapidMiner can analyse images but it all depends on what do you need to do with these. The thing is that RapidMiner doesn't have a way to import/export images as content, to the best of my knowledge at least, so you need to decode those into numbers, probably using Python or something that can help you do the destructive part.All the best,Rod.1
Answers
Lindon Ventures
Data Science Consulting from Certified RapidMiner Experts
Thank you for the answer.
yes exactly but the problem is sequences!!!! can RM read that like matrix?
Regards
mbs
Lindon Ventures
Data Science Consulting from Certified RapidMiner Experts
thank you
hi
thank you very much for the answer
can you tell me about the first question too?
thank you great answer