[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[computer-go] Neural Network DB Serialization?
Does anyone want to share their methods for serializing (i.e., saving
for later use) neural network topologies and weights, specifically to
databases? Is there an elegant way to do this? Right now I'm thinking
one table that contains the network's inputs, outputs, and a primary
key; one table that contains the number of neurons in each layer for the
network; and one table that contains the weights for each neuron in each
layer. However, that seems messy to me and it feels like there ought to
be a more elegant way of doing this. Any suggestions?
Thomas
--
Thomas Johnson <thomas_johnson@xxxxxxxxxxxxxxxxx>
_______________________________________________
computer-go mailing list
computer-go@xxxxxxxxxxxxxxxxx
http://computer-go.org/mailman/listinfo/computer-go