paper-with-me

Papers

Parallel/distributed implementation of cellular training for generative adversarial neural networks

2020-04-07 · Emiliano Perez, Sergio Nesmachnow, Jamal Toutouh, Erik Hemberg, Una-May O'Reilly

Generative adversarial networks (GANs) are widely used to learn generative models. GANs consist of two networks, a generator and a discriminator, that apply adversarial learning to optimize their parameters. This article presents a parallel/distributed implementation of a cellular competitive coevolutionary method to train two populations of GANs. A distributed memory parallel implementation is proposed for execution in high performance/supercomputing centers. Efficient results are reported on addressing the generation of handwritten digits (MNIST dataset samples). Moreover, the proposed implementation is able to reduce the training times and scale properly when considering different grid sizes for training.

📄 PDF Abstract BibTeX arXiv:2004.04633

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Horn: A System for Parallel Training and Regularizing of Large-Scale Neural Networks

2016-08-02 · Edward J. Yoon

I introduce a new distributed system for effective training and regularizing of Large-Scale Neural Networks on distributed computing architectures. The experiments demonstrate the effectiveness of flexible model partitio…

Distributed ComputingGeneral Classification

Cell-Free versus Cellular Massive MIMO:What Processing is Needed for Cell-Free to Win?

2019-08-29 · IEEE 20th International Workshop on Signal Processing Advances in Wireless Communications (SPAWC) 2019 8 · Emil Björnson∗, Luca Sanguinett

—Communication by joint signal processing from many distributed access points, called Cell-free Massive MIMO, is a potential beyond-5G network infrastructure. The aim of this paper is to provide the first comprehensiv…

Popt4jlib: A Parallel/Distributed Optimization Library for Java

2019-08-01 · Ioannis T. Christou

This paper describes the architectural design as well as key implementation details of the Open Source popt4jlib library (https://githhub.org/ioannischristou/popt4jlib) that contains a fairly large number of meta-heurist…

Distributed Optimization

A Survey on Distributed Evolutionary Computation

2023-04-12 · Wei-neng Chen, Feng-Feng Wei, Tian-Fang Zhao, Kay Chen Tan 외

The rapid development of parallel and distributed computing paradigms has brought about great revolution in computing. Thanks to the intrinsic parallelism of evolutionary computation (EC), it is natural to implement EC o…

Distributed ComputingDistributed OptimizationSurvey

A Linear Algebraic Approach to Model Parallelism in Deep Learning

2020-06-04 · Russell J. Hewett, Thomas J. Grady II

Training deep neural networks (DNNs) in large-cluster computing environments is increasingly necessary, as networks grow in size and complexity. Local memory and processing limitations require robust data and model paral…

Deep Learning