iirekm (25)in #ai • 7 years agoAmazon TranslateIn last two articles about Amazon I showed how to use Amazon Comprehend to make computer understand your text. Amazon can do even more: it can translate texts between…iirekm (25)in #aws • 7 years agoAmazon S3Amazon S3 (Simple Storage Service) is a key-value object database. Can also be used as Internet drive like Google Drive or Dropbox. It's important to know S3, even if you don't…iirekm (25)in #ai • 7 years agoClassificationIn my previous post I wrote about solving sentiment detection problem. Sentiment detection is an example of broader class of AI problems called classification.…iirekm (25)in #aws • 7 years agoAWS CLI SetupAmazon Web Services provides many interesting APIs, however before you use any of the AWS services programmatically, you need to setup AWS CLI. Further readingiirekm (25)in #ai • 7 years agoSentiment analysis with Amazon ComprehendArtificial intelligence algorithms are hard to implement by hand. What we do when something is hard to implement? We use libraries or Web APIs. Amazon provides set of APIs for…