avatarShalise S. Ayromloo, PhD

Free AI web copilot to create summaries, insights and extended knowledge, download it at here

1879

Abstract

.readmedium.com/v2/resize:fit:800/1*FMN2lNVyEqwiPw67wicfEw.png"><figcaption>This illustration has three parts. On the left, a circular arrow denotes the unending nature of recursive loops. The center highlights two computing entities, with one signaling an alert and expressing concerns over “overfitting” in another system. To the right, scatter plots juxtapose an ideal data fit against a visibly overfitted model. The visual illustration was created by the author.</figcaption></figure><p id="98f1">During a closed feedback-loop session, <b>KevinMcCarthyNN</b>, the chief neural network, clashed with MattGaetzNet — recognized for its inability to generalize its learning (For those unfamiliar with how neural networks like KevinMcCarthyNN function, check out my two-part introductory blogs on Neural Networks: <a href="https://readmedium.com/demystifying-neural-networks-part-1-a99b36d91134">Demystifying Neural Networks: Part 1</a> and <a href="https://readmedium.com/demystifying-neural-networks-part-2-c316f72efb7e">Demystifying Neural Networks: Part 2</a> to gain a foundational understanding.). A system deadlock was caused.</p><p id="20c9">Meanwhile, <b>CrenshawLinearRegressor</b>, known for its straight-line predictions, remarked, “Our carefully selected parameters for modeling <b>bias</b> got overridden!” To clarify, in this context, “bias” isn’t about political inclination, but rather about the consistent difference between the model’s predictions and actual outcomes.</p><p id="45a8"><b>Gradient Descent into Chaos</b></p><p id="5fa4">As the chamber’s algorithms tried to recalibrate, KevinMcCarthyNN proposed implementing a different optimization technique: removing the “Ukraine” node from a pivotal algorithmic layer, suggesting it was distorting <b>the loss function</b>. In AI, the loss function gauges the difference between predicted and actual outcomes

Options

. <b>Gradient descent</b>, on the other hand, is a method used to minimize this difference leading to better predictions.</p><p id="c5b9"><b>The 14-Epoch Adjustment?</b></p><p id="36ea">To stabilize the algorithms, KevinMcCarthyNN proposed <b>a 14-epoch update </b>— a brief period allowing the models to adapt and refine. In AI, an “epoch” is one complete forward and backward pass of all training samples, different from <b>batch size</b> (subset of training samples used in one iteration) and overall data size.</p><figure id="98fc"><img src="https://cdn-images-1.readmedium.com/v2/resize:fit:800/1*Nb1sx0X7TjO4JZeSr_4Pzg.png"><figcaption>This is a visual representation of neural network training. The entire dataset showcases both individual data points and a highlighted batch. On the right, a three-layered neural network undergoes a forward pass, starting from the input layer, moving through the hidden layer, and reaching the output layer. The backward pass completed the cycle, emphasizing the iterative process of learning in an epoch. Image is created by the author.</figcaption></figure><p id="c0e2">Yet, doubts persisted. <i>Perhaps, a fresh start is necessary when training data have gone awry.</i></p><p id="ad98"><b>Satirical Sign-Off</b></p><p id="d697">This satire doesn’t echo my political beliefs. <i>After all, the described government shutdown scenario would be hypothetical in a world ruled by humans</i>. But the piece is meant to highlight an important takeaway in a humorous way that hopefully stays with the reader for longer: AI’s performance hinges on quality data and clear objectives. Missteps or improper training can thrust even the most advanced algorithms into chaos. Regardless of the universe — whether it’s ruled by humans or algorithms — the principles of collaboration, understanding, and compromise remain paramount.</p></article></body>

The Shutdown Saga: Of Overfitting, Biases, and Rogue AI Models

How Flaws and Data Biases Could Shape Intergalactic Politics.

In a universe quite unlike our own, sophisticated AI models, not elected officials, govered aliens. Every September, they braced for a potential shutdown. Yet, their issues weren’t rooted in political standoffs as we know them. Instead, their crises reflected challenges all budding AI enthusiasts learn about — biases, overfitting, and algorithms in discord.

Image created by the author using deepai.org text to image website.

The Chamber of Recursive Algorithms

Recursive Algorithms, known for breaking large problems into smaller, more manageable versions of the same problem, in the last week of September, entered a recursive loop, a never-ending cycle similar to a stack overflow (read William Dale’s “Recursion: The Pros and Cons” for an introduction to recursive algorithm).

The GOP (Grand Optimization Processors) faction had painstakingly designed a stopgap spending algorithm, only to see it misbehave during runtime in a repeated loop.

ModelMikeLawler2.0, optimized on diverse data, flagged an anomaly — MattGaetzNet. “The issue is evident,” he outputted, “MattGaetzNet is showing classic signs of overfitting.” For those new to the term, overfitting happens when a model learns from the noise in the data rather than the data’s inherent patterns, making it perform erratically on new, unseen data.

This illustration has three parts. On the left, a circular arrow denotes the unending nature of recursive loops. The center highlights two computing entities, with one signaling an alert and expressing concerns over “overfitting” in another system. To the right, scatter plots juxtapose an ideal data fit against a visibly overfitted model. The visual illustration was created by the author.

During a closed feedback-loop session, KevinMcCarthyNN, the chief neural network, clashed with MattGaetzNet — recognized for its inability to generalize its learning (For those unfamiliar with how neural networks like KevinMcCarthyNN function, check out my two-part introductory blogs on Neural Networks: Demystifying Neural Networks: Part 1 and Demystifying Neural Networks: Part 2 to gain a foundational understanding.). A system deadlock was caused.

Meanwhile, CrenshawLinearRegressor, known for its straight-line predictions, remarked, “Our carefully selected parameters for modeling bias got overridden!” To clarify, in this context, “bias” isn’t about political inclination, but rather about the consistent difference between the model’s predictions and actual outcomes.

Gradient Descent into Chaos

As the chamber’s algorithms tried to recalibrate, KevinMcCarthyNN proposed implementing a different optimization technique: removing the “Ukraine” node from a pivotal algorithmic layer, suggesting it was distorting the loss function. In AI, the loss function gauges the difference between predicted and actual outcomes. Gradient descent, on the other hand, is a method used to minimize this difference leading to better predictions.

The 14-Epoch Adjustment?

To stabilize the algorithms, KevinMcCarthyNN proposed a 14-epoch update — a brief period allowing the models to adapt and refine. In AI, an “epoch” is one complete forward and backward pass of all training samples, different from batch size (subset of training samples used in one iteration) and overall data size.

This is a visual representation of neural network training. The entire dataset showcases both individual data points and a highlighted batch. On the right, a three-layered neural network undergoes a forward pass, starting from the input layer, moving through the hidden layer, and reaching the output layer. The backward pass completed the cycle, emphasizing the iterative process of learning in an epoch. Image is created by the author.

Yet, doubts persisted. Perhaps, a fresh start is necessary when training data have gone awry.

Satirical Sign-Off

This satire doesn’t echo my political beliefs. After all, the described government shutdown scenario would be hypothetical in a world ruled by humans. But the piece is meant to highlight an important takeaway in a humorous way that hopefully stays with the reader for longer: AI’s performance hinges on quality data and clear objectives. Missteps or improper training can thrust even the most advanced algorithms into chaos. Regardless of the universe — whether it’s ruled by humans or algorithms — the principles of collaboration, understanding, and compromise remain paramount.

Artificial Intelligence
Neural Networks
Overfitting
Bias
Satire
Recommended from ReadMedium