TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

How We Use Deep Learning to Classify Business Photos at Yelp

17 pointsby dennybritzover 9 years ago

1 comment

flashmanover 9 years ago
I had to do a task like this recently, but I cheated by using the Clarifai.com API. Given a picture, it will return keywords it thinks describe that picture. That might be objects (building, people, apple) or the setting (outdoors, night).<p>So instead of dealing with images, I was dealing with image tags, which allowed me to build a naive Bayesian classifier to determine which of two categories an image fit most closely. Sadly, while I got very few false negatives for one category, I got about 50% false positives on the other, and haven&#x27;t been able to improve on this yet.
评论 #10436511 未加载