OSPF (Open Short Path First) Routing Protocol implemented using Dijkstra Algorithm

What is Routing Protocol? Let us try to understand this concept Suppose you want to go to your shop from home. You book a cab or take an auto to your shop. In the path of your journey, your auto driver encounters several signboards which help him/her to take the proper turn or best path,Continue reading “OSPF (Open Short Path First) Routing Protocol implemented using Dijkstra Algorithm”

Use Case of MongoDB DataBase

What is a Graph Database? A graph database is a database that stores data in nodes and edges—nodes for information about an entity and edges for information about the relationship or actions between nodes. This data model allows graph databases to prioritize relationships between the data, which makes searching for connections and patterns in theContinue reading “Use Case of MongoDB DataBase”

Web-APP For Kubernetes

Hello Learners, In this Article we are going to implement Kubernetes on the top Web_Application. so Let’s start What is Containerization ? Containerization is the Upgraded version Of Virtualization which provides virtual OS in the form of Containers. These containers are the light weight OS which can be installed, Configured and Boot within a second. TheContinue reading “Web-APP For Kubernetes”

Live Streaming Video Chat App without voice using CV2 module of Python

This is a video streaming app so here I am going to upload a video which gives you better idea how this code works. Get the Code from my Git-Hub Account : https://github.com/mtg-tech/Task_3 Thanks For Reading….!!!

K-Mean Cluster and it’s Real Use Cases

What is clustering Clustering is one of the most common exploratory data analysis techniques used to get an intuition about the structure of the data. It can be defined as the task of identifying subgroups in the data such that data points in the same subgroup (cluster) are very similar while data points in differentContinue reading “K-Mean Cluster and it’s Real Use Cases”

JavaScript WorkShop : Basic to Advance

#JS_Workshop_Day1 Browser help to interpret the code and like-wise render the content of the code. Event is the activity a client is doing on browser. Here are three ways to include javascript in html code Embedding code,Inline code,External file. To print in js :document.write(” “); JavaScript framework,it is collection of JS libraries that provide developersContinue reading “JavaScript WorkShop : Basic to Advance”

ML Module in Cyber Crime Investigation with Confusion Matrix

To Know this we have to understood what is Confusion Matrics. WHAT IS CONFUSION MATRIX? A confusion matrix is a table that is often used to specify the performance of a classification model (or “classifier”) on a set of test data for which the Actual values are known to us. When we want to measure the effectivenessContinue reading “ML Module in Cyber Crime Investigation with Confusion Matrix”

Machine Learning on the Top of Docker

Hello Learner’s , Today we are going to launch our Machine Learning Model on the top of Docker Conatiners . So Let’s Start………..!!! Now first we have to take some knowledge about Docker and Machine Learning, What is Docker ? Docker is a set of platform as a service (PaaS) products that use OS-level virtualization to deliverContinue reading “Machine Learning on the Top of Docker”

GUI Application On Docker Container

In this article I’m going to practically explain you about how to run GUI application on top of docker container. Let’s start .. There are certain steps to configure it, this are : Steps : Step 1 : Checking availability of docker Step 2: Install Centos Image Step 3 :Launch container Step 4 : InstallContinue reading “GUI Application On Docker Container”

Design a site like this with WordPress.com
Get started