Summary of the book “The Five Elements of Effective Thinking”

In this blog post, I am going to summarize the key ideas from the book titled “The Five Elements of Effective Thinking” written by Edward Burger and Michael Starbird along with my thoughts on the topic. The preface starts with arguing that thinking is the skill which forms all other skills like decision making, creativity, …

Summary of the book “The Five Elements of Effective Thinking” Read More »

Machine Learning Interview Questions (Part- 2)

This article is one among the series of discussions on interview questions frequently asked in machine learning job roles Explain the concept confusion matrix in machine learning? Confusion matrix is a table displaying a summary of prediction results of a classification problem. Measuring accuracy of a model alone can be misleading in cases where the …

Machine Learning Interview Questions (Part- 2) Read More »

Machine Learning Interview Questions (Part- 1)

This is one among a series of frequently asked interview questions in machine learning published in this website Explain the terms Artificial Intelligence, Machine Learning, Deep Learning, and Reinforcement Learning? Artificial Intelligence (AI) is the domain of intelligent machines which can think rationally and act rationally. It uses algorithms to enable problem solving with robust …

Machine Learning Interview Questions (Part- 1) Read More »

Writing Python Wrapper for Bioinformatics Tools

The use of computational tools for data preprocessing and analysis is daily activity for any bioinformatician. Having a interdisciplinary field, a plethora of tools exist in the domain, written by developers from various fields and languages. Many times there can be multiple candidate tools exists to accomplish any given task. Often it is the decision …

Writing Python Wrapper for Bioinformatics Tools Read More »

Molecular Docking in Google Colab

This tutorial shows how to do molecular docking in colab. Molecular docking is an essential process in scientific drug discovery to predict the binding mode and affinity of a small molecule (ligand) to a target protein. This method can help to identify potential drug candidates by virtually screening large chemical libraries and selecting compounds that …

Molecular Docking in Google Colab Read More »

Primary or Metastasis Classifier Using Deep Learning

This post is a case study on primary or metastasis classifier using deep learning models. Overview Genetics is behind every physiological aspect of a living being such as height, eye color, hair color, etc. Mutations are unwanted changes happening to genetic code for various reasons. The main reasons account for such changes are hereditary, exposure …

Primary or Metastasis Classifier Using Deep Learning Read More »

Breast Cancer Survival Prediction with Clinical and Gene Expression Data

This tutorial walks you through building a breast cancer survivability prediction classifier which use clinical and gene expression data by employing machine learning techniques. Overview Cancer is a disease in which cells in the human body grow uncontrollably. This phenomenon often spreads to other parts of the body. Human bodies contain trillions of cells. Human …

Breast Cancer Survival Prediction with Clinical and Gene Expression Data Read More »