Hacker News new | ask | show | jobs
by rlayton2 2123 days ago
I can't speak for this specific model/extension, but "most" neural networks aren't that big at the end of the day, and you are just a few matrix dot products away from getting your classification (of course, I'm drastically simplifying).

Its the training that takes forever, due to the fact all those numbers need tweaking. However one you have the model, classifying is pretty fast.

1 comments

Are there tools to visualise trained model,?
Something to visualise the models, the one in this link

https://github.com/nsfw-filter/nsfw-filter/tree/master/dist/...

This is amazing. Thanks for sharing! Didn't know about netron.
> Wait, it's all a DAG?

>> Always has been.

The brain is a heavily cyclic graph. We're not there yet ;)