Most awaited calendar feature from Microsoft 365 is here!
Microsoft booking is a great tool for appointment booking for service provider but it works well with department level. For individual there was not so much to manage their personal calendar. Something which you...
Alternate to Google and OneDrive is here!
Have you been paying a lot of money on storing your organization data on the cloud using Google, Box, Onedrive ? Here is the best alternative to these cloud storage. Meet the NextCloud! The...
3 Effects in Life due to COVID-19
There has been high number of loss of lives because of novel Corona Virus (COVID-19). But this also brought dramatic change in our life.
Cleanliness and Personal Hygiene
Wash your hands, keep yourself and...
Side Effect Prediction of Drugs
Introduction
We have developed an Artificial Intelligence model which is one of the best applications of AI (Artificial Intelligence) for pharmaceutical companies. This model take drug names as inputs and according to chemical and biological...
Neural Connect 4
In your childhood days, you might have played the popular game called 'Connect 4'. This game was very interesting while we are playing with our friends because of its interesting rules. If you haven't...
Object Counting and RNN
Object Detection and Tracking
In this tutorial you will learn how to build a “people counter” with OpenCV and Python. Using OpenCV, we’ll count the number of people who are heading “Down” or “Up”...
Face Recognition using OpenCV
OpenCV is the most popular library for computer vision. Originally written in C/C++, it now provides bindings for Python.
OpenCV uses machine learning algorithms to search for faces within a picture. Because faces are so...
Image Recognition using TensorFlow
Today, I am going to discuss about image recognition in python using some of the python basic libraries. We will do image recognition on Fashion MNIST dataset which is quite popular. Let's proceed.
Now, first...
Neural Networks and Back Propagation
Any complex system can be abstracted in a simple way. Complexity arises by the accumulation of several simple layers. The goal of this post, is to explain how neural networks work with the most...