Tagged articles
4 articles
Page 1 of 1
IT Services Circle
IT Services Circle
Dec 31, 2024 · Artificial Intelligence

Understanding Linear Regression, Loss Functions, and Gradient Descent: A Conversational Guide

This article uses a dialogue format to introduce the fundamentals of linear regression, explain how loss functions such as mean squared error quantify prediction errors, and describe gradient descent as an iterative optimization technique for finding the best model parameters, illustrated with simple numeric examples and visual aids.

AI basicsgradient descentlinear regression
0 likes · 13 min read
Understanding Linear Regression, Loss Functions, and Gradient Descent: A Conversational Guide
Liangxu Linux
Liangxu Linux
Mar 23, 2024 · Artificial Intelligence

Understanding AI Neurons: A Storytelling Guide to Basics of Neural Networks

This article uses a narrative of an AI neuron to explain fundamental concepts of neural networks, including neuron structure, weighted sums, activation functions, loss functions, gradient descent, and learning rate, making complex AI topics accessible to beginners.

AI basicsNeural Networkactivation function
0 likes · 9 min read
Understanding AI Neurons: A Storytelling Guide to Basics of Neural Networks
21CTO
21CTO
Nov 3, 2020 · Artificial Intelligence

How Does Image Recognition Work? A Simple Guide to Core Principles

This article explains the fundamental principles of image recognition, covering how images are converted to numeric arrays, processed by scanning matrix blocks, and matched against patterns to identify objects such as text, faces, cats, dogs, or mice.

AI basicsComputer VisionConvolution
0 likes · 4 min read
How Does Image Recognition Work? A Simple Guide to Core Principles
Architects' Tech Alliance
Architects' Tech Alliance
Nov 14, 2017 · Artificial Intelligence

Explaining Machine Learning to a Child: A Food‑Classification Example

The article uses a simple food‑taste classification scenario to illustrate core machine‑learning concepts such as labeled training data, feature representation, linear scoring models, decision boundaries, over‑fitting, generalisation, and decision‑tree reasoning in a way a child can understand.

AI basicsclassificationdecision tree
0 likes · 4 min read
Explaining Machine Learning to a Child: A Food‑Classification Example