Merlin.jlDeep Learning for Julia
Merlin: deep learning framework for Julia
Merlin
is a deep learning framework written in Julia.
It aims to provide a fast, flexible and compact deep learning library for machine learning.
Merlin
is tested against Julia 1.0
on Linux, OS X, and Windows (x64).
It runs on CPU and CUDA GPU.
Documentation
Requirements
- Julia 1.0
Installation
The Pkg REPL-mode is entered from the Julia REPL using the key ]
.
(v1.0) pkg> add Merlin
Quick Start
MNIST
- See MNIST
More examples can be found in examples
.
GPU Support
The following are required:
评论