Towards automated neural design: An open source, distributed neural architecture research framework
George Kyriakides, Konstantinos Margaritis

TL;DR
NORD is an open source, distributed framework built on PyTorch, MPI, and Horovod that simplifies neural architecture research by enabling easy implementation, comparison, and optimization of deep learning models across distributed systems.
Contribution
It introduces a flexible, distributed research framework that facilitates neural architecture design, optimization, and comparison with minimal overhead for researchers.
Findings
Framework supports various optimization algorithms.
Enables fair comparison of architectures.
Demonstrates initial experimental results.
Abstract
NORD (Neural Operations Research & Development) is an open source distributed deep learning architectural research framework, based on PyTorch, MPI and Horovod. It aims to make research of deep architectures easier for experts of different domains, in order to accelerate the process of finding better architectures, as well as study the best architectures generated for different datasets. Although currently under heavy development, the framework aims to allow the easy implementation of different design and optimization method families (optimization algorithms, meta-heuristics, reinforcement learning etc.) as well as the fair comparison between them. Furthermore, due to the computational resources required in order to optimize and evaluate network architectures, it leverage the use of distributed computing, while aiming to minimize the researcher's overhead required to implement it.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Advanced Neural Network Applications · Anomaly Detection Techniques and Applications
