Before I begin this post, I think it would be important for me to qualify with a statement about electric cars. I am in no way antithetical to electric cars. The…
(Won’t Work – Out Of Date) Solving ‘Permission denied’ when writing to Docker volume
Docker is one of those development projects that lived up to the hype. It allows you to package and ship your application, without having to worry as much about the…
Tile Code – Generalization
Coarse Coding, such as Tile Coding, is a nice way of storing a model of the environment linear in nature or have ordinal characteristics (for instance, alphabets are ordinal since…
SDM And Database Brainstorm
With my Sparse Distributed Memory (SDM) basic implementation finally done, in which the Up/Down Counters won’t overflow, I’m ready to embark something bigger. At the moment, my implementation stores everything…
Sparse Distributed Memory – Addressing the Up/Down Counter Overflow
Sparse Distributed Memory (SDM) is a fascinating way of managing the exponential growth in memory. As opposed to the traditional random-access memory (RAM) where there is a one to one…