mirror of
https://github.com/nickpoida/og-aws.git
synced 2025-03-09 15:40:06 +00:00
Merge pull request #373 from artemnikitin/new-ml-services
Add basic info about new machine learning services
This commit is contained in:
commit
83d9e377b3
1 changed files with 9 additions and 0 deletions
|
@ -225,6 +225,9 @@ General Information
|
||||||
- 🐥[Certificate Manager](https://aws.amazon.com/certificate-manager/): Manage SSL/TLS certificates for AWS services
|
- 🐥[Certificate Manager](https://aws.amazon.com/certificate-manager/): Manage SSL/TLS certificates for AWS services
|
||||||
- **Compound services:** These are similarly specific, but are full-blown services that tackle complex problems and may tie you in. Usefulness depends on your requirements. If you have large or significant need, you may have these already managed by in-house systems and engineering teams.
|
- **Compound services:** These are similarly specific, but are full-blown services that tackle complex problems and may tie you in. Usefulness depends on your requirements. If you have large or significant need, you may have these already managed by in-house systems and engineering teams.
|
||||||
- [Machine Learning](https://aws.amazon.com/machine-learning/): Machine learning model training and classification
|
- [Machine Learning](https://aws.amazon.com/machine-learning/): Machine learning model training and classification
|
||||||
|
- [Lex](https://aws.amazon.com/lex/): Automatic speech recognition (ASR) and natural language understanding (NLU)
|
||||||
|
- [Polly](https://aws.amazon.com/polly/): Text-to-speech engine in the cloud
|
||||||
|
- [Rekognition](https://aws.amazon.com/rekognition/): Service for image recognition
|
||||||
- ⛓🕍[Data Pipeline](https://aws.amazon.com/datapipeline/): Managed ETL service
|
- ⛓🕍[Data Pipeline](https://aws.amazon.com/datapipeline/): Managed ETL service
|
||||||
- ⛓🕍[SWF](https://aws.amazon.com/swf/): Managed state tracker for distributed polyglot job workflow
|
- ⛓🕍[SWF](https://aws.amazon.com/swf/): Managed state tracker for distributed polyglot job workflow
|
||||||
- ⛓🕍[Lumberyard](https://aws.amazon.com/lumberyard/): 3D game engine
|
- ⛓🕍[Lumberyard](https://aws.amazon.com/lumberyard/): 3D game engine
|
||||||
|
@ -304,6 +307,9 @@ Many services within AWS can at least be compared with Google Cloud offerings or
|
||||||
| Mobile app analytics | Mobile Analytics | Firebase Analytics | | HockeyApp | Mixpanel | |
|
| Mobile app analytics | Mobile Analytics | Firebase Analytics | | HockeyApp | Mixpanel | |
|
||||||
| Mobile app testing | Device Farm | Firebase Test Lab | | Xamarin Test Cloud | BrowserStack, Sauce Labs, Testdroid |
|
| Mobile app testing | Device Farm | Firebase Test Lab | | Xamarin Test Cloud | BrowserStack, Sauce Labs, Testdroid |
|
||||||
| Managing SSL/TLS certificates | Certificate Manager | | | | Let's Encrypt, Comodo, Symantec, GlobalSign |
|
| Managing SSL/TLS certificates | Certificate Manager | | | | Let's Encrypt, Comodo, Symantec, GlobalSign |
|
||||||
|
| Automatic speech recognition and natural language understanding | Lex | Natural Language API | | Cognitive services | AYLIEN Text Analysis API, Ambiverse Natural Language Understanding API |Stanford's Core NLP Suite, Apache OpenNLP, Apache UIMA, spaCy |
|
||||||
|
| Text-to-speech engine in the cloud | Polly | | | |Nuance, Vocalware, IBM Watson |Mimic, eSpeak, MaryTTS |
|
||||||
|
| Image recognition | Rekognition | Vision API | |Cognitive services | IBM Watson, Clarifai |TensorFlow, OpenCV |
|
||||||
|
|
||||||
|
|
||||||
🚧 [*Please help fill this table in.*](CONTRIBUTING.md)
|
🚧 [*Please help fill this table in.*](CONTRIBUTING.md)
|
||||||
|
@ -318,6 +324,9 @@ It’s important to know the maturity of each AWS product. Here is a mostly comp
|
||||||
|
|
||||||
| Service | Original release | Availability | CLI Support |
|
| Service | Original release | Availability | CLI Support |
|
||||||
|------------------------------------------------------------------------------------------------------------|------------------|-------------------------------------------------------------------------------|:-----------:|
|
|------------------------------------------------------------------------------------------------------------|------------------|-------------------------------------------------------------------------------|:-----------:|
|
||||||
|
| 🐥[Lex](https://aws.amazon.com/releasenotes/Amazon-Lex?browse=1) | 2016-11 | Preview | |
|
||||||
|
| 🐥[Polly](https://aws.amazon.com/releasenotes/Amazon-Polly?browse=1) | 2016-11 | General |✓ |
|
||||||
|
| 🐥[Rekognition](https://aws.amazon.com/releasenotes/Amazon-Rekognition?browse=1) | 2016-11 | General |✓ |
|
||||||
| 🐥[Database Migration Service](https://aws.amazon.com/releasenotes/AWS-Database-Migration-Service?browse=1) | 2016-03 | General | |
|
| 🐥[Database Migration Service](https://aws.amazon.com/releasenotes/AWS-Database-Migration-Service?browse=1) | 2016-03 | General | |
|
||||||
| 🐥[Certificate Manager](https://aws.amazon.com/blogs/aws/new-aws-certificate-manager-deploy-ssltls-based-apps-on-aws/) | 2016-01 | General | ✓
|
| 🐥[Certificate Manager](https://aws.amazon.com/blogs/aws/new-aws-certificate-manager-deploy-ssltls-based-apps-on-aws/) | 2016-01 | General | ✓
|
||||||
| 🐥[IoT](https://aws.amazon.com/blogs/aws/aws-iot-now-generally-available/) | 2015-08 | General | ✓ |
|
| 🐥[IoT](https://aws.amazon.com/blogs/aws/aws-iot-now-generally-available/) | 2015-08 | General | ✓ |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue