Jeff If the objective is to understand the logic, I would suggest writing from scratch even thought it seems unnecessary. When porting you are more worried about replicating code in another language and the concepts are really not up for questioning.
Eager to hear what others think? Chandan On Thu, Apr 16, 2015 at 10:27 AM, Jeff Fohl <[email protected]> wrote: > 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 > -- Regards Chandan Maruthi
