Understanding Loss Functions in Linear Regression
In machine learning, loss is the numerical heartbeat that tells us how well our model is performing. The fundamental goal of training any machine learning mo...
Linear Regression: A Complete Guide with Examples
What Is Linear Regression (in ML terms)?
Likelihood vs. Probability, What’s the Difference (and Why It Matters in Machine Learning)?
“Given a model, what’s the chance of this data?” vs. “Given this data, what’s the best model?”
What is NetworkPolicy in kubernetes?
In Kubernetes clusters, a firewall is used for controlling traffic at the IP level or port level. NetworkPolicy acts as a firewall in the cluster. It will a...
What is Ingress
What is Ingress The key features of ingress are that it acts as a single point of entry and routes incoming traffic from the internet into cluster internal ...
Dynamically Provisioning Persistent Volumes
StorageClass Storage Classes simplify the creation and management of Persistent Volumes by automatically provisioning storage resources whenever they are re...
How to mount a volume to a pod in Kubernetes
Kubernetes containers and pods are ephemeral and can be restarted, rescheduled, or deleted. Persistent storage ensures that data remains intact across these ...
How Byte code is interpreted by JVM?
high-level language like Java requires the compiler to translate source code to highly optimized byte code, then byte code is interpreted by the JVM interpre...
A Tour of the Loom
The main goal of this project is to achieve high throughput with lightweight concurrency with minimal effort in writing code.
প্রজেক্ট রিয়েক্টর দ্বিতীয় পর্ব
জাভা স্ট্রিমস এবং রিএক্টিভ স্ট্রিমস এর মধ্যে অনেকটা মিল রয়েছে আবার কিছু পার্থক্য রয়েছে আসুন আমরা এখন জাভা স্ট্রিমস এবং রিএকটিভ স্ট্রিমস এর মধ্যে পার্থক্য দ...
Reactive Programming with Project Reactor
প্রজেক্ট রিয়েক্টর প্রথম পর্ব। Reactive Systems এর মূল লক্ষ্য কী?
জাভা ফাংশনাল প্রোগ্রামিং পর্ব ৩ (ল্যামডা এক্সপ্রেশন, স্ট্রিম এ পি আই)
একটা কালেকশন থেকে ইটারেশনের মাধ্যমে কিছু ভ্যালু পাওয়া সহজ। ধরুন একটা স্ট্রিং লিস্ট থেকে ছোট হাতের লিখা গুলোকে বড় হাতের লিখায় রূপান্তর করতে বলা হল, তাহলেতো আগ...
জাভা ফাংশনাল প্রোগ্রামিং পর্ব ২ (কালেকশন এ পি আই)
আমরা বিভিন্ন ধরনের নাম্বার, স্ট্রিং অথবা অবজেক্টের কালেকশন ব্যবহার করি। সাধারনত আমরা ইম্পারেটিভ পদ্ধতিতে প্রোগ্রাম লিখে থাকি যেখানে অনেক বেশি কোড লিখতে হয় কা...
জাভা ফাংশনাল প্রোগ্রামিং পর্ব ১
আমরা যদি ফাংশনাল পদ্ধতিতে প্রোগ্রাম লিখতে চাই তবে আমাদের কোড স্টাইলে কিছু পরিবর্তন আনতে হবে। সাধারনত C++. Java, C#, Python ভাষা গুলোর জন্ম মাল্টি থ্রেড প্রসে...
খুব সহজেই বানিয়ে ফেলুন TCP সার্ভার
জাভা একটি প্রিমিয়ার ল্যাঙ্গুয়েজ নেটওয়ার্ক প্রোগ্রামিং এর জন্য। সকেট প্রোগ্রামিং এর মধ্যে অন্যতম। বিশেষ করে যারা ক্লায়েন্ট সার্ভার বেসড এপ্লিকেশন কাজ করেন।