This classic paper from 1950 was written by Alan Turing. This is where he first introduced the question "Can Machine Think?" and to answer that question he proposed "The Imitation Game". The paper not only presents the computational or mathematical aspect of learning machine but also discusses theology, philosophy to telepathy and how can we…Read more Computing Machinery and Intelligence by Alan Turing
Uncategorized
Modeling Human Disease with iPSC
Induced Pluripotent Stem Cell (iPSC) has opened up new approaches in disease modeling, personalized medicine, cell therapy, regenerative medicine and so o. Here is my presentation slide on Human Disease modeling with iPS cell. Helpful references: Ardhanareeswaran, K., Mariani, J., Coppola, G., Abyzov, A. & Vaccarino, F. M. Human induced pluripotent stem cells for modelling…Read more Modeling Human Disease with iPSC
PHP Image Manipulation
GD library (http://php.net/manual/en/book.image.php) is a good PHP library for manipulating images. I was familiar with it but never used in production before. I'm working on a personal project now which required some image manipulation for profile image (avatar). So, I used GD library and it's really easy to use. If you are using latest version…Read more PHP Image Manipulation