Can I use Google Cloud data labeling service to do text classification?Data annotations on WCF service contractsASP.NET MVC: How to execute Data Annotation validations in the service layer?How can I access the DisplayName data annotation value from code?Silverlight 4, RIA Services & Data Annotations. Tooltips not appearing on DataFormCan I dynamically change data annotation value from code?Can EF 6 Data Annotations be different for POST than PUT or GET?Custom data annotation with RIa ServicesIn MVC can I use data annotation to replace default text with an image?How can I get Data Annotations from WCF Service / Stored Procedure model?Can I use data annotations to specify an optional object property that has required properties?
1980's sci fi book series, subspace is a sponge, young man in emergency suit can propel himself by sucking in the sponge stuff
How to draw a cube that can be inscribed within a right circular cone?
Is there any practical application for performing a double Fourier transform? ...or an inverse Fourier transform on a time-domain input?
How would one country purchase another?
If all stars rotate, why was there a theory developed, that requires non-rotating stars?
Is my soulless catatonic body a valid target for the Imprisonment spell?
Most practical knots for hitching a line to an object while keeping the bitter end as tight as possible, without sag?
What is wrong about this application of Kirchhoffs Current Law?
What does どうかと思う mean?
Justifying the use of directed energy weapons
Nth Problem with TikZ and Extensive Form Games
Fancy String Replace
In an emergency, how do I find and share my position?
Using `With[...]` with a list specification as a variable
Why do all fields in a QFT transform like *irreducible* representations of some group?
Rule based coloured background for labeling in QGIS
Why can't an Airbus A330 dump fuel in an emergency?
Middle Mouse turns on Perspective
What is the appropriate benchmark for a Long/Short VIX futures strategy?
Notepad++ - How to find multiple values on the same line in any permutation
when the world is the villain, how do you make it compelling
Would this system work to purify water?
Sun setting in East!
Why don't electrons take the shorter path in coils?
Can I use Google Cloud data labeling service to do text classification?
Data annotations on WCF service contractsASP.NET MVC: How to execute Data Annotation validations in the service layer?How can I access the DisplayName data annotation value from code?Silverlight 4, RIA Services & Data Annotations. Tooltips not appearing on DataFormCan I dynamically change data annotation value from code?Can EF 6 Data Annotations be different for POST than PUT or GET?Custom data annotation with RIa ServicesIn MVC can I use data annotation to replace default text with an image?How can I get Data Annotations from WCF Service / Stored Procedure model?Can I use data annotations to specify an optional object property that has required properties?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I have a large dataset with lots of news articles, stored in Google Cloud Storage. I want to train a sentiment classifier (positive, negative, neutral). Does Google has a data labeling service that I can use to create the training data? If yes, where can I find the API documentation?
It looks like Google Cloud AutoML Vision supports human labeling for image classification here: https://cloud.google.com/vision/automl/docs/human-labeling. However, I didn't find the one for text.
data-annotations google-cloud-ml-data
add a comment |
I have a large dataset with lots of news articles, stored in Google Cloud Storage. I want to train a sentiment classifier (positive, negative, neutral). Does Google has a data labeling service that I can use to create the training data? If yes, where can I find the API documentation?
It looks like Google Cloud AutoML Vision supports human labeling for image classification here: https://cloud.google.com/vision/automl/docs/human-labeling. However, I didn't find the one for text.
data-annotations google-cloud-ml-data
add a comment |
I have a large dataset with lots of news articles, stored in Google Cloud Storage. I want to train a sentiment classifier (positive, negative, neutral). Does Google has a data labeling service that I can use to create the training data? If yes, where can I find the API documentation?
It looks like Google Cloud AutoML Vision supports human labeling for image classification here: https://cloud.google.com/vision/automl/docs/human-labeling. However, I didn't find the one for text.
data-annotations google-cloud-ml-data
I have a large dataset with lots of news articles, stored in Google Cloud Storage. I want to train a sentiment classifier (positive, negative, neutral). Does Google has a data labeling service that I can use to create the training data? If yes, where can I find the API documentation?
It looks like Google Cloud AutoML Vision supports human labeling for image classification here: https://cloud.google.com/vision/automl/docs/human-labeling. However, I didn't find the one for text.
data-annotations google-cloud-ml-data
data-annotations google-cloud-ml-data
edited Mar 27 at 17:08
Alex Martelli
658k134 gold badges1059 silver badges1292 bronze badges
658k134 gold badges1059 silver badges1292 bronze badges
asked Mar 27 at 16:39
Wei LiuWei Liu
62 bronze badges
62 bronze badges
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Google Cloud has an alpha version of Data Labeling API, which supports human annotation on text classification, sentiment analysis and other use cases (image, video etc.). You will need to email cloudml-data-customer@google.com to get whitelisted so that you can access their API and documentation.
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55382369%2fcan-i-use-google-cloud-data-labeling-service-to-do-text-classification%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Google Cloud has an alpha version of Data Labeling API, which supports human annotation on text classification, sentiment analysis and other use cases (image, video etc.). You will need to email cloudml-data-customer@google.com to get whitelisted so that you can access their API and documentation.
add a comment |
Google Cloud has an alpha version of Data Labeling API, which supports human annotation on text classification, sentiment analysis and other use cases (image, video etc.). You will need to email cloudml-data-customer@google.com to get whitelisted so that you can access their API and documentation.
add a comment |
Google Cloud has an alpha version of Data Labeling API, which supports human annotation on text classification, sentiment analysis and other use cases (image, video etc.). You will need to email cloudml-data-customer@google.com to get whitelisted so that you can access their API and documentation.
Google Cloud has an alpha version of Data Labeling API, which supports human annotation on text classification, sentiment analysis and other use cases (image, video etc.). You will need to email cloudml-data-customer@google.com to get whitelisted so that you can access their API and documentation.
answered Mar 27 at 21:12
community wiki
rhaertel80
add a comment |
add a comment |
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55382369%2fcan-i-use-google-cloud-data-labeling-service-to-do-text-classification%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown