GNNRecom/gnnrec/kgrec/data/config.py

39 lines
909 B
Python
Raw Normal View History

2021-11-16 07:04:52 +00:00
CS = 'computer science'
CS_FIELD_L2 = [
'algorithm',
'artificial intelligence',
'computational science',
'computer architecture',
'computer engineering',
'computer graphics',
'computer hardware',
'computer network',
'computer security',
'computer vision',
'data mining',
'data science',
'database',
'distributed computing',
'embedded system',
'human computer interaction',
'information retrieval',
'internet privacy',
'knowledge management',
'library science',
'machine learning',
'multimedia',
'natural language processing',
'operating system',
'parallel computing',
'pattern recognition',
'programming language',
'real time computing',
'simulation',
'software engineering',
'speech recognition',
'telecommunications',
'theoretical computer science',
'world wide web',
]