mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 17:36:30 +03:00
Merge pull request #1014 from julien-c/confusion-deeplearning
Make object of the deep learning tutorial clearer
This commit is contained in:
commit
37398e4ed3
|
@ -4,9 +4,9 @@ include ../../_includes/_mixins
|
||||||
|
|
||||||
p
|
p
|
||||||
| In this example, we'll be using #[+a("https://keras.io/") Keras], as
|
| In this example, we'll be using #[+a("https://keras.io/") Keras], as
|
||||||
| it's the most popular deep learning library for Python. Let's assume
|
| it's the most popular deep learning library for Python. Using Keras,
|
||||||
| you've written a custom sentiment analysis model that predicts whether a
|
| we will write a custom sentiment analysis model that predicts whether a
|
||||||
| document is positive or negative. Now you want to find which entities
|
| document is positive or negative. Then, we will use it to find which entities
|
||||||
| are commonly associated with positive or negative documents. Here's a
|
| are commonly associated with positive or negative documents. Here's a
|
||||||
| quick example of how that can look at runtime.
|
| quick example of how that can look at runtime.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user