fred-cook / lad-sweeper

minesweeper clone
MIT License
1 stars 0 forks source link

Model embeddings #26

Open s-maddrellmander opened 1 year ago

s-maddrellmander commented 1 year ago

Transform categorical inputs to vector representation

Transform (N x N) to (N x N x H) This is equivalent to embedding a simple grey scale image

Will form the first layer of the network