244 - What are embedding layers in keras?

Опубликовано: 17 Ноябрь 2021
на канале: DigitalSreeni
22,040
775

Code generated in the video can be downloaded from here:
https://github.com/bnsreenu/python_fo...

Embedding layer...
Maps each value in the input array to a vector of a defined size.​
The weights in this layer are learned during the training process.​
Initialization is performed (just like other keras layers).​

One-hot encoding is inefficient as most indices are zero. (e.g., Text with 1000 words means most of the elements are 0) ​
Integer encoding does not reflect the relationship between words. ​
Embedding allows for the representation of similar words with similar encoding.​
Values are learned (trainable).​


Смотрите видео 244 - What are embedding layers in keras? онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь DigitalSreeni 17 Ноябрь 2021, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 22,040 раз и оно понравилось 775 людям.