Sep 9, 2019 | AI
The code that accompanies this article can be downloaded here. Couple of months back we investigated parts of TensorFlow’s ecosystem beyond standard library. To be more precise, we investigated TensorFlow.js and how you can build and train models in the browser...
May 21, 2017 | .NET
Code that accompanies this article can be downloaded here. Back in the day when I was a young developer, I was using output parameters. Then I figured out it is somewhat complicated to test functions with output parameters, and that their use is clunky at best. Also,...