You are viewing a single comment's thread from:

RE: Coding Neural Network Back-Propagation Using C# part 1

Thorough post, though some advice, try putting all the code into markdown code using " ``` " Also, if you copied any code or snippets, try crediting the original coder or using referencing accordingly.

for example:

{
Console.WriteLine("Begin back-propagation demo");
int numInput = 4; // number features
int numHidden = 5;
int numOutput = 3; // number of classes for Y
int numRows = 1000;
int seed = 1; // gives nice demo ```
Sort:  

Thaks. It's my first post.

Coin Marketplace

STEEM 0.19
TRX 0.14
JST 0.030
BTC 63569.77
ETH 3424.28
USDT 1.00
SBD 2.50