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

docs: Docs for Cognitive Services #647

Merged
merged 5 commits into from
Aug 19, 2019
Merged

docs: Docs for Cognitive Services #647

merged 5 commits into from
Aug 19, 2019

Conversation

esclee
Copy link
Contributor

@esclee esclee commented Aug 13, 2019

@mhamilton723 adding a documentation page for using Cognitive Services on MMLSpark

@welcome
Copy link

welcome bot commented Aug 13, 2019

💖 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!
Examples of commit messages with semantic prefixes: - fix: Fix LightGBM crashes with empty partitions - feat: Make HTTP on Spark back-offs configurable - docs: Update Spark Serving usage - build: Add codecov support - perf: improve LightGBM memory usage - refactor: make python code generation rely on classes - style: Remove nulls from CNTKModel - test: Add test coverage for CNTKModel
Make sure to check out the developer guide for guidance on testing your change.

@esclee esclee changed the title Docs for Cognitive Services docs: Docs for Cognitive Services Aug 13, 2019
# 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.
Copy link
Contributor

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
Copy link
Contributor

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.

Copy link
Collaborator

@mhamilton723 mhamilton723 left a 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!

Copy link
Contributor

@drdarshan drdarshan left a 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..

@mhamilton723 mhamilton723 merged commit 8e966b3 into microsoft:master Aug 19, 2019
@welcome
Copy link

welcome bot commented Aug 19, 2019

Congrats on merging your first pull request, we appreciate your support! 🎉🎉🎉

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.

3 participants