paper-with-me

Papers

FastONN -- Python based open-source GPU implementation for Operational Neural Networks

2020-06-03 · Junaid Malik, Serkan Kiranyaz, Moncef Gabbouj

Operational Neural Networks (ONNs) have recently been proposed as a special class of artificial neural networks for grid structured data. They enable heterogenous non-linear operations to generalize the widely adopted convolution-based neuron model. This work introduces a fast GPU-enabled library for training operational neural networks, FastONN, which is based on a novel vectorized formulation of the operational neurons. Leveraging on automatic reverse-mode differentiation for backpropagation, FastONN enables increased flexibility with the incorporation of new operator sets and customized gradient flows. Additionally, bundled auxiliary modules offer interfaces for performance tracking and checkpointing across different data partitions and customized metrics.

📄 PDF Abstract BibTeX arXiv:2006.02267

Code (1)

junaidmalik09/fastonn 공식 구현 pytorch

Tasks

GPU

Similar Papers 제목 키워드 기반

Kyoto-NMT: a Neural Machine Translation implementation in Chainer

2016-12-01 · COLING 2016 12 · Fabien Cromi{\`e}res

We present Kyoto-NMT, an open-source implementation of the Neural Machine Translation paradigm. This implementation is done in Python and Chainer, an easy-to-use Deep Learning Framework.

Deep LearningLanguage ModelingLanguage ModellingMachine Translation+2

A Large-Scale Dataset of MCP Implementations on GitHub

2026-07-11 · Benny Toeppe, Amine Barrak, Emna Ksontini arxiv

The rapid emergence of the Model Context Protocol (MCP) has introduced a new standard for connecting large language models to external tools and services. Despite its rapid adoption in open-source development, systematic…

IMBENS: Ensemble Class-imbalanced Learning in Python

2021-11-24 · Zhining Liu, Jian Kang, Hanghang Tong, Yi Chang

imbalanced-ensemble, abbreviated as imbens, is an open-source Python toolbox for leveraging the power of ensemble learning to address the class imbalance problem. It provides standard implementations of popular ensemble …

Ensemble Learning

Analysing high-throughput sequencing data in Python with HTSeq 2.0

2021-12-02 · Givanna H Putri, Simon Anders, Paul Theodor Pyl, John E Pimanda 외

Summary: HTSeq 2.0 provides a more extensive API including a new representation for sparse genomic data, enhancements in htseq-count to suit single cell omics, a new script for data using cell and molecular barcodes, imp…

Vocal Bursts Intensity Prediction

The GRADIEND Python Package: An End-to-End System for Gradient-Based Feature Learning

2026-02-27 · Jonathan Drechsel, Steffen Herbold arxiv

We present gradiend, an open-source Python package that operationalizes the GRADIEND method for learning feature directions from factual-counterfactual MLM and CLM gradients in language models. The package provides a uni…