Skip to content

Commit

Permalink
Fix image links in LDA README
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Swierczewski committed Nov 27, 2017
1 parent e78cc9d commit bed1342
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
An introductory notebook on using Amazon SageMaker to train and use LDA models.

<p align="center">
<img src="https://github.com/awslabs/amazon-sagemaker-examples/blob/lda_topic_modeling/introduction_to_amazon_algorithms/lda_topic_modeling/img/img_documents.png">
<img src="https://github.com/awslabs/amazon-sagemaker-examples/blob/lda_topic_modeling/introduction_to_amazon_algorithms/lda_topic_modeling/img/img_topics.png">
<img src="https://github.com/awslabs/amazon-sagemaker-examples/blob/master/introduction_to_amazon_algorithms/lda_topic_modeling/img/img_documents.png">
<img src="https://github.com/awslabs/amazon-sagemaker-examples/blob/master/introduction_to_amazon_algorithms/lda_topic_modeling/img/img_topics.png">
</p>

## References
Expand Down
4 changes: 2 additions & 2 deletions scientific_details_of_algorithms/lda_topic_modeling/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
A scientific deep dive on Amazon SageMaker for training and using LDA models.

<p align="center">
<img src="https://github.com/awslabs/amazon-sagemaker-examples/blob/lda_topic_modeling/scientific_details_of_algorithms/lda_topic_modeling/img/img_documents.png">
<img src="https://github.com/awslabs/amazon-sagemaker-examples/blob/lda_topic_modeling/scientific_details_of_algorithms/lda_topic_modeling/img/img_topics.png">
<img src="https://github.com/awslabs/amazon-sagemaker-examples/blob/master/scientific_details_of_algorithms/lda_topic_modeling/img/img_documents.png">
<img src="https://github.com/awslabs/amazon-sagemaker-examples/blob/master/scientific_details_of_algorithms/lda_topic_modeling/img/img_topics.png">
</p>

## References
Expand Down

0 comments on commit bed1342

Please sign in to comment.