When last I left this project I had a runner going in circles, which is not what I want. It seemed that no matter how random the synapses or weights, the final result of the thinker’s thinking was always a number pretty damn close to a number it already produced. I dusted off a little …
Tag: wxPython
Uncle Josh Cracks His Knuckles on ML, Pt. 2
There is an often-misapplied quote from Donald Knuth about premature optimization being the root of all evil. The quote originally meant that developers were often looking at optimization in the wrong places in their code at the wrong point in the development process. I really thought that my ray-segment code was clunky and needed to …
Uncle Josh Cracks His Knuckles on ML, Pt. 1
I’ve had an on-off relationship with Machine Learning and Neural Nets. They fascinate me but they also look incredibly complicated and I’m busy and scatterbrained and can’t remember most of the calculus and linear algebra I learned so I went ahead and got started on a ML project that is a direct ripoff of Jabril’s …