Files
freeCodeCamp/curriculum/challenges/japanese/11-machine-learning-with-python/tensorflow/natural-language-processing-with-rnns-create-a-play-generator.md
2022-01-20 20:30:18 +01:00

621 B

id, title, challengeType, videoId, bilibiliIds, dashedName
id title challengeType videoId bilibiliIds dashedName
5e8f2f13c4cdbe86b5c72da0 RNN を使用した自然言語処理: Play Generator の作成 11 j5xsxjq_Xk8
aid bvid cid
720525759 BV1xQ4y1r7tw 409137674
natural-language-processing-with-rnns-create-a-play-generator

--question--

--text--

次の空欄を埋めて RNN のトレーニング例を作成してください。

char_dataset = tf.data.__A__.__B__(text_as_int)

--answers--

A: Dataset

B: from_tensor_slices


A: data

B: from_tensors


A: DataSet

B: from_generator

--video-solution--

1