Skip to content

Neural Network primitives with multiple backends

License

Notifications You must be signed in to change notification settings

Octogonapus/NNlib.jl

This branch is 2 commits ahead of, 3 commits behind FluxML/NNlib.jl:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ae04bbb · Mar 12, 2025
Nov 19, 2024
Nov 19, 2024
Aug 29, 2024
Feb 28, 2025
Feb 28, 2025
Mar 12, 2025
Mar 12, 2025
Mar 26, 2019
Jun 14, 2023
Apr 15, 2019
Mar 12, 2025
Nov 19, 2024

Repository files navigation

NNlib.jl

Documentation CI Coverage

This package provides a library of functions useful for neural networks, such as softmax, sigmoid, batched multiplication, convolutions and pooling. Many of these are used by Flux.jl, which loads this package, but they may be used independently.

For use with automatic differentiation, this package defines gradients using ChainRules.jl. These will be seen by various packages including Zygote.jl.

GPU support is provided as package extensions (see the ext/ folder). In order to load the extensions, use the imports

using NNlib, CUDA, cuDNN

for CUDA support, or

using NNlib, AMDGPU

for AMDGPU support.

About

Neural Network primitives with multiple backends

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Julia 100.0%