Tagged articles
4 articles
Page 1 of 1
AI Algorithm Path
AI Algorithm Path
Jun 19, 2025 · Artificial Intelligence

Training Neural Networks with Minimal Labeled Data Using Active Learning

This article explains how active learning can dramatically reduce the amount of labeled data required for training deep neural networks by selecting the most informative and representative samples, and provides a complete Python implementation of a hybrid query strategy (DBAL) with ResNet‑18.

DBALDeep LearningPython
0 likes · 14 min read
Training Neural Networks with Minimal Labeled Data Using Active Learning
MaGe Linux Operations
MaGe Linux Operations
Nov 26, 2022 · Artificial Intelligence

The Timeless Foundations of Machine Learning: 6 Core Algorithms Explained

Andrew Ng’s latest AI newsletter article revisits six foundational machine‑learning algorithms—linear regression, logistic regression, gradient descent, neural networks, decision trees, and k‑means clustering—tracing their historical origins, core concepts, and lasting impact on modern AI applications.

Decision TreesNeural Networksgradient descent
0 likes · 20 min read
The Timeless Foundations of Machine Learning: 6 Core Algorithms Explained
Model Perspective
Model Perspective
Sep 22, 2022 · Operations

Optimizing Facility Placement: A Mathematical Model for Customer Allocation

Companies must strategically decide where to locate facilities such as factories, warehouses, or hospitals, and this article presents a mathematical model for the facility location problem that minimizes total distance to customer clusters, incorporating constraints on facility numbers and ensuring each cluster is served by its nearest open facility.

customer allocationfacility locationk-means clustering
0 likes · 4 min read
Optimizing Facility Placement: A Mathematical Model for Customer Allocation