Skip to content

Conversation

@xiaokongkong
Copy link

@xiaokongkong xiaokongkong commented May 11, 2024

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 >>>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant