generated from asreview/template-extension-new-model
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.zenodo.json
54 lines (54 loc) · 2.43 KB
/
.zenodo.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"description": "Deep learning is often used in text classification tasks for its efficiency and proficiency in modelling nonlinear processes. However, using this type of machine learning takes more time and processing power than using shallow learning algorithms. The scripts in this pubication makes it possible to investigate if a combination of shallow and deep learning techniques can be used in increasing the classification performance for automated systematic review software. To find these situations, simulations were run on a prepared dataset using different classifiers, switching from shallow to deep networks. This GitHub repository hosts information and code for research on model switching during simulations and active classification. It is accompanied by the asreview-plugin-model-switcher plugin, for software called ASReview.",
"title": "ASReview model switcher plugin",
"creators": [{
"name": "Teijema, Jelle",
"affiliation": "Applied Data Science, Utrecht University, Utrecht, the Netherlands",
"orcid": "0000-0001-9282-4311"
}
],
"contributors": [
{
"name": "Hofstee, Laura",
"affiliation": "Department of Research and Data Management Services, Information Technology Services, Utrecht University, Utrecht, the Netherlands",
"orcid": "0000-0001-9638-7657",
"type": "Supervisor"
},
{
"name": "Bagheri, Ayoub",
"affiliation": "Department of Research and Data Management Services, Information Technology Services, Utrecht University, Utrecht, the Netherlands",
"orcid": "0000-0001-6366-2173",
"type": "Supervisor"
},
{
"name": "Van de Schoot, Rens",
"affiliation": "Department of Methodology and Statistics, Faculty of Social and Behavioral Sciences, Utrecht University, Utrecht, the Netherlands",
"orcid": "0000-0001-7736-2091",
"type": "ProjectLeader"
},
{
"name": "De Bruin, Jonathan",
"affiliation": "Department of Research and Data Management Services, Information Technology Services, Utrecht University, Utrecht, the Netherlands",
"orcid": "0000-0002-4297-0502",
"type": "DataManager"
}
],
"keywords": [
"ASReview",
"text-classification",
"active learning",
"machine learning"
],
"related_identifiers": [
{
"relation": "isSupplementTo",
"identifier": "https://doi.org/10.5281/zenodo.3345592"
},
{
"relation": "isRequiredBy",
"identifier": "https://doi.org/10.5281/zenodo.5082961"
}
],
"license": "Apache-2.0",
"upload_type": "software"
}