grenade-0.1.0: Practical Deep Learning in Haskell

Copyright(c) Huw Campbell 2016-2017
LicenseBSD2
Stabilityexperimental
Safe HaskellNone
LanguageHaskell98

Grenade.Layers.Trivial

Description

 

Synopsis

Documentation

data Trivial Source #

A Trivial layer.

This can be used to pass an unchanged value up one side of a graph, for a Residual network for example.

Constructors

Trivial