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

Polishing the embedding layer and the fc layer documentation #6806

Merged
merged 2 commits into from
Dec 21, 2017

Conversation

abhinavarora
Copy link
Contributor

No description provided.

Copy link
Contributor

@sidgoyal78 sidgoyal78 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

**Fully Connected Layer**

This layer accepts multiple inputs and applies a linear transformation to each input.
If activation type is provided, the corresponding non-linear function is applied to the
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor: Did you mean "activation" instead of "non-linear" in 'the corresponding non-linear function'?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in 5d3131c

Copy link
Contributor

@sidgoyal78 sidgoyal78 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@abhinavarora abhinavarora merged commit c8ef452 into PaddlePaddle:develop Dec 21, 2017
@abhinavarora abhinavarora deleted the layers_doc branch December 21, 2017 01:17
@abhinavarora abhinavarora mentioned this pull request Dec 21, 2017
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.

2 participants