top of page
Search


The Logical Guide to Diuretics
Diuretics have always been a tough nut for medical students to crack. Probably, because keeping track of all the different ions that are...
Aug 19, 20177 min read


Will AI Replace Radiologists?
Ever since Geoffrey Hinton, who is considered the father of deep learning, said in a conference of radiologists that the field will soon...
Jul 12, 20175 min read


Linear Algebra Routine II: Matrix Transpose in Python
Note that, during the operation number of rows and columns are swapped; T(x) – Takes a single argument as a matrix in the form of a list...
May 31, 20141 min read


Inverse of Incomplete Beta Function: Computational Statistician’s Fantasy
This function has remarkable practical implications. We will see the importance of it in my future posts when I develop a powerful,...
May 30, 20142 min read


Writing Linear Algebra Routine I: Power of a Python List
An m×n matrix consists of m rows and n columns. Python lists can behave very much like matrices if one could properly index them. For...
May 28, 20148 min read


The Beautiful Beta Functions: In Raw Python!
Plots of Complete Beta Functions For almost a week I have been trying very very hard to bend the computer to code for the incomplete Beta...
Apr 15, 20143 min read


Python Code and Normal Distribution: Writing CDF from Scratch
Normal Distribution CDF Normal Distribution is one of ‘the’ most applicable distribution in statistics. For some time I have been trying...
Apr 2, 20143 min read


Welcome To The Science of Synthetic Sociology
Systems biology is studying biology as a holistic system which is in strict contrast to the traditional/orthodox way of studying biology,...
Feb 24, 20143 min read
bottom of page