Friday, 19 January 2018

Amazon SageMaker now supports Blazing Text Implementation

Amazon SageMaker Blazing Text implementation of the Word2Vec Algorithm can now be utilized for generating word embeddings from a large number of documents. Word embeddings represent each word from the entire collection or text documents as the vector of numbers. Words that are similar will have same vectors where words that are not similar will be wide apart. Word2Vec is successfully used for a task like segmentation and recommendation. Amazon SageMaker’s Blazing Text implementation has been developed with speed and scale in mind to make embedding very fast by using CPU or GPU hardware. 

No comments:

Post a Comment

Optimizing Performance and Cost: Migrating an Express.js Application from EC2 to AWS Lambda

Introduction: In a recent project, our team worked on optimizing a Node.js application that was originally hosted on an EC2 instance. The ap...