-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Conversation
06.understand_sentiment/README.md
Outdated
@@ -1,6 +1,6 @@ | |||
# Sentiment Analysis | |||
|
|||
The source codes of this section can be located at [book/understand_sentiment](https://github.com/PaddlePaddle/book/tree/develop/06.understand_sentiment). First-time users may refer to PaddlePaddle for [Installation guide](https://github.com/PaddlePaddle/book/blob/develop/README.md#running-the-book). | |||
The source codes of this section locates at [book/understand_sentiment](https://github.com/PaddlePaddle/book/tree/develop/06.understand_sentiment). First-time users may refer to PaddlePaddle for [Installation guide](https://github.com/PaddlePaddle/book/blob/develop/README.md#running-the-book). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should is located at
06.understand_sentiment/README.md
Outdated
@@ -28,15 +28,15 @@ The model we used in this chapter uses **Convolutional Neural Networks** (**CNNs | |||
|
|||
### Revisit to the Convolutional Neural Networks for Texts (CNN) | |||
|
|||
The convolutional neural network for texts is introduced in chapter [recommender_system](https://github.com/PaddlePaddle/book/tree/develop/05.recommender_system), here we make a brief overview. | |||
The convolutional neural network for texts is introduced in chapter [recommender_system](https://github.com/PaddlePaddle/book/tree/develop/05.recommender_system), let's have a brief overview. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can change it to here is a brief overview
06.understand_sentiment/README.md
Outdated
the paper as following url, but use fewer layrs. | ||
This network uses a bi-directional recurrent network, | ||
consisting three LSTM layers. This configure refers to | ||
the paper with following url, but use fewer layers. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be consisting of three LSTM layers
.
06.understand_sentiment/README.md
Outdated
consisting three LSTM layers. This configure is referred to | ||
the paper as following url, but use fewer layrs. | ||
This network uses a bi-directional recurrent network, | ||
consisting three LSTM layers. This configure refers to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This configuration is motivated from the following paper, but uses few layers
.
Also make the paper a hyperlink and remove the link from the text.
…eview_chp06 and update according review comments
No description provided.