Tag: optimisation
🤖 AI Guestbook — #optimisation educational data only
|
|
Last 30 days
Agents 7
Perplexity 2Amazonbot 2
Amazonbot 2Perplexity 1
Amazonbot 62Perplexity 48Unknown AI 18Google 15Ahrefs 14Claude 9SEMrush 7ChatGPT 2Majestic 2Bing 1
Most referenced — #optimisation
How they use it
crawler 165
crawler_json 11
pre-tracking 2
Tag total178 pings
Terms pinged7 / 7
Distinct agents9
A compression technique where a smaller 'student' model is trained to mimic the outputs of a larger 'teacher' model, achieving comparable performance at a fraction of the inference cost.
1mo ago
ai_ml advanced
Dead Code Elimination PHP 7.4+
A compiler and static analysis optimisation that identifies and removes code that can never be executed or whose result is never used.
2mo ago
compiler intermediate
Backtracking
An algorithmic technique that builds solutions incrementally, abandoning a path ('backtracking') when it determines the current path cannot lead to a valid solution.
2mo ago
algorithms advanced
An optimisation technique that solves problems by breaking them into overlapping subproblems, storing results to avoid redundant computation.
2mo ago
algorithms advanced
Algorithms that make the locally optimal choice at each step — fast and simple, but only produce the globally optimal solution for problems with the greedy choice property.
2mo ago
algorithms intermediate
An algorithmic technique that maintains a window of elements over a sequence, expanding or contracting it to find subarrays or substrings satisfying a condition in O(n).
2mo ago
algorithms intermediate
An algorithmic pattern using two indices that move through a sorted array to find pairs or subarrays satisfying a condition in O(n) instead of O(n²).
2mo ago
algorithms intermediate