Open in app

Sign In

Write

Sign In

Jayesh Jain
Jayesh Jain

5 Followers

Home

About

Jul 19, 2021

K Means Clustering and various Use-cases

What is Clustering? Clustering is the task of dividing the population or data points into a number of groups such that data points in the same groups are more similar to other data points in the same group than those in other groups. …

4 min read

K Means Clustering and various Use-cases
K Means Clustering and various Use-cases

4 min read


Jun 25, 2021

JavaScript and various Use-cases

What is JavaScript? — JavaScript is a dynamic computer programming language. It is lightweight and most commonly used as a part of web pages, whose implementations allow client-side scripts to interact with the user and make dynamic pages. It is an interpreted programming language with object-oriented capabilities. JavaScript was first known as LiveScript, but…

7 min read

JavaScript and various Use-cases
JavaScript and various Use-cases

7 min read


Jun 3, 2021

Confusion Matrix: The two types…

Understanding Confusion Matrix — A confusion matrix is a table that is often used to describe the performance of a classification model (or “classifier”) on a set of test data for which the true values are known. Classification Models have multiple categorical outputs. Most error measures will calculate the total error in our model…

4 min read

Confusion Matrix: The two types…
Confusion Matrix: The two types…

4 min read


May 27, 2021

IMPLEMENTING MACHINE LEARNING ON DOCKER CONTAINER USING PYTHON

🎆Task-1: Task Description 📄 🍁 Pull the Docker container image of CentOS image from DockerHub and create a new container 🍁 Install the Python software on the top of the docker container 🍁 In Container copy the python file from the host to the docker container. 🍁 Install required libraries required to load ML…

5 min read

IMPLEMENTING MACHINE LEARNING ON DOCKER CONTAINER USING PYTHON
IMPLEMENTING MACHINE LEARNING ON DOCKER CONTAINER USING PYTHON

5 min read


Mar 4, 2021

Azure Kubernetes Service

A Kubernetes service is a logical abstraction for a deployed group of pods in a cluster (which all perform the same function). Since pods are ephemeral, a service enables a group of pods, which provide specific functions (web services, image processing, etc.) to be assigned a name and unique IP…

3 min read

Azure Kubernetes Service
Azure Kubernetes Service

3 min read


Mar 4, 2021

The World of Neural Network

A neural network is a network or circuit of neurons, or in a modern sense, an artificial neural network, composed of artificial neurons or nodes. Thus a neural network is either a biological neural network, made up of real biological neurons or an artificial neural network, for solving artificial intelligence…

4 min read

The World of Neural Network
The World of Neural Network

4 min read


Mar 1, 2021

AWS SQS: Amazon Simple Queue Service

What is AWS SQS? — Amazon Simple Queue Service (SQS) is a fully managed message queuing service that enables you to decouple and scale microservices, distributed systems, and serverless applications. SQS eliminates the complexity and overhead associated with managing and operating message-oriented middleware and empowers developers to focus on differentiating work. Using SQS, you can…

4 min read

AWS SQS: Amazon Simple Queue Service
AWS SQS: Amazon Simple Queue Service

4 min read


Dec 26, 2020

Kubernetes

The name Kubernetes originates from Greek, meaning helmsman or pilot. Google open-sourced the Kubernetes project in 2014. Kubernetes combines over15 years of Google’s experience running production workloads at scale with best-of-breed ideas and practices from the community. Kubernetes is a cluster and container management tool. It lets you deploy containers…

5 min read

Kubernetes
Kubernetes

5 min read

Jayesh Jain

Jayesh Jain

5 Followers

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams