-
Notifications
You must be signed in to change notification settings - Fork 842
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
docs: Docs for Cognitive Services #647
Conversation
💖 Thanks for opening your first pull request! 💖 We use semantic commit messages to streamline the release process. Before your pull request can be merged, you should make sure your first commit and PR title start with a semantic prefix. This helps us to create release messages and credit you for your hard work! |
# Azure Cognitive Services on Apache Spark™ | ||
|
||
## Azure Cognitive Services | ||
[Azure Cognitive Services](https://azure.microsoft.com/en-us/services/cognitive-services/) are a suite of APIs, SDKs, and services available to help developers build intelligent applications without having direct AI or data science skills or knowledge by enabling developers to easily add cognitive features into their applications. The goal of Azure Cognitive Services is to help developers create applications that can see, hear, speak, understand, and even begin to reason. The catalog of services within Azure Cognitive Services can be categorized into five main pillars - Vision, Speech, Language, Web Search, and Decision. |
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.
Thanks for writing this up! One minor note you might want to add is that HTTP-on-Spark supports calling out to any HTTP endpoint and Cognitive Services-based transformers are one example of using it to build higher-level wrappers. You could just as easily build similar wrappers on top of AWS Rekognition or Lex for example.
- Anomaly status of latest point: generates a model using preceding points and determines whether the latest point is anomalous | ||
- Find anomalies: generates a model using an entire series and finds anomalies in the series | ||
|
||
### Web Search |
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.
For each of these, you might want to point to the Python and Scala docs.
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.
Look great! If you can address Sudarshan's comments ill mergerino!
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.
Please see my comments..
Congrats on merging your first pull request, we appreciate your support! 🎉🎉🎉 |
@mhamilton723 adding a documentation page for using Cognitive Services on MMLSpark