How DuckDuckGo has finally conquered my browsers |
[Nov. 2nd, 2017|12:03 pm] |
Well, this job was done 100% by Google himself. Google, as usual, decided to deny me his services because I send him "suspicious" requests. I "suspiciously" changed my IP, because I am now visiting russia -- Big surprise, Google! -- people do travel! what a "suspicious" activity! |
|
|
TensorFlow -- Object Oriented Imbeciles |
[Nov. 2nd, 2017|07:25 pm] |
Once again, OOP shines with all its faces in the light of unsurpassed glory.
On the bright side (as bright as you can get a pile of crap), OUT OF NECESSITY: TensorFlow is a perfect attempt of making a functional language from Python. You declare a computation in some abstract terms and then run and re-run it with different inputs and parameters.
This computation is intended to be a model of something, you are supposed to feed this model into an iterator of some sort and tweak the model's parameters until it minimizes the loss function... which is a part of the model... well, ok.
And the training data is also declared as a part of the model...
AND THE ITERATOR IS ALSO INCAPSULATED INSIDE THE MODEL
if you want to try another method of optimization, redefine your model. "FUCKING SHAME" -- is the characteristic property of OOP. |
|
|