Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

jteijema/asreview-plugin-model-cnn-17-layer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASReview CNN classifier

DOI

This repository contains a plugin for ASReview logo. This plugin adds a convolutional neural network (CNN) model, that has been shown to outperform classical algorithms in certain cases. It prefers wide doc2vec to work, but doc2vec works too.

Getting started

The packaged is called asreview-plugin-model-cnn-17-layer and can be installed with:

pip install .

from the download folder or run the follow to install directly

python -m pip install git+https://github.com/JTeijema/asreview-plugin-model-cnn-17-layer.git

Usage

Note that the doc2vec feature extraction needs gensim installed.

The new convolutional neural network is implemented in asreviewcontrib/models/cnn.py , usable with -m power_cnn:

asreview simulate benchmark:van_de_Schoot_2017 -m power_cnn -e doc2vec

License

Apache-2.0 License