paper-with-me

Papers

Eisen: a python package for solid deep learning

2020-03-18 · Frank Mancolo

Eisen is an open source python package making the implementation of deep learning methods easy. It is specifically tailored to medical image analysis and computer vision tasks, but its flexibility allows extension to any application. Eisen is based on PyTorch and it follows the same architecture of other packages belonging to the PyTorch ecosystem. This simplifies its use and allows it to be compatible with modules provided by other packages. Eisen implements multiple dataset loading methods, I/O for various data formats, data manipulation and transformation, full implementation of training, validation and test loops, implementation of losses and network architectures, automatic export of training artifacts, summaries and logs, visual experiment building, command line interface and more. Furthermore, it is open to user contributions by the community. Documentation, examples and code can be downloaded from http://eisen.ai.

📄 PDF Abstract BibTeX arXiv:2004.02747

Code (0)

등록된 구현이 없습니다.

Tasks

Deep LearningMedical Image Analysis

Similar Papers 제목 키워드 기반

An Empirical Study of Vulnerabilities in Python Packages and Their Detection

2025-09-04 · Haowei Quan, Junjie Wang, Xinzhe Li, Terry Yue Zhuo 외 arxiv

In the rapidly evolving software development landscape, Python stands out for its simplicity, versatility, and extensive ecosystem. Python packages, as units of organization, reusability, and distribution, have become a …

Vulnerability Detection

N$^2$: A Unified Python Package and Test Bench for Nearest Neighbor-Based Matrix Completion

2025-06-04 · Caleb Chin, Aashish Khubchandani, Harshvardhan Maskara, Kyuseong Choi 외

Nearest neighbor (NN) methods have re-emerged as competitive tools for matrix completion, offering strong empirical performance and recent theoretical guarantees, including entry-wise error bounds, confidence intervals, …

BenchmarkingCausal InferenceMatrix CompletionRecommendation Systems

MXtalTools: A Toolkit for Machine Learning on Molecular Crystals

2025-11-25 · Michael Kilgour, Mark E. Tuckerman, Jutta Rogal arxiv

We present MXtalTools, a flexible Python package for the data-driven modelling of molecular crystals, facilitating machine learning studies of the molecular solid state. MXtalTools comprises several classes of utilities:…

libact: Pool-based Active Learning in Python

2017-10-01 · Yao-Yuan Yang, Shao-Chuan Lee, Yu-An Chung, Tung-En Wu 외

libact is a Python package designed to make active learning easier for general users. The package not only implements several popular active learning strategies, but also features the active-learning-by-learning meta-alg…

Active Learning

MVOS_HSI: A Python Library for Preprocessing Agricultural Crop Hyperspectral Data

2026-04-08 · Rishik Aggarwal, Krisha Joshi, Pappu Kumar Yadav, Jianwei Qin 외 arxiv

Hyperspectral imaging (HSI) allows researchers to study plant traits non-destructively. By capturing hundreds of narrow spectral bands per pixel, it reveals details about plant biochemistry and stress that standard camer…

Data Augmentation