Skip to content

Update anomaly_detection.ipynb #423

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion site/en/gemini-api/tutorials/anomaly_detection.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2936,7 +2936,11 @@
"\n",
"To learn how to use other services in the Gemini API, visit the [Python quickstart](https://ai.google.dev/tutorials/python_quickstart).\n",
"\n",
"To learn more about how you can use the embeddings, check out the [examples](../examples?keywords=embed) available. To learn how to create them from scratch, see TensorFlow's [Word Embeddings](https://www.tensorflow.org/text/guide/word_embeddings){:.external} tutorial."
"To learn more about how you can use embeddings, see these other tutorials:\n",
"\n",
" * [Clustering with Embeddings](https://ai.google.dev/gemini-api/tutorials/clustering_with_embeddings)\n",
" * [Document Search with Embeddings](https://ai.google.dev/gemini-api/tutorials/document_search)\n",
" * [Training a Text Classifer with Embeddings](https://ai.google.dev/gemini-api/tutorials/text_classifier_embeddings)"
]
}
],
Expand Down
Loading