Files
freeCodeCamp/curriculum/challenges/ukrainian/11-machine-learning-with-python/tensorflow/natural-language-processing-with-rnns-create-a-play-generator.md

45 lines
817 B
Markdown
Raw Permalink Normal View History

---
id: 5e8f2f13c4cdbe86b5c72da0
title: 'Обробка природної мови за допомогою рекурентних нейронних мереж: створення ігрового генератора'
challengeType: 11
videoId: j5xsxjq_Xk8
bilibiliIds:
aid: 720525759
bvid: BV1xQ4y1r7tw
cid: 409137674
dashedName: natural-language-processing-with-rnns-create-a-play-generator
---
# --question--
## --text--
Заповніть пробіли, щоб створити приклади навчальні приклади рекурентних нейронних мереж:
```py
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