Skip to content

FluxML/NNlib.jl

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

882c873 · Jun 9, 2020
Feb 8, 2020
Jun 9, 2020
Jun 9, 2020
Mar 26, 2019
Sep 19, 2018
Jun 6, 2020
Apr 15, 2019
Jun 9, 2020
Jun 9, 2020
Feb 22, 2020
Mar 2, 2020

Repository files navigation

NNlib

Build Status Build status Coverage

This package will provide a library of functions useful for ML, such as softmax, sigmoid, convolutions and pooling. It doesn't provide any other "high-level" functionality like layers or AD.

Other packages can build on these functions as if they were defined in Base Julia; for example, CuArrays provides GPU kernels, and Flux provides automatic differentiation; both can work together without explicitly being aware of each other.