User Portlet User Portlet

Discussions
My main use of Mathematica was to go through my photos and use machine learning to try and identify content since I have too many images to easily search. Unfortunately I switched to the next generation of Canon cameras which use a different RAW...
I have a Mathematica program that uses machine learning to attempt to identify what is in a photo. It works fine with .jpg and .CR2 files. However I recently got a Canon camera that produces .CR3 files and Mathematica seems to have problems with...
When I run ImageIdentify on a .CR2 file everything works fine but when I run it on a .TIFF file I get two sets of identifiers. For example dacontents = ImageIdentify[daimage, All, 3, "Probability"]; Produces ...
.KDC files were generated by Kodak digital cameras back in the last millennium. Mathematica documentation says that that file format is supported by RAW but when I try and import one I get a failed "Cannot import data as RAW format" Thanks for...
This may be very trivial but I'm just starting with Mathematica and I don't see how to do it. I'm using ImageIdentify to generate content guesses for a large number of photos. I create a text file of the with an entry for each photo that looks...
basically can i use my mathematica to process my existing email account using the new text processing tools including machine learning.
I'm trying to export information generated by ImageIdentify so I can add key words to image meta data. I've got a couple of problems: First I want to output the human text that shows up in the Mathematica notebook but that is not apparently in...
I ran ImageIdentify on several images and I got back entries that all look the same, a name in a colored box, except for one that said "Entity["Concept", "CirrusCloud::yh54t"]" for an image with clouds. anyone know why that occurred? Thanks!
This code causes Mathematica 10.2 on a Mac running OS 10.10.3 to crash. If i change the 30 to 5 if works just fine. If I put a semicolon after the damages import line it works ok. but displaying the 30 images causes a repeatable crash. ...
I've got lots and lots of digital photos. I would like to try and run ImageIdentify on them to see if it can generate useful keywords. I'm just starting with Mathematica and I don't see how to write a conventional program of the form do i = 1...