diff --git a/database/database.json b/database/database.json index 9bf50bd..53d67a0 100644 --- a/database/database.json +++ b/database/database.json @@ -33072,5 +33072,31 @@ ], "summary": "", "date": "2023-09-08" + }, + "https://github.com/google-deepmind/dm_hard_eight": { + "extra-tags": [ + "delight", + "gametight", + "flashlight" + ], + "date": "2020-04-23", + "title": "dm_hard_eight", + "summary": "", + "tags": [ + "python" + ] + }, + "https://github.com/google-deepmind/dm_memorytasks": { + "extra-tags": [ + "set", + "machine-learning", + "memory" + ], + "date": "2019-12-03", + "title": "dm_memorytasks", + "summary": "A set of 13 diverse machine-learning tasks that require memory to solve.", + "tags": [ + "python" + ] } } \ No newline at end of file diff --git a/database/pipeline.pkl b/database/pipeline.pkl index 71dcb60..74159ad 100644 Binary files a/database/pipeline.pkl and b/database/pipeline.pkl differ diff --git a/database/triples.json b/database/triples.json index c3b58b6..92b5a41 100644 --- a/database/triples.json +++ b/database/triples.json @@ -151186,5 +151186,37 @@ { "head": "programming", "tail": "models" + }, + { + "head": "python", + "tail": "delight" + }, + { + "head": "python", + "tail": "flashlight" + }, + { + "head": "delight", + "tail": "gametight" + }, + { + "head": "delight", + "tail": "flashlight" + }, + { + "head": "gametight", + "tail": "flashlight" + }, + { + "head": "set", + "tail": "machine-learning" + }, + { + "head": "set", + "tail": "memory" + }, + { + "head": "machine-learning", + "tail": "memory" } ] \ No newline at end of file