Sagemaker Built-in Algorithms

0

I am exploring the Sagemaker Built-in algorithms, and I am curious to learn more about the details of the algorithms. However, I am surprised that it is hard to find any references for the research background and implementation details in the numerous documents and tutorials for particular algorithms. If such information exists somewhere, I would highly appreciate a pointer. Thanks a lot in advance!

1 Answer
0
Accepted Answer

thanks for your interest in the built-in algorithms! You can find research papers in the documentation of many of them. And documentation page has a section "how it works" explaining the science of every algorithm. For example:

AWS
EXPERT
answered 2 years ago
  • Thank you very much for the swift response; the links to the research papers are exactly the type of information I am looking for. However, let's take the paper "BlazingText: Scaling and Accelerating Word2Vec using Multiple GPUs" as an example: Where exactly in the AWS documentation would I find a link to it? Is there a central place to access the foundational papers for the different algorithms?

  • As Oliver mentioned, the SageMaker developer guide links to the appropriate papers (for example, see BlazingText) or has a 'How it works' section (for example, K-means). For information on all built-in algorithms, see here.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions