Blog

Sharing what I learn while working on new ideas.

  • All Posts
  • Blog
  • Post
  • Projects
What is an Epoch in Machine Learning?
December 10, 2024

In machine learning, an epoch refers to one complete pass through the entire training dataset. During each epoch, the model is exposed to all training examples and updates its parameters (weights and biases) to minimize the error between its predictions and the actual values....

Perceptron in Machine Learning
December 10, 2024

The perceptron is a fundamental concept in machine learning, serving as one of the earliest models for binary classification. This document explores the perceptron algorithm, its architecture, and its significance in the broader context of machine learning. We will delve into how the perceptron...

Hierarchical Clustering in Machine Learning
December 10, 2024

Hierarchical Clustering: A Top-Down Approach to Grouping Data Hierarchical clustering is a popular unsupervised machine learning technique used to group similar data points together. 1 Unlike other clustering algorithms, it creates a hierarchy of clusters, representing a nested structure. This hierarchical structure can be...

What is SVM in Machine Learning?
December 10, 2024

What is SVM? Support Vector Machine (SVM) is a versatile supervised machine learning algorithm that excels in classification and regression tasks. It’s particularly effective when dealing with high-dimensional data and complex decision boundaries. How Does SVM Work? At its core, SVM aims to find...

DHIS2 in Nepal: A Catalyst for Health Information Systems
September 24, 2024

The District Health Information System 2 (DHIS2) has emerged as a pivotal tool for enhancing the efficiency and effectiveness of health data management in Nepal. As a flexible, open-source platform, DHIS2 empowers healthcare providers, policymakers, and researchers to make informed decisions based on reliable,...

Load More

End of Content.