How Jetpac Built a Photo Quality Algorithm for $5k in 3 Weeks
readwriteweb.com
How Jetpac Built a Photo Quality Algorithm for $5k in 3 Weeks
1–10 of 15 posts
Re: How Jetpac Built a Photo Quality Algorithm for $5k in 3 Weeks
#2Re: How Jetpac Built a Photo Quality Algorithm for $5k in 3 Weeks
#3Spoiler: The algorithms actually work by doing text analysis on the captions and other metadata, and no actual image analysis.
Re: How Jetpac Built a Photo Quality Algorithm for $5k in 3 Weeks
#4Spoiler: The algorithms actually work by doing text analysis on the captions and other metadata, and no actual image analysis.
the algorithm needed to execute quickly. image analysis takes too long.
Re: How Jetpac Built a Photo Quality Algorithm for $5k in 3 Weeks
#5Earlier quoted context omitted.
the algorithm needed to execute quickly. image analysis takes too long.
What's the bottleneck? Bandwidth for downloading images? Understanding of an algorithm that would do the job?
There are ways to get it done algorithmically, however, the challenge is in getting enough data. 30,000 images is too low. you would need a few million, then just simple machine learning algorithms would work.
The latest machine learning techniques such as unsupervised deep learning might work, with millions of unlabeled images and the 30,000 labelled.
Re: How Jetpac Built a Photo Quality Algorithm for $5k in 3 Weeks
#6Earlier quoted context omitted.
the algorithm needed to execute quickly. image analysis takes too long.
What's the bottleneck? Bandwidth for downloading images? Understanding of an algorithm that would do the job?
Re: How Jetpac Built a Photo Quality Algorithm for $5k in 3 Weeks
#7Spoiler: The algorithms actually work by doing text analysis on the captions and other metadata, and no actual image analysis.
Re: How Jetpac Built a Photo Quality Algorithm for $5k in 3 Weeks
#8Re: How Jetpac Built a Photo Quality Algorithm for $5k in 3 Weeks
#9It might just be journalistic simplifying but I wonder if they overfit their data with such specific "good" and "bad" words:
Among the best words: Peru, Cambodia, Michigan, tombs, trails and boats. What photo captions are the most likely to signify a bad photo for a travel magazine? San Jose, mommy, graduation and CEO, Warden says.
Re: How Jetpac Built a Photo Quality Algorithm for $5k in 3 Weeks
#10It's my opinion that "10x" programmers are an order of magnitude faster than their peers not because they are lightning-fast at spitting out code (although they may be). They're faster because they can analyze the problem, drill down to its essence, and come up with an effective plan for solving it. Contrast this with a poor programmer, who might code circles around the problem, wasting time writing code that could just be taken from off the shelf. It doesn't matter if the poor programmer somehow is brilliant at punching out correct code if the code they're punching out didn't need to be written in the first place.
It's like selecting creative writers by holding a contest to see which ones can spot a grammatical mistake the most quickly. Sure, that's a helpful skill for a writer to have, but it doesn't mean that they'll write anything worth reading.