Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
There are thousands of more or less successful attempts out there for this already.
Example: "safe browsing" in Google -
iiii92193y@Lensflare that's not. For it to work at all, you need a definition of what's porn in the teaching data. So, how is it defined?
-
@iiii At first, I use 'NSFW', but I think it is too broad so I choose 'porn' instead. In here 'porn' simply means hentai, ahegao, or any Japanese porn stuff.
-
Hazarth95013yAlready exists, It's called NudeNet, done in Python. Has pretty good accuracy.
Not perfect, but in my experience It's pretty good when fine-tuned properly -
@iiii not sure if I understand you correctly but the point of ML is to learn the definition by itself by processing training data which is labeled.
So it gets thousands of pictures labeled with porn and thousands which are not porn. And the ML application learns to correctly classify pictures as porn or not porn if you give it some unlabeled image.
So, at no point the definition of porn is given to the ML application, it just learns it “magically”. -
@Lensflare you define what porn is the moment you label a training image as porn, that's what he means
-
iiii92193y@hardCoding yes, exactly. So you need some definition of what porn is in the first place
Related Rants
A random idea that I have a while ago but don't know how to make it: a ML app that can detect if the input image is porn or not.
random
idea
ml