Hands-On Neural Network Programming with C#
上QQ阅读APP看书,第一时间看更新

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!