Tensorflow is an open-source machine learning framework that is used for complex numerical computation. It was developed by the Google Brain team in Google. Tensorflow… Read More
Category Archives: Machine Learning
The essence of Natural Language Processing lies in making computers understand the natural language. That’s not an easy task though. Computers can understand the structured… Read More
Machine Learning is a sub-field of Artificial Intelligence that gives systems the ability to learn themselves without being explicitly programmed to do so. Machine Learning… Read More
When we talk about Artificial Intelligence, it’s easy to imagine some dystopian science fiction future where robots have taken over the world and enslaved us.… Read More
Multi-Task Learning (MTL) is a type of machine learning technique where a model is trained to perform multiple tasks simultaneously. In deep learning, MTL refers… Read More
Lemmatization is the process of grouping together the different inflected forms of a word so they can be analyzed as a single item. Lemmatization is… Read More
Stemming is the process of producing morphological variants of a root/base word. Stemming programs are commonly referred to as stemming algorithms or stemmers. A stemming… Read More
Multi-dimensional data analysis is an informative analysis of data which takes many relationships into account. Let’s shed light on some basic techniques used for analysing… Read More
Robotics Process Automation (RPA) is a useful and widely emerging technology in the business world nowadays. RPA is based on Machine Learning and Artificial Intelligence… Read More
In machine learning projects, we usually deal with datasets having different categorical columns where some columns have their elements in the ordinal variable category for… Read More
Recommender System is a system that seeks to predict or filter preferences according to the user’s choices. Recommender systems are utilized in a variety of… Read More
AI (Artificial Intelligence) is ahead of all of us, it’s ready to enter our day to day lives and is already being used in a… Read More
Tensorflow is an open-source machine learning library developed by Google. One of its applications is to develop deep neural networks. The module tensorflow.nn provides support for… Read More
Decision Tree is a decision-making tool that uses a flowchart-like tree structure or is a model of decisions and all of their possible results, including… Read More
Principal Component Analysis is basically a statistical procedure to convert a set of observations of possibly correlated variables into a set of values of linearly… Read More