import { EmbeddingLayer } from "https://deno.land/x/netsaur@0.4.2/packages/core/mod.ts";
Creates an Embedding layer. Embedding layers convert numerical data into dense vectors. They are usually used for text processing.
Parameters
config: EmbeddingLayerConfig