From a88c367954514fc32470f05f6e5fc74189181735 Mon Sep 17 00:00:00 2001 From: Jen Looper Date: Tue, 24 May 2022 10:24:41 -0400 Subject: [PATCH] quiz copyediting --- .../src/assets/translations/en/lesson-10.json | 2 +- .../src/assets/translations/en/lesson-16.json | 6 ++--- .../src/assets/translations/en/lesson-17.json | 4 ++-- .../src/assets/translations/en/lesson-18.json | 4 ++-- .../src/assets/translations/en/lesson-23.json | 2 +- .../src/assets/translations/en/lesson-5.json | 2 +- .../src/assets/translations/en/lesson-7.json | 2 +- .../src/assets/translations/en/lesson-9.json | 2 +- etc/quiz-src/questions-en.txt | 24 +++++++++---------- 9 files changed, 24 insertions(+), 24 deletions(-) diff --git a/etc/quiz-app/src/assets/translations/en/lesson-10.json b/etc/quiz-app/src/assets/translations/en/lesson-10.json index 371aa7fa..e2917f16 100644 --- a/etc/quiz-app/src/assets/translations/en/lesson-10.json +++ b/etc/quiz-app/src/assets/translations/en/lesson-10.json @@ -9,7 +9,7 @@ "title": "Generative Adversarial Networks: Pre Quiz", "quiz": [ { - "questionText": "Gnerators take vectors and produces ____", + "questionText": "Generators take vectors and produce ____", "answerOptions": [ { "answerText": "videos", diff --git a/etc/quiz-app/src/assets/translations/en/lesson-16.json b/etc/quiz-app/src/assets/translations/en/lesson-16.json index f068dd7d..6541b2f1 100644 --- a/etc/quiz-app/src/assets/translations/en/lesson-16.json +++ b/etc/quiz-app/src/assets/translations/en/lesson-16.json @@ -26,7 +26,7 @@ ] }, { - "questionText": "Simple RNN cell has two weight _____", + "questionText": "A simple RNN cell has two weight _____", "answerOptions": [ { "answerText": "matrices", @@ -66,7 +66,7 @@ "title": "RNN: Post Quiz", "quiz": [ { - "questionText": "_____ takes some information from the input and hidden vector, and inserts it into state", + "questionText": "_____ takes some information from the input and hidden vector, and inserts it into the state", "answerOptions": [ { "answerText": "forget gate", @@ -90,7 +90,7 @@ "isCorrect": true }, { - "answerText": "nort-west direction", + "answerText": "north-west direction", "isCorrect": false }, { diff --git a/etc/quiz-app/src/assets/translations/en/lesson-17.json b/etc/quiz-app/src/assets/translations/en/lesson-17.json index 08cb8046..a9e43509 100644 --- a/etc/quiz-app/src/assets/translations/en/lesson-17.json +++ b/etc/quiz-app/src/assets/translations/en/lesson-17.json @@ -39,7 +39,7 @@ ] }, { - "questionText": "RNN generate texts by generating next output character for each input character", + "questionText": "RNN generates texts by generating the next output character for each input character", "answerOptions": [ { "answerText": "true", @@ -58,7 +58,7 @@ "title": "Generative networks: Post Quiz", "quiz": [ { - "questionText": "Output encoder converts hidden state into _____ output", + "questionText": "An output encoder converts hidden state into _____ output", "answerOptions": [ { "answerText": "one-hot-encoded", diff --git a/etc/quiz-app/src/assets/translations/en/lesson-18.json b/etc/quiz-app/src/assets/translations/en/lesson-18.json index 3db6a98e..de63a0ec 100644 --- a/etc/quiz-app/src/assets/translations/en/lesson-18.json +++ b/etc/quiz-app/src/assets/translations/en/lesson-18.json @@ -9,7 +9,7 @@ "title": "Transformers: Pre Quiz", "quiz": [ { - "questionText": "Attention mechanism provides a means of _____ the imoact of an inout vector on an output prediction of RNN", + "questionText": "Attention mechanism provides a means of _____ the impact of an inout vector on an output prediction of RNN", "answerOptions": [ { "answerText": "weighting", @@ -65,7 +65,7 @@ "questionText": "Positional embedding _____ the original token and its position within the sequence", "answerOptions": [ { - "answerText": "seperates", + "answerText": "separates", "isCorrect": false }, { diff --git a/etc/quiz-app/src/assets/translations/en/lesson-23.json b/etc/quiz-app/src/assets/translations/en/lesson-23.json index f9e04ca1..a6732e6a 100644 --- a/etc/quiz-app/src/assets/translations/en/lesson-23.json +++ b/etc/quiz-app/src/assets/translations/en/lesson-23.json @@ -107,7 +107,7 @@ "isCorrect": false }, { - "answerText": "both the above", + "answerText": "both of the above", "isCorrect": true } ] diff --git a/etc/quiz-app/src/assets/translations/en/lesson-5.json b/etc/quiz-app/src/assets/translations/en/lesson-5.json index 590582ab..27e38d3c 100644 --- a/etc/quiz-app/src/assets/translations/en/lesson-5.json +++ b/etc/quiz-app/src/assets/translations/en/lesson-5.json @@ -92,7 +92,7 @@ ] }, { - "questionText": "Tensorflow is to ____ while PyTorch is to ____", + "questionText": "TensorFlow is to ____ while PyTorch is to ____", "answerOptions": [ { "answerText": "Facebook, Google", diff --git a/etc/quiz-app/src/assets/translations/en/lesson-7.json b/etc/quiz-app/src/assets/translations/en/lesson-7.json index 5b8bf765..904343c2 100644 --- a/etc/quiz-app/src/assets/translations/en/lesson-7.json +++ b/etc/quiz-app/src/assets/translations/en/lesson-7.json @@ -37,7 +37,7 @@ "isCorrect": false }, { - "answerText": "Tensorflow", + "answerText": "TensorFlow", "isCorrect": true } ] diff --git a/etc/quiz-app/src/assets/translations/en/lesson-9.json b/etc/quiz-app/src/assets/translations/en/lesson-9.json index 8562a278..967e6643 100644 --- a/etc/quiz-app/src/assets/translations/en/lesson-9.json +++ b/etc/quiz-app/src/assets/translations/en/lesson-9.json @@ -92,7 +92,7 @@ ] }, { - "questionText": "Variational auto-encoders loss funnction does not consist of which of these?", + "questionText": "Variational auto-encoders loss function does not consist of which of these?", "answerOptions": [ { "answerText": "reconstruction loss", diff --git a/etc/quiz-src/questions-en.txt b/etc/quiz-src/questions-en.txt index 7b377843..82251629 100644 --- a/etc/quiz-src/questions-en.txt +++ b/etc/quiz-src/questions-en.txt @@ -123,7 +123,7 @@ Lesson 5E Frameworks: Post Quiz * Binary cross-entropy is also called log loss + True - False -* Tensorflow is to ____ while PyTorch is to ____ +* TensorFlow is to ____ while PyTorch is to ____ - Facebook, Google + Google, Facebook - Microsoft, Google @@ -162,7 +162,7 @@ Lesson 7B Convolutional Neural Networks: Pre Quiz * One of these is not a CNN Architecture - ResNet - MobileNet -+ Tensorflow ++ TensorFlow * CNN are mostly used for computer vision tasks. + true - false @@ -226,13 +226,13 @@ Lesson 9E Autoencoders: Post Quiz * Auto encoders can be used to effectively remove noise from images + true - false -* Variational auto-encoders loss funnction does not consist of which of these? +* Variational auto-encoders loss function does not consist of which of these? - reconstruction loss - KL loss + TF loss Lesson 10B Generative Adversarial Networks: Pre Quiz -* Gnerators take vectors and produces ____ +* Generators take vectors and produce ____ - videos + image - gif @@ -342,7 +342,7 @@ Lesson 16B RNN: Pre Quiz - regression neural network + recurrent neural network - re-iterative neural network -* Simple RNN cell has two weight _____ +* A simple RNN cell has two weight _____ + matrices - cell - neuron @@ -352,13 +352,13 @@ Lesson 16B RNN: Pre Quiz - KNN Lesson 16E RNN: Post Quiz -* _____ takes some information from the input and hidden vector, and inserts it into state +* _____ takes some information from the input and hidden vector, and inserts it into the state - forget gate - output gate + input gate * Bidirectional RNNs runs recurrent computation in _____ + both directions -- nort-west direction +- north-west direction - left-right direction * All RNN Cells have the same shareable weights + True @@ -372,12 +372,12 @@ Lesson 17B Generative networks: Pre Quiz + one-to-one - sequence-to-sequence - one-to-many -* RNN generate texts by generating next output character for each input character +* RNN generates texts by generating the next output character for each input character + true - false Lesson 17E Generative networks: Post Quiz -* Output encoder converts hidden state into _____ output +* An output encoder converts hidden state into _____ output + one-hot-encoded - sequence - number @@ -391,7 +391,7 @@ Lesson 17E Generative networks: Post Quiz - one-to-many Lesson 18B Transformers: Pre Quiz -* Attention mechanism provides a means of _____ the imoact of an inout vector on an output prediction of RNN +* Attention mechanism provides a means of _____ the impact of an inout vector on an output prediction of RNN + weighting - training - testing @@ -405,7 +405,7 @@ Lesson 18B Transformers: Pre Quiz Lesson 18E Transformers: Post Quiz * Positional embedding _____ the original token and its position within the sequence -- seperates +- separates - compares + embeds * Multi-Head Attention is used in transformers to give network the power to capture _____ of dependencies @@ -468,4 +468,4 @@ Lesson 23E Multi-Agent Modeling: Post Quiz * Multi-agent systems are used in: - video production and systems modeling - games and automations -+ both the above \ No newline at end of file ++ both of the above \ No newline at end of file