Show HN: I made a neural net that analyzes privacy policies
101–110 of 122 posts
Re: Show HN: I made a neural net that analyzes privacy policies
#102Re: Show HN: I made a neural net that analyzes privacy policies
#103Hi guys! So as basis for my thesis on AI and NLP I've been working on a RRN-based text classifier that basically reads and analyzes privacy policies. It understands that "we don't share your data with third parties" is privacy friendly while "we may share your data with anyone" is a potential threat. I've then created this website with a bunch of analyzed services to showcase the most relevant info about each service…
Do you have an integration with HaveIBeenPwned?
Re: Show HN: I made a neural net that analyzes privacy policies
#104I’m trying to help teach the AI, but some options don’t have to do with privacy at all. For instance, I got (option A): The Games Press Web site can, optionally, store a Cookie on your computer in order to automatically log you into the site on each visit. and option B: Back to Top ^ NO THIRD-PARTY BENEFICIARIES There shall be no third-party beneficiaries to this Agreement. It would be great to have a skip/flag optio…
As to your two options having nothing to do with privacy: The fact that there cannot be any third-party beneficiaries is in fact a baldly privacy-friendly statement, because a third party is yet another party that may influence a privacy policy in a net-negative way.
Re: Show HN: I made a neural net that analyzes privacy policies
#105I get ERR_SSL_PROTOCOL_ERROR
Re: Show HN: I made a neural net that analyzes privacy policies
#106Hi guys! So as basis for my thesis on AI and NLP I've been working on a RRN-based text classifier that basically reads and analyzes privacy policies. It understands that "we don't share your data with third parties" is privacy friendly while "we may share your data with anyone" is a potential threat. I've then created this website with a bunch of analyzed services to showcase the most relevant info about each service…
What tech is involved to get something like this on the web?
Re: Show HN: I made a neural net that analyzes privacy policies
#107Earlier quoted context omitted.
More and more websites are so advanced that they can’t even use an tag anymore. Instead they do some convoluted onclick-scripting that breaks all standard behavior and accessibility functionality.
I think this is mostly a problem of the tools used. An anchor tag by definition is an inline element, so it shouldn't really be a giant box that's clickable, so you default back to an onClick. onClick in popular frameworks just means left click and nothing more, which makes sense, except for that use case of opening in a new tab with middle mouse button or right clicking etc. So you have to add a lot of logic to supp…
Or, to point out the thing that is obvious to anyone who grew up on the old web:
Removing a whole lot of logic also works.
Re: Show HN: I made a neural net that analyzes privacy policies
#108I actually just went through the trouble of resetting my Product Hunt account (I haven’t been on there in a long time) just to give you that upvote!
Thank you for this! Cheers.