Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix description #166

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

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.

None yet

1 participant