From 3ccbfc30dbf03584d39baa24298cb20da3982686 Mon Sep 17 00:00:00 2001 From: Angel Mendez Date: Thu, 17 Feb 2022 14:57:17 -0600 Subject: [PATCH] feat: Add file content to translate --- .../4-Applied/translations/assignment.es.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 4-Classification/4-Applied/translations/assignment.es.md diff --git a/4-Classification/4-Applied/translations/assignment.es.md b/4-Classification/4-Applied/translations/assignment.es.md new file mode 100644 index 00000000..293633c1 --- /dev/null +++ b/4-Classification/4-Applied/translations/assignment.es.md @@ -0,0 +1,11 @@ +# Build a recommender + +## Instructions + +Given your exercises in this lesson, you now know how to build JavaScript-based web app using Onnx Runtime and a converted Onnx model. Experiment with building a new recommender using data from these lessons or sourced elsewhere (give credit, please). You might create a pet recommender given various personality attributes, or a music genre recommender based on a person's mood. Be creative! + +## Rubric + +| Criteria | Exemplary | Adequate | Needs Improvement | +| -------- | ---------------------------------------------------------------------- | ------------------------------------- | --------------------------------- | +| | A web app and notebook are presented, both well documented and running | One of those two is missing or flawed | Both are either missing or flawed |