mltool-0.2.0.1: Machine Learning Toolbox

Copyright(c) Alexander Ignatyev 2017
LicenseBSD-3
Stabilityexperimental
PortabilityPOSIX
Safe HaskellNone
LanguageHaskell2010

MachineLearning.NeuralNetwork.TopologyMaker

Description

Topology Maker.

Synopsis

Documentation

data Activation Source #

Constructors

ASigmoid 
ARelu 
ATanh 

data Loss Source #

Constructors

LLogistic 
LSoftmax 
LMultiSvm 

makeTopology :: Activation -> Loss -> Int -> Int -> [Int] -> Topology Source #

Creates toplogy. Takes number of inputs, number of outputs and list of hidden layers.