- Hands-On Neural Network Programming with C#
- Matt R. Cole
- 53字
- 2025-02-24 05:32:27
Neural network functions
The following basic list contains the functions we are going to develop n order to lay down our neural network foundation:
- Creating a new network
- Importing a network
- Manually entering user data
- Importing a dataset
- Training our network
- Testing our network
With that behind us, let's start coding!