Author: Shubham Goyal

MachineX: The Power of Recommendation Engines

Reading Time: 4 minutes In this blog, we are going to talk about, what actually Recommendation Engines is and different types of same. You can see the full webinar, related to this blog here : Recommender Engines or Systems is one of the most mainstream utilization of data science today. They are utilized to predict the “rating” or “preference” that a user would provide for a thing. Pretty much Continue Reading

MachineX: Heart Diseases detection using Machine Learning

Reading Time: 4 minutes In this blog, we will be going to see how we can use machine learning and data science to detect or to predict potential Heart Diseases. Introduction Heart disease describes a range of conditions that affect your heart. Diseases under the heart disease umbrella include blood vessel diseases, such as coronary artery disease, heart rhythm problems (arrhythmias) and heart defects you’re born with (congenital heart Continue Reading

MachineX: Diabetic retinopathy detection using AI

Reading Time: 3 minutes In this blog we are going to discuss about diabetic retinopathy and how can we prevent it by using Artificial intelligence. Diabetic retinopathy is a diabetes complication that affects eyes. Damage to the blood vessels of the light-sensitive tissue of the retina causes this complication. Diabetic retinopathy (DR) is a leading cause of vision-loss globally. Approximately one-third of 285 million people with diabetes mellitus worldwide Continue Reading

Boosting medical diagnosis with Klickare

Reading Time: 4 minutes In this blog, we are going to see how KlicKare can boost up medical diagnosis by using deep learning. Medical diagnostics are a category of medical tests designed to detect infections, conditions, and diseases. These medical diagnostics fall under the category of in-vitro medical diagnostics (IVD) which be purchased by consumers or used in laboratory settings. Biological samples are isolated from the human body such Continue Reading

MachineX: Top 10 data Science use cases in Retail

Reading Time: 8 minutes In this blog, we will see some of the data science use cases in Retail industries and how it is transforming the customer experience. We are all aware of the troves of data, retail businesses generate on a daily basis. However, this repository of critical data is worthless if it cannot be translated into valuable insights into the consumer’s minds or market trends. While all Continue Reading

MachineX: Medical Image Analyses for Malaria Detection

Reading Time: 9 minutes In this blog we will see the implementation of a neural network which will help us to detect malaria in a blood sample. In our previous blog MachineX: Malaria detection using Artificial Intelligence , we had talked about why Ai is important to make it more accurate and how. Now before we begin, I’d like to point out that I am neither a doctor nor Continue Reading

MachineX: Malaria detection using Artificial Intelligence

Reading Time: 5 minutes In this blog we will talk about why Malaria detection is important to detect early presence of parasitized cells in a thin blood smear. Introduction Malaria is a deadly, infectious mosquito-borne disease caused by Plasmodium parasites. These parasites are transmitted by the bites of infected female Anopheles mosquitoes. While we won’t get into details about the disease, there are five main types of malaria. Let’s Continue Reading

MachineX: Alphabets of PyTorch (Part 1)

Reading Time: 6 minutes Overview In this blog, you’ll get an introduction to deep learning using the PyTorch framework, we will see some basics of PyTorch. Introduction to PyTorch PyTorch is a Python machine learning package based on Torch, which is an open-source machine learning package based on the programming language Lua. Two main features: Tensor computation (like NumPy) with strong GPU acceleration Automatic differentiation for building and training Continue Reading

MachineX: Welcome to TensorFlow 2.0

Reading Time: 3 minutes With the release of Tensorflow 2.0 we have taken another step towards machine dominating human dysphoria. Just kidding!!, this debate is for big people like Elon Musk, Mark Juckerberg or Jack Ma. We are just happy that Tensorflow 2.0 has been released and it will make our life a lot easier as 2.0 is being improved with consideration of freedbacks from its users. As part Continue Reading

MachineX: Image Data Augmentation Using Keras

Reading Time: 4 minutes In this blog , we will focus on Image Data Augmentation using keras and how we can implement same. Problem When we work with image classification projects, the input which a user will give can vary in many aspects like angles, zoom and stability while clicking the picture. So we should train our model to accept and make sense of almost all types of inputs. Continue Reading

MachineX: Generative Adversary Networks (GAN)

Reading Time: 6 minutes In this blog , we are going to talk about GAN(Generative Adversary Networks) Basics and how they actually works. GAN is about creating, like drawing a portrait or composing a symphony. This is hard compared to other deep learning fields. It is much easier to identify a Monet painting than painting one, by computers or by people. But it brings us closer in understanding intelligence. Continue Reading

MachineX: k-Nearest Neighbors(KNN) for Regression

Reading Time: 5 minutes Introduction K Nearest Neighbor Regression (KNN) works in much the same way as KNN for classification. The difference lies in the characteristics of the dependent variable. With classification KNN the dependent variable is categorical. With regression KNN the dependent variable is continuous. Both involve the use neighboring examples to predict the class or value of other examples. In this blog we will understand the basics Continue Reading

Machine X: Text Summarization in Python

Reading Time: 5 minutes In this blog, we will learn about the different type of text summarization methods and at the end, we will see a practical of the same. We all interact with applications that use text summarization. several of these applications are for the platform that publishes articles on daily news, amusement, sports. With our busy schedule, we have a tendency to choose to read the summary of this article before we decide to jump in for reading the whole article. Reading a summary help us to spot the Continue Reading