244 - What are embedding layers in keras?

DigitalSreeni
DigitalSreeni
21.2 هزار بار بازدید - 3 سال پیش - Code generated in the video
Code generated in the video can be downloaded from here: github.com/bnsreenu/python_for_microscopists 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).​
3 سال پیش در تاریخ 1400/08/26 منتشر شده است.
21,205 بـار بازدید شده
... بیشتر