Open Sourcing a Deep Learning Solution for Detecting NSFW Images
11–20 of 153 posts
Forgive my ignorance of ML but the last bit: "you'll need your own porn to train on" confused me. Does this mean that they're just exposing the rough topology of their neutral net (eg depth) and not the actual weights between nodes? I'm curious to learn from an ML expert how much this actually offers.
Re: Open Sourcing a Deep Learning Solution for Detecting NSFW Images
#12I should update my sexy map finder: http://exclav.es/2016/05/20/sexy-maps/
Re: Open Sourcing a Deep Learning Solution for Detecting NSFW Images
#13I wonder if anyone at Yahoo tried using this to "deconvolute" noise into Cronenberg nightmare porn?
Re: Open Sourcing a Deep Learning Solution for Detecting NSFW Images
#14Has anyone tried taking the features that are learned at the various layers of a neural net and feeding them into something like this: https://news.ycombinator.com/item?id=12612246?
I imagine we would get some really interesting images back...
Re: Open Sourcing a Deep Learning Solution for Detecting NSFW Images
#15So can it be reversed to become the ultimate porn-finding neural network?
When you said "reversed" I thought about it being a porn-generative neural network. Just enter your favorite keywords and an unique, tailored to your needs scene will be generated just for you!
Re: Open Sourcing a Deep Learning Solution for Detecting NSFW Images
#16Forgive my ignorance of ML but the last bit: "you'll need your own porn to train on" confused me. Does this mean that they're just exposing the rough topology of their neutral net (eg depth) and not the actual weights between nodes? I'm curious to learn from an ML expert how much this actually offers.
It looks like they are sharing the trained network, but they aren't sharing the training data set.
Re: Open Sourcing a Deep Learning Solution for Detecting NSFW Images
#17We are not releasing the training images or other details due to the nature of the data, but instead we open source the output model which can be used for classification by a developer.
I'm guessing the one who had to input the data/images had a fun time at work :p
Re: Open Sourcing a Deep Learning Solution for Detecting NSFW Images
#18Direct link to Github: https://github.com/yahoo/open_nsfw
Re: Open Sourcing a Deep Learning Solution for Detecting NSFW Images
#19Sit back grab some popcorn. Lets see how long it takes people to start running data backwards to get new original porn.