packages feed

grenade-0.1.0: src/Grenade/Recurrent/Core.hs

module Grenade.Recurrent.Core (
    module Grenade.Recurrent.Core.Layer
  , module Grenade.Recurrent.Core.Network
  , module Grenade.Recurrent.Core.Runner
  ) where

import           Grenade.Recurrent.Core.Layer
import           Grenade.Recurrent.Core.Network
import           Grenade.Recurrent.Core.Runner