I have been in loved with ROOT - CERN's Data Analysis framework and it's interactive C++ shell. But how fast is the code JITed by ROOT? I have find myself compiling ROOT scripts (aka. ACLiC, basically clang) more then I run them in the interpreter. So, let's find that out today. Further more, how fast... Continue Reading →
Sparse Neural Network pt2 – Boosting. An additional layer of regularization.
It has been while since I touched upon the topic of Sparse Neural Networks. Let's finally get to the second part. Please make sure that you have read my last post about KWinner and sparse NNs. Otherwise you'll be confused. Boosting Boosting is the method which HTM uses to avoid common features in the input... Continue Reading →
Data science/analysis with C++ using CERN ROOT and xtensor.
My recent work have been dealing with tremendous amount of data and computing that Python simply turns out to be too slow and not scaling well. C++ to the rescue again. Setting up environment Setting on ROOT is quite easy on my Arch Linux box. sudo pacman -S root And we need something that replaces... Continue Reading →
Recent Comments