💣 Machine learning which might blow up in your face 💣

Update Layer.hs

Just fixed a spelling error
agnotostic -> agnostic

authored by

Dave Evans and committed by
Erik de Castro Lopo
d84113ce 1d930717

+1 -1
+1 -1
src/Grenade/Core/Layer.hs
··· 19 19 There are two classes of interest: `UpdateLayer` and `Layer`. 20 20 21 21 `UpdateLayer` is required for all types which are used as a layer 22 - in a network. Having no shape information, this class is agnotostic 22 + in a network. Having no shape information, this class is agnostic 23 23 to the input and output data of the layer. 24 24 25 25 An instance of `Layer` on the other hand is required for usage in