I’m working on Go implementation of Hopfield networks.
Why Hopfield network? Because I’m trying to dive into more to me less known concepts like Hopfield and Boltzman machines.
Why Go? Hopfield network seems pretty simple to implement, so using something like TensorFlow would just slow me down (given I’m not as familiar with it as I’d like to be) .
Am I weird that I find people charging me for pre-trained Neural Network weights a bit strange when you can find a lot of these and maybe even better models on the internet for free? https://pixlab.io/downloads
I dunno, it seems like a reasonable thing to charge for. I’m glad the framework code is open source.