NNlib.jl

Neural Network primitives with multiple backends
授权协议 View license
开发语言
所属分类 神经网络/人工智能、 机器学习/深度学习
软件类型 开源软件
地区 不详
投 递 者 潘星阑
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

NNlib.jl

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.

To use these functions with CUDA.jl you will need NNlibCUDA.jl as well.

相关阅读

相关文章

相关问答

相关文档