Tagged articles
127 articles
Page 2 of 2
21CTO
21CTO
Nov 29, 2020 · Artificial Intelligence

Decode Math Symbols with Python: From Summation to Matrix Multiplication

Learn how to translate common mathematical symbols such as summation, product, factorial, conditional expressions, and matrix multiplication into clear Python code, revealing the underlying computations and helping data scientists and ML practitioners deepen their mathematical intuition through practical examples.

Code ExamplesData ScienceMatrix Multiplication
0 likes · 7 min read
Decode Math Symbols with Python: From Summation to Matrix Multiplication
Programmer DD
Programmer DD
Sep 29, 2020 · Fundamentals

What Are the Ten Mathematical Challenges Shaping the Post‑Shannon Era?

Former Huawei strategist Xu Wenwei outlined ten critical mathematical problems—from lossy compression limits to DNN interpretability—that must be solved to advance communication technologies beyond Shannon’s limits, highlighting the pivotal role of mathematics in the emerging intelligent, fully connected society.

Huaweicommunicationinformation theory
0 likes · 5 min read
What Are the Ten Mathematical Challenges Shaping the Post‑Shannon Era?
vivo Internet Technology
vivo Internet Technology
Mar 11, 2020 · Fundamentals

Historical Figures and Dates Associated with π (Pi)

From Archimedes’ early approximation to modern record‑breaking memorisations, the article chronicles key mathematicians—Liu Hui, Zu Chongzhi, Van Ceulen, Jones, Lambert, Lindemann—and dates such as March 14, “ultimate” Pi dates, and Einstein’s birthday, highlighting global Pi Day traditions and celebrations.

CultureNumbersPi Day
0 likes · 6 min read
Historical Figures and Dates Associated with π (Pi)
Python Programming Learning Circle
Python Programming Learning Circle
Mar 7, 2020 · Artificial Intelligence

Fundamentals of Functions, Sequences, and Their Role in Neural Networks

This article introduces basic mathematical functions—including linear, quadratic, exponential, and step functions—explains sequences and their formulas, and shows how these concepts underpin neural‑network computations such as weighted inputs, activation functions like sigmoid, and error‑backpropagation, providing clear examples and visual illustrations.

AIActivationNeural Networks
0 likes · 11 min read
Fundamentals of Functions, Sequences, and Their Role in Neural Networks
Programmer DD
Programmer DD
Nov 10, 2019 · Fundamentals

Why Do Plants Follow the Golden Ratio? Unveiling the Math Behind Sunflower Spirals

This article explains how the golden ratio emerges in plant phyllotaxis, compares different angular ratios and their visual patterns, introduces continued fractions as a rigorous way to evaluate rational approximations, and links the mathematical findings to auxin‑driven growth mechanisms in plants.

Fibonaccicontinued fractionsgolden ratio
0 likes · 17 min read
Why Do Plants Follow the Golden Ratio? Unveiling the Math Behind Sunflower Spirals
Xueersi Online School Tech Team
Xueersi Online School Tech Team
Jun 6, 2019 · Fundamentals

Understanding Vector Norms: L0, L1, L2, L∞, and Lp

This article introduces vector norms—including L0, L1, L2, L∞, and general Lp—explaining their mathematical definitions, geometric interpretations, and roles in machine learning such as compressive sensing and distance‑cosine equivalence after L2 normalization, supplemented with illustrative formulas and reference links.

L1L2Norm
0 likes · 7 min read
Understanding Vector Norms: L0, L1, L2, L∞, and Lp
DataFunTalk
DataFunTalk
May 21, 2019 · Artificial Intelligence

Deep Learning Foundations: Mathematics, Modern Network Practices, and Research Overview

This article provides a comprehensive overview of deep learning, covering essential mathematics and machine learning fundamentals, modern deep network architectures and regularization techniques, advanced research topics such as structured probabilistic models and generative methods, and a curated reading list for practitioners.

AI fundamentalsNeural Networksmachine learning
0 likes · 4 min read
Deep Learning Foundations: Mathematics, Modern Network Practices, and Research Overview
Tencent Cloud Developer
Tencent Cloud Developer
Nov 9, 2018 · Artificial Intelligence

Demystifying Neural Networks: A Mathematical Approach

The article explains how basic mathematical principles—starting with simple predictors and linear classifiers, then extending to multi‑classifier systems, activation functions, and weight adjustments—underpin neural network architecture, illustrating each step with concrete examples to show how mathematics drives AI model training and performance.

BackpropagationNeural NetworksXOR problem
0 likes · 15 min read
Demystifying Neural Networks: A Mathematical Approach
AI Cyberspace
AI Cyberspace
Mar 15, 2018 · Fundamentals

Deriving Permutation and Combination Formulas: A Step‑by‑Step Guide

This article explains the definitions, formulas, and step‑by‑step derivations for permutations, combinations, and repeated combinations, illustrating how A(n,m)=n!/(n‑m)! and C(n,m)=A(n,m)/m! are obtained using the multiplication principle and ball‑and‑separator models, including visual formula images and practical examples.

combinationscombinatoricsformula derivation
0 likes · 6 min read
Deriving Permutation and Combination Formulas: A Step‑by‑Step Guide
AI Cyberspace
AI Cyberspace
Mar 12, 2018 · Fundamentals

Master Counting: How Addition and Multiplication Principles Solve Real-World Problems

This article introduces the fundamental counting principles—classification addition and stepwise multiplication—explaining their concepts, formulas, conditions, and real-world examples such as travel route choices, while comparing their similarities and differences and highlighting their importance in mathematics and computer science.

combinatoricscomputer sciencecounting
0 likes · 5 min read
Master Counting: How Addition and Multiplication Principles Solve Real-World Problems
AI Large-Model Wave and Transformation Guide
AI Large-Model Wave and Transformation Guide
Dec 27, 2017 · Artificial Intelligence

Why Is Math the Biggest Hurdle in Deep Learning? A Step‑by‑Step Guide

This article breaks down the essential mathematics—linear algebra, probability, calculus, and optimization—required for mastering deep learning, explains how each topic maps to core deep‑learning concepts, and outlines six progressive learning stages with concrete examples and recommended textbooks.

AI fundamentalsDeep Learninglinear algebra
0 likes · 50 min read
Why Is Math the Biggest Hurdle in Deep Learning? A Step‑by‑Step Guide
网易UEDC
网易UEDC
Nov 29, 2017 · Fundamentals

How Geometry Shapes Everyday Design – From Honeycombs to Vinyl Records

This article explores how fundamental geometric principles influence diverse designs, covering the honeycomb conjecture, slime‑mold network experiments, the physics of vinyl records, never‑loose nuts, Fibonacci sequences in nature, the golden ratio myth, and hidden geometric secrets in famous logos.

DesignFibonacciGeometry
0 likes · 15 min read
How Geometry Shapes Everyday Design – From Honeycombs to Vinyl Records
MaGe Linux Operations
MaGe Linux Operations
May 11, 2017 · Artificial Intelligence

Essential Math Foundations for AI: Linear Algebra, Probability & More

The article reviews the surge of AI interest sparked by AlphaGo and Master, explains why strong mathematics—especially linear algebra, probability, statistics, calculus, and optimization—is crucial for AI practitioners, and provides curated free online courses, textbooks, and resources to help beginners master these subjects.

AIResourceslinear algebra
0 likes · 14 min read
Essential Math Foundations for AI: Linear Algebra, Probability & More
ITPUB
ITPUB
Mar 25, 2017 · Fundamentals

Why 5×3 ≠ 5+5+5: Understanding Equality vs Equivalence in Math and Code

The article explores why mathematically equal expressions like 5×3 and 5+5+5 are not necessarily equivalent, explains the distinction between equality and equivalence, illustrates with real‑world and programming examples such as JavaScript’s == versus === and matrix multiplication rules, and discusses teaching implications.

JavaScriptMatrix Multiplicationeducation
0 likes · 6 min read
Why 5×3 ≠ 5+5+5: Understanding Equality vs Equivalence in Math and Code
Architects Research Society
Architects Research Society
Oct 30, 2016 · Fundamentals

Why Some Areas of Mathematics Feel Harder Than Others

The perceived difficulty of mathematical fields varies because each branch has its own language, foundational concepts, and required tools, making areas like algebraic geometry seem daunting while others such as number theory or combinatorics appear simpler yet still demand deep insight and advanced techniques.

Differential geometryPDEalgebraic geometry
0 likes · 8 min read
Why Some Areas of Mathematics Feel Harder Than Others
21CTO
21CTO
Feb 16, 2016 · Fundamentals

Why Mathematics Is the Hidden Power Behind Software Architecture

The article explores how mathematical thinking—ideas, techniques, and abstraction—underpins software architecture, shaping problem‑solving, modeling, and design, and argues that a solid mathematical foundation can elevate an architect’s ability to create elegant, scalable systems.

Modelingalgorithm analysismathematics
0 likes · 15 min read
Why Mathematics Is the Hidden Power Behind Software Architecture
21CTO
21CTO
Feb 12, 2016 · Fundamentals

Why Strong Math Thinking Is the Secret to Better Software Programming

This article explores how mathematical concepts and discrete math underpin software development, illustrating their impact on algorithm design, code quality, and problem‑solving through theory, real‑world examples, and a C program that enumerates ball‑selection combinations.

coding skillsdiscrete mathematicsmathematics
0 likes · 9 min read
Why Strong Math Thinking Is the Secret to Better Software Programming
ITPUB
ITPUB
Dec 28, 2015 · Frontend Development

How to Compute and Draw the One‑Click “Dismiss” Effect with Bezier Curves

This tutorial explains the geometric derivation and step‑by‑step algorithm for calculating the tangent points of two circles of different radii and using them to construct quadratic Bézier curves that create the popular one‑click dismiss animation on mobile interfaces.

Bezier CurveGeometryMobile UI
0 likes · 9 min read
How to Compute and Draw the One‑Click “Dismiss” Effect with Bezier Curves
21CTO
21CTO
Dec 19, 2015 · Fundamentals

How Fourier Transform Powers Everything from MP3s to Space Exploration

The article explores the history and principle of the Fourier Transform, illustrating how this mathematical prism decomposes complex waveforms into simple sine components and underpins technologies such as audio compression, image JPEG, speech recognition, scientific imaging, and even space research.

Audio CompressionFourier TransformSignal Processing
0 likes · 10 min read
How Fourier Transform Powers Everything from MP3s to Space Exploration
Qunar Tech Salon
Qunar Tech Salon
Oct 13, 2015 · Fundamentals

Exploring the Foundations of Mathematics: From Set Theory to Analysis and Algebra

This article reflects a computer science student's journey into deep mathematics, explaining why studying set theory, analysis, algebra, topology, measure theory, and functional analysis provides essential tools for advanced research, linking abstract concepts to practical applications in vision, learning, and modern scientific fields.

AlgebraAnalysisFunctional Analysis
0 likes · 22 min read
Exploring the Foundations of Mathematics: From Set Theory to Analysis and Algebra
Qunar Tech Salon
Qunar Tech Salon
Aug 10, 2015 · Artificial Intelligence

John von Neumann and Alan Turing: A Tale of Two Offices

The article recounts the intertwined lives of John von Neumann and Alan Turing, describing their early education, move to Princeton, personal quirks, and the poignant friendship that shaped early computer science and artificial intelligence, supported by historical photographs and references.

Alan TuringJohn von Neumannartificial intelligence
0 likes · 11 min read
John von Neumann and Alan Turing: A Tale of Two Offices
Model Perspective
Model Perspective
Jun 26, 2015 · Fundamentals

Can Listening to Lectures Guarantee Solving Problems? Exploring Inverse Logic

The article examines whether understanding lecture material ensures problem‑solving ability, proposing that the logic of listening and solving are inversely related, and uses combinatorial reasoning to illustrate how many distinct propositions can arise from a set of theorems, conditions, and scenarios.

learninglecturemathematics
0 likes · 5 min read
Can Listening to Lectures Guarantee Solving Problems? Exploring Inverse Logic
Model Perspective
Model Perspective
Jun 23, 2015 · Fundamentals

How I Mapped the Interconnections Between Major Math Disciplines

After completing three years of university mathematics courses, the author visualises and explains a personal classification of major mathematical branches, discussing their relationships, cross‑disciplinary links, and reflections on ancient Chinese mathematics and future educational considerations.

Geometryclassificationfundamentals
0 likes · 5 min read
How I Mapped the Interconnections Between Major Math Disciplines