mgo.tools.neuralnetwork

Type members

Classlikes

trait Feedforward[S, W]
trait NeuralNetwork[N, S, W]
Type Params
N

the type of data stored on each neurons

S

the neurons output type (state)

W

the weights type

Companion
object
Companion
class
trait Recurrent[S, W]