Posts from Machine Learning

Human detection in webcam in JavaScript with ml5.js

By Faruque Ahamed Mollick

In this article, I am going to introduce you to a human detection project in JavaScript for the browser which is using ml5.js, a JavaScript library on top of TensorFlow.js. It can .... Read More

Model Evaluation Metrics in Regression Models with Python

By Infant Raju

In this tutorial, we are going to see some evaluation metrics used for evaluating Regression models. Whenever a Machine Learning model is being constructed it should be evaluated s.... Read More

Image Classification using Keras in TensorFlow Backend

By Snigdha Ranjith

Today, we’ll be learning Python image Classification using Keras in TensorFlow backend. Keras is one of the easiest deep learning frameworks. It is also extremely powerful an.... Read More

Association Rule Mining in Python

By Kunal Gupta

Hello everyone, In this tutorial, we’ll be learning about Association Rule MiningĀ in Python (ARM) and will do a hands-on practice on a dataset. We will use the apriori algor.... Read More

Analyzing US Economic Dashboard in Python

By Neelesh Biswas

This tutorial will guide us in learning how to analyze US economic dashboard in Python. Taking out the information from a given data & displaying it is one of the important par.... Read More

Image classification using Nanonets API in Python

By Snigdha Ranjith

In this tutorial, we will show you how to do image classification using Nanonets API in Python. If you have difficulties using Keras & TensorFlow or if you are a beginner and d.... Read More

Predicting next number in a sequence with Scikit-Learn in Python

By Snigdha Ranjith

In this post, we will see how to predict the next set of numbers in a sequence with Scikit-learn in Python. We are using linear regression to solve this problem. To put things simp.... Read More

Simple neural network in JavaScript using TensorFlow.js

By Faruque Ahamed Mollick

In this tutorial, I will let you know how to create your first simple artificial neural network using the JavaScript TensorFlow.js library. The main purpose of this article is to g.... Read More

Related Posts