PyGOP: A Python library for Generalized Operational Perceptron algorithms

作者:

Highlights:

摘要

PyGOP provides a reference implementation of existing algorithms using Generalized Operational Perceptron (GOP), a recently proposed artificial neuron model. The implementation adopts a user-friendly interface while allowing a high level of customization including user-defined operators, custom loss function, custom metric functions that requires full batch evaluation such as Precision, Recall or F1. Besides, PyGOP supports different computation environments (CPU/GPU) on both single machine and cluster using SLURM job scheduler. In addition, since training GOP-based algorithms might take days, PyGOP automatically saves checkpoints during computation and allows resuming to the last checkpoint in case the script got interfered in the middle during the progression.

论文关键词:Generalized Operational Perceptron (GOP),Progressive Operational Perceptron (POP),Heterogeneous Multilayer Generalized Operational Perceptron (HeMLGOP),Progressive Operational Perceptron with Memory (POPmem)

论文评审过程:Received 29 December 2018, Revised 5 June 2019, Accepted 7 June 2019, Available online 10 June 2019, Version of Record 9 September 2019.

论文官网地址:https://doi.org/10.1016/j.knosys.2019.06.009