Skip to content

European Distributed Deep Learning (EDDL) library. A general-purpose library initially developed to cover deep learning needs in healthcare use cases within the DeepHealth project.

License

Notifications You must be signed in to change notification settings

deephealthproject/eddl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

555b743 · Jan 20, 2021
Nov 27, 2020
Oct 23, 2020
Apr 22, 2020
Jan 20, 2021
Jan 20, 2021
Dec 11, 2020
Nov 3, 2020
Jan 20, 2021
May 18, 2020
Sep 21, 2020
Jan 20, 2021
Dec 23, 2020
Oct 21, 2020
Jan 24, 2020
Dec 11, 2020
Jan 12, 2020
Jan 12, 2020
Nov 12, 2020
Jul 19, 2019
Nov 26, 2020
Jan 19, 2021
Dec 9, 2020

Repository files navigation

EDDL


build Documentation Status GitHub release (latest by date) GitHub

EDDL is an open source library for Distributed Deep Learning and Tensor Operations in C++ for CPU, GPU and FPGA. EDDL is developed inside the DeepHealth project. For more information about DeepHealth project go to: deephealth-project.eu

Notice

Please note that EDDL is an ambitious project with few hands on it. Our short-term goal is to have an stable version with an easy installation over different platforms. Our second mid-term goal is to provide a good coverage of functionalities. And finally, our long-term goal is to improve the performance on the different devices.

"Plans are only good intentions unless they immediately degenerate into hard work"

Installation here

Getting started here

Documentation here

Progress and coverage

Python wrapper

If you are not a C++ fan, try PyEDDL, a python wrapper for this library.