- Hands-On Neural Network Programming with C#
- Matt R. Cole
- 55字
- 2025-02-24 05:32:30
Creating a network
Using the ConvNetSharp framework, there are three ways in which to create a neural network. First, we can use the Core.Layers or Flow.Layers objects to create a convolutional network (with or without a computational graph), as shown in the following diagram:
Alternatively, we can create a computational graph like the following: