Tag

algorithm testing

0 views collected around this technical thread.

Model Perspective
Model Perspective
Aug 28, 2022 · Artificial Intelligence

Visualizing and Implementing the Rastrigin Function in Python

The Rastrigin function, a challenging multimodal benchmark used to test optimization algorithms, is explained with its mathematical form, visual plot, and a complete Python implementation for generating and visualizing its landscape.

PythonRastrigin functionalgorithm testing
0 likes · 2 min read
Visualizing and Implementing the Rastrigin Function in Python
HelloTech
HelloTech
Aug 27, 2021 · Artificial Intelligence

Algorithm Testing Practices and Machine Learning Foundations at Hello

The Hello algorithm testing team outlines its workflow—from data collection and cleaning through model training, evaluation, and deployment—while teaching machine‑learning fundamentals, detailing company‑wide use cases, defining key terms, and describing four testing capability dimensions covering data quality, service reliability, model performance, and system engineering.

AIalgorithm testingdata quality
0 likes · 12 min read
Algorithm Testing Practices and Machine Learning Foundations at Hello
360 Quality & Efficiency
360 Quality & Efficiency
Jun 4, 2018 · Artificial Intelligence

How to Conduct Algorithm Testing in Engineering Projects

This article outlines the challenges of algorithm testing in real‑world engineering, proposes a step‑by‑step testing framework—from understanding business context and verifying data exchanges to evaluating performance metrics and iterating improvements—while offering practical advice and examples.

A/B testingalgorithm testingmetrics
0 likes · 7 min read
How to Conduct Algorithm Testing in Engineering Projects
360 Quality & Efficiency
360 Quality & Efficiency
Jun 4, 2018 · Artificial Intelligence

Common Engineering Algorithms and Their Testing Methods

This article introduces the most commonly used algorithms in engineering—recommendation, optimization, estimation, and classification—describes their typical application scenarios, and explores various testing methods and evaluation metrics such as offline experiments, user surveys, A/B testing, and performance indicators like accuracy, coverage, and robustness.

algorithm testingclassificationestimation
0 likes · 12 min read
Common Engineering Algorithms and Their Testing Methods