Open jwallwork23 opened 2 years ago
At the minute, we only support fully connected feed-forward networks with a single hidden layer. It would be good to build on this.
See the TODO in this commit.
TODO
For example, perhaps we could use convolutional neural networks or graph neural networks.
Note #14 included some small steps in this direction.
At the minute, we only support fully connected feed-forward networks with a single hidden layer. It would be good to build on this.
See the
TODO
in this commit.