Beginner's Guide to R
What is R? “R is a language and environment for statistical computing and graphics. R is an integrated suite of software facilities for data manipulation, calculation and graphical display” from th...
What is R? “R is a language and environment for statistical computing and graphics. R is an integrated suite of software facilities for data manipulation, calculation and graphical display” from th...
In this post, I will go over how to use Tensorflow Object Detection API within OpenCV. To be honest, I haven’t used OpenCV for quite some time. And after recently looking into it, I have realized h...
Caffe is one of the famous Deep Learning frameworks. Its main core implementation is in C++ which got my attention when I started my Phd. Other than C++ it also has wrappers/interface for Matlab, P...
After my last post on Learning the randomness, I realized I might need to post something simpler on tensorflow. So in this post I will go over a simple regression problem to show that we can teach ...
Have you ever wondered how randomness work in computers ? Try the button to generate a random number : Try me! Every time you click the button, you will randomly get a number. Isn’t it amazing ...
Hi Everyone, In this post, I wanted share my experience of coding random walking in matlab. This was a little lecture problem for one of the courses I was tutoring. Problem is to simulate random w...
It has always started with a “Hello world!”. Babies are born and they are told “Hello world!”. Everyone who starts learning coding tries to print “Hello world!” before even understanding any progr...