March 2011 - Ravi Desai

Issues with implementing the neural net

Algorithms Refactored code So far I’ve been (Naively) making a new symbol for every node in the neural net. Then, whenever I have to change the number of input or hidden nodes, I have to do it by hand. This is time-consuming, and I don’t like it. So I spent about 2 hours trying to […]