Machine Learning Away and Safe from Unmasked Do you want to protect yourself from anybody approaching you without a face mask? This trivial application will generate an alert in real-time when an unmasked person approaches your desktop.
Machine Learning Link Prediction using Similarity Measures Link predictions in social networks using similarity measures gives better results. In this tutorial, you will learn the application of several popular similarity measures applied to a network you developed in the first two parts of this series.
Machine Learning A Deep Dive into KNN Learn an efficient implementation of KNN (K-Nearest Neighbours) algorithm in Python through a real-life case study of classifying a cancer as benign or malignant.
Random Forest - An Efficient Python Implementation The Random Forest algorithm is considered one of the best algorithms for classification. Do you wish to learn an in-depth efficient implementation of this algorithm in Python? Understand bagging, entropy, information gain and all that you want to know in Random Forest implementation.
Machine Learning AutoML using H2O Do you want to show your skills in machine learning model development? And do not understand the implementation of a plethora of ML algorithms available in the industry? The H2O framework provides a simple way to select the best performing algorithm on your dataset and even design a DNN.
Machine Learning Link Prediction Using Node2Vec Ever wondered how Facebook suggests ‘people you may know’ and how Amazon recommends ‘people who bought this also bought?’ We use a trained machine learning model on a humongous dataset for such tasks. Read this article to understand the basics of link predictions in social network analysis.
Machine Learning BERT Based Q&A System Want a quick answer to your question on a text passage that you do not have enough time to read? A BERT based QnA model published by Hugging Face will do the trick. This tutorial provides a trivial interface for entering a passage, and the trained model provides answers to any of your questions.
Machine Learning Music Genre Classification Would you like to know the kind of a music that you just downloaded before listening to it? This trivial tutorial will show you how to classify any music into one of the standard categories, also known as genres.
Machine Learning An In-depth Guide to Social Network Analysis Ever wondered how Facebook suggests “People you may know” so accurately? Want to implement a similar feature for your company’s network? Want a suggestion on CTC for a recruit at your company’s Cupertino location? Learn fully the social network Analysis and Predictions in this three-part series.
Machine Learning Using GPT-2 to Write Like Shakespeare If computers can generate paintings, can they be used to generate novels? This tutorial shows how to use OpenAI’s pre-trained GPT-2 model to generate novel like Shakespeare.
Machine Learning Gesture Controlling a Game Using OpenCV In current technology era, many gadgets are voice and gesture controlled. Computer games are not an exception to this. In this tutorial, you will learn to develop an application for gesture controlling a computer game.
Machine Learning Career In Machine Learning With plethora of online educational institutions offering career courses in Machine Learning, one gets easily confused. Dr. Sarang has more than 35 years of academic and industry experience, briefing you on the different fields of ML, and helping you choose the right learning path.
Machine Learning Live Tweets Disaster Analysis with BERT Learn to analyze live tweets for disasters using BERT transfer learning.
Machine Learning Fake News Classifier In today’s fast-paced world, a plethora of information is available at a click. With this, fake news is a rising concern in our society right now. Since most of the population uses social media to update themselves with news, delivering accurate and altruistic information is of utmost importance.
Machine Learning Admit Predictor Students are often worried and unaware about their chances of admission to graduate school. This blog aims to help students in shortlisting universities with their profiles using ML model. The predicted output gives them a fair idea about their admission chances in a particular university.
Machine Learning Catch a Thief in Action with OpenCV Many times, you don't recover what's stolen, but now there may be way to prevent the theft in the first place. Instead of running after thief, shouting for help, get alerted of theft and prevent it.
Machine Learning WhatsApp Notification When Your Kid Returns Home Parents often come across stressful situations when they are worried about their child getting home safely. Spending your day worrying incessantly about your child's safety is tedious. In this tutorial, we will develop an ML model that pings the parent's WhatsApp every time their child reaches home.
Machine Learning Detecting Slang Using BERT The Internet has become a requisite of everyone's life. Although the use of the Internet sounds nonchalant, it has some dark sides too. Social Media platforms are increasingly deluged by slang comments, making people give up on discussion altogether. We need to develop a way to detect this slang.
Machine Learning Multi-class Classification for Cancer Diagnosis We will be developing a multi-class classification that will help the molecular pathologist to search the entire literature for his selected keywords (gene, variations, etc.) and provide him a smaller subset of the documents to study.
Machine Learning Deploying Machine Learning Applications on Web Would you like to share your ML application with the whole world? This tutorial shows you how to deploy your pre-trained ML models on the web.
Machine Learning News Aggregator Have you ever imagined how tough would be the job of a media person assisting a Prime Minister or President of a country? Everyday, the President would ask him to aggregate all published news on a certain topic.
Machine Learning Emotions Detector These days you would find many goodies on the Internet, on such goody is to detect the expression or the emotion of a person in a photograph. The following screenshot show the emotions of a famous Indian actor analyzed by one such site - Emotion Recognition.
Machine Learning H2O - a Quick Start Level: Intermediate H2O is an open source Machine Learning framework with full-tested implementations of several widely-accepted ML algorithms. With its AutoML functionality it will identify the best performing algorithm on
Machine Learning Identity Masking with OpenCV In the current era of social networking, it is quite common to share photo and video clips with friends, relatives and even public. There are situations where you would like to hide the identity of the people in photos and videos while sharing those with a certain group of people.
Machine Learning Google Colab Colab is a free Jupyter notebook environment that runs entirely in the cloud. Most importantly, it does not require a setup and the notebooks that you create can be easily shared with your team members. It is ideally suited for developing Machine Learning applications in Python.