bwibbwz / ml-2048

0 stars 0 forks source link

Neural Network bookkeeping and setup #3

Open bwibbwz opened 6 years ago

bwibbwz commented 6 years ago

We are lacking a class to take care of the number of nodes and layers, as well as the activation functions used.

I guess it would be helpful if this class has a view on all the weights of the NN. They are available from individual layers (or individual nodes/neurons).

bwibbwz commented 6 years ago

I made a starting implementation of this guy in commit 957fdd0.