Training Neural Networks is ER-complete
arxiv.org2 pointsby sischoel0 comments
>>> from operator import itemgetter
>>> dct = {'greeting': 'hello', 'thing': 'world', 'farewell': 'bye'}
>>> thing, greeting = itemgetter("thing", "greeting")(dct)
>>> thing
'world'
>>> greeting
'hello'
I think at least for Google there are some browser extensions that can remove these results.