I am interested in learning the HTM algorithms at a deeper level by writing my own implementation. The language I am currently work with most frequently is Javascript, so I was planning on doing my implementation in that language.
My question for those who have gone this route already is: if the primary goal of the exercise is a deeper understanding of the algorithms, is it best to start from scratch, implementing the pseudocode as described in the white paper, or is porting an existing implementation - such as htm.java more fruitful? - Jeff
