FluxML/NNlib.jl

Name: NNlib.jl

Owner: Flux

Description: null

Created: 2017-08-21 17:14:26.0

Updated: 2018-01-10 13:52:27.0

Pushed: 2018-01-16 21:48:40.0

Homepage: null

Size: 42

Language: Julia

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

NNlib

Build Status Build status

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.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.