File size: 1,490 Bytes
11276e2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
# Cookbook
The following notebooks exemplify workflow steps, features, and possible uses of the recommender system:
## Basic Capabilities
1. [Recommend Prompt](./recommend_prompt.ipynb) [](https://colab.research.google.com/github/IBM/responsible-prompting-api/blob/develop/cookbook/recommend_prompt.ipynb)
2. [Visualize Embeddings](./visualize_embeddings.ipynb) [](https://colab.research.google.com/github/IBM/responsible-prompting-api/blob/develop/cookbook/visualize_embeddings.ipynb)
3. [Populate Embeddings](./populate_embeddings.ipynb) [](https://colab.research.google.com/github/IBM/responsible-prompting-api/blob/develop/cookbook/populate_embeddings.ipynb)
4. [Recommend Thresholds](./recommend_thresholds.ipynb) [](https://colab.research.google.com/github/IBM/responsible-prompting-api/blob/develop/cookbook/recommend_thresholds.ipynb)
5. [Populate Coordinates](./populate_coordinates.ipynb)
## Evaluation
1. [Test Recommendations with a Prompt Dataset](./test_recommendations.ipynb) [](https://colab.research.google.com/github/IBM/responsible-prompting-api/blob/develop/cookbook/test_recommendations.ipynb)
|