Difference between revisions of "Amazon"
(Created page with "* AWS with TensorFlow * DeepLens - deep learning enabled video camera ** Getting Started & Project: Object Detection ** More DeepLens Projects * AWS Internet...") |
|||
| Line 10: | Line 10: | ||
* [http://aws.amazon.com/about-aws/events/monthlywebinarseries/on-demand/ On-Demand AWS Tech Talks] | * [http://aws.amazon.com/about-aws/events/monthlywebinarseries/on-demand/ On-Demand AWS Tech Talks] | ||
* [http://aws.amazon.com/training/ AWS Training and Certification] | * [http://aws.amazon.com/training/ AWS Training and Certification] | ||
| + | |||
| + | _______________________________________________ | ||
| + | |||
| + | == Integrated Components/Technologies == | ||
| + | |||
| + | * [[Lex]] - conversational interfaces using voice and text | ||
| + | * [[SageMaker]] - build, train, and deploy | ||
| + | * [[Polly]] - text to speech | ||
| + | * [[Rekognition]] - video analysis service | ||
| + | * [[Kinesis]] - collect, process, and analyze real-time, streaming data | ||
| + | * [[Lambda]] - run code without managing servers | ||
| + | * [[AWS Internet of Things (IoT)]] Services Overview; process and route those messages to AWS endpoints | ||
| + | ** [[MQTT]] - A lightweight messaging protocol | ||
| + | **[[AWS IoT Button]] | ||
| + | * [[Greengrass]] - connected devices can run AWS Lambda functions, keep device data in sync | ||
| + | * [[Intel® Compute Library for Deep Neural Networks (clDNN)]] & OpenVINO - deep learning primitives for computer vision | ||
| + | * [[Simple Queue Service (SQS)]] - message queuing | ||
| + | * [[Simple Notification Service (SNS)]] - pub/sub messaging and mobile notifications | ||
| + | * [[DynamoDB]] - NoSQL database | ||
| + | * [[Simple Storage Service (S3)]] - object storage | ||
| + | * [[Management Console]] - manage web services | ||
| + | * [[Deep Learning (DL) Amazon Machine Image (AMI) - DLAMI]] | ||
| + | * [http://en.wikipedia.org/wiki/SoftAP SoftAP] - software enabled access point | ||
| + | * [http://www.ubuntu.com/ Ubuntu] - operating system | ||
| + | |||
| + | == Libraries & Frameworks == | ||
| + | |||
| + | * [[TensorFlow]] | ||
| + | * [[Caffe / Caffe2]] | ||
| + | * [[MXNet]] | ||
| + | * [[gluon]] | ||
Revision as of 08:17, 2 July 2018
- AWS with TensorFlow
- DeepLens - deep learning enabled video camera
- AWS Internet of Things (IoT)
- AmazonML
- Deep Learning (DL) Amazon Machine Image (AMI) - DLAMI
- FloydHub - training and deploying your DL models
- On-Demand AWS Tech Talks
- AWS Training and Certification
_______________________________________________
Integrated Components/Technologies
- Lex - conversational interfaces using voice and text
- SageMaker - build, train, and deploy
- Polly - text to speech
- Rekognition - video analysis service
- Kinesis - collect, process, and analyze real-time, streaming data
- Lambda - run code without managing servers
- AWS Internet of Things (IoT) Services Overview; process and route those messages to AWS endpoints
- MQTT - A lightweight messaging protocol
- AWS IoT Button
- Greengrass - connected devices can run AWS Lambda functions, keep device data in sync
- Intel® Compute Library for Deep Neural Networks (clDNN) & OpenVINO - deep learning primitives for computer vision
- Simple Queue Service (SQS) - message queuing
- Simple Notification Service (SNS) - pub/sub messaging and mobile notifications
- DynamoDB - NoSQL database
- Simple Storage Service (S3) - object storage
- Management Console - manage web services
- Deep Learning (DL) Amazon Machine Image (AMI) - DLAMI
- SoftAP - software enabled access point
- Ubuntu - operating system