2019-10-15
math-estimation-optimization
Alternating minimization, is a simple and easy to implement method to compute minima of a function of 2 more variables. Although this looks like a heuristic, the convergence can be proved if …
2019-10-08
systems-engineering-tooling
I recently got the Intel Compute Stick 2 (NCS2). It can do neural network inference. The process is to start with a frozen tensorflow file (.pb), then convert it to IR format (which the NCS2 …
2019-08-05
ai-ml-inference
This terms quite often in computer vision related research papers. I am going to toyify it (a core simple explanation). All the code snippets are to be found along with the post. This is …
2019-07-08
ai-ml-inference
In this post, I am discussing on music notes, frequencies and the science behind it. Along the way I shall live demo you what I am talking about. For the demos, I am using an arduino nano to …
2019-06-07
math-estimation-optimization
I am collecting a list of probability/statistics/random processes puzzle problems. Click on the links for the description and solutions of the problem. It is well worth the effort to study, …
2019-05-25
ai-ml-inference
Resources: Official Base Page: https://developer.nvidia.com/tensorrtOfficial User Guide: https://docs.nvidia.com/deeplearning/sdk/tensorrt-api/python_api/index.htmlWebminar: Introduction to …
2019-04-16
photo-travel
In school geography I think almost everyone learns, that there are place far out in the north where sun does not set for a few months in summer and the sun does not rise for a few months in …
2019-02-10
math-estimation-optimization
This is the third post in my series on control systems. In part-1 we explored what the differential equations can do for you and how to make use of a differential equation, particular the …
2019-02-04
robotics-perception-systems
For a simple drone flying with the remote control, you need a remote control (:P). One way is to buy a remote control. FrSky, Radiolink is a popular drone remote for the hobbyist. There are …
2019-02-01
robotics-perception-systems
Today I am going to talk about GPS and how you can harness its power for mobile robots. We shall see how it works in some detail and especially from a robotics point-of-view. Next, we will …
2019-01-28
robotics-perception-systems
All we 90s kids have seen mobile phones taking over our lives. We have been taught in school that Electromagnetic waves carry our signals. In school, like most people, I too accepted that …
2019-01-20
robotics-perception-systems
In this blog post, we shall deal with controlling drone motors and some other hardware devices. A lot of hardware like the ESC, servo motors, piezoelectric speakers to name a few are …