Summary: I learn best with toy code that I can play with. This tutorial teaches backpropagation via a very simple toy example, a short python implementation. (more…)
Read more »
A command pattern that I’ve used in multiple projects is an event-loop sidecar. The sidecar runs on it’s own thread and
does asynchronous IO; thereby increasing the responsiveness of the system which could be doing IO/CPU bound work. The
application (runn... (more…)
Read more »
Get started with Kaggle competitions. Learn how to prepare your data, train a model and make a submission. (more…)
Read more »
Generally a 406 error is caused because a request has been blocked by Mod Security. If you believe that your request has been blocked by mistake please contact the web site owner. (more…)
Read more »
A piece on my new web development stack following my ongoing work on three Nuxt applications... (more…)
Read more »