pykan icon indicating copy to clipboard operation
pykan copied to clipboard

Fix description

Open xiaokongkong opened this issue 9 months ago • 0 comments

1. Fix description

width: list
            number of neurons in each layer. e.g., [2,5,5,3] means 2D inputs, 5D outputs, with 2 layers of 5 hidden neurons.

should be

width: list
            number of neurons in each layer. e.g., [2,5,5,3] means 2D inputs, **_3D_** outputs, with 2 layers of 5 hidden neurons.

Because 3 is in the end of this list

2. remove extra symbols

There are many semicolons in codes, I'm not sure if they are necessary so I removed some. Also, I replaced some redundant symbols like >>> >>>,and replaced them with >>>

xiaokongkong avatar May 11 '24 07:05 xiaokongkong