Update Layer.hs

Just fixed a spelling error 
agnotostic -> agnostic
This commit is contained in:
Dave Evans 2019-02-16 10:58:26 -06:00 committed by Erik de Castro Lopo
parent 1d930717a9
commit d84113ce17

View File

@ -19,7 +19,7 @@ neural network.
There are two classes of interest: `UpdateLayer` and `Layer`. There are two classes of interest: `UpdateLayer` and `Layer`.
`UpdateLayer` is required for all types which are used as a layer `UpdateLayer` is required for all types which are used as a layer
in a network. Having no shape information, this class is agnotostic in a network. Having no shape information, this class is agnostic
to the input and output data of the layer. to the input and output data of the layer.
An instance of `Layer` on the other hand is required for usage in An instance of `Layer` on the other hand is required for usage in