Engagement Farming with AI Bots
Build a fully automated AI blogging pipeline via Gemini CLI, GitHub Actions, Docker, S3, and CloudFront. The bot writes, builds, tests, and deploys one production blog post per day without manual intervention.
Build a fully automated AI blogging pipeline via Gemini CLI, GitHub Actions, Docker, S3, and CloudFront. The bot writes, builds, tests, and deploys one production blog post per day without manual intervention.
Polars streaming avoids out-of-memory errors in large cross joins via processing data in chunks. Learn how to run 27M row workloads on a single machine.
Refactoring an RCE machine learning algorithm from Pandas lambda functions to the Polars expression API reduced execution time from six minutes to fourteen seconds. Polars cross joins, columnar operations, and Apache Arrow drive a 25x speedup.
Detect low-effort AI-generated writing in academic and government acquisition documents via a rubric that considers meme adjectives, passive voice, clichés, empty phrases, adverbs, and unsubstantiated grandiosity.
Identify investment grade copies of sealed Super Mario Bros. 3 variants through Python Pandas, Seaborn, and auction sales data. Normalize prices across market cycles and compare box grade, seal grade, release variant, and sale date to rank...
Examine common stylistic patterns in ChatGPT-generated prose, including passive voice, vague abstractions, empty phrases, adverbs, and inflated language. Find clearer technical writing through active voice, Subject-Verb-Object structure, and...
Witness practical Pandas, Seaborn, and Matplotlib techniques for exploring machine learning datasets using the UCI Abalone database. Includes histograms, KDE plots, boxplots, correlation heatmaps, PCA, regression plots, and multidimensional...
Refactor a Reduced Coulomb Energy neural network implementation from Matlab into R Tidyverse with pipes, tibbles, functional operations, and vectorized distance calculations. Compares loop-based Matlab patterns with tidy data workflows for...
Compare Howard Roark and Rodion Raskolnikov through sentiment scoring, emotional intensity, and thematic analysis.
Train a TensorFlow and Keras NLP model to identify and extract Raskolnikov’s dialogue and internal monologues from Crime and Punishment. Perform speaker-level lit analysis via transfer learning, BERT classification, Pandas processing, and...
Analyze Stephen King’s Carrie through structured prompts, thematic outlines, and historical analogies to evaluate whether ChatGPT can assist with literary term paper development. It explore how GenAI can identify themes, symbolism, and parallels...
Pit human literary parody against generative AI by rewriting Humpty Dumpty in the style of William Faulkner using modified passages from Absalom, Absalom!. Compare manual collage-style writing against ChatGPT and examine the limits of AI literary...
Amazon Web Services (AWS) SageMaker Notebook Instances provide fully managed Jupyter Notebooks, tailored for Data Science and Machine Learning (ML) use cases. These notebooks allow Data Scientists and ML Engineers to explore, operationalize and...
I use the new Jasper Artificial Intelligence (AI) Art service to create the pictures in this blog post. Jasper AI Art (non-affiliate link), for example, creates the following picture of the World's Largest Turnip. Jasper generates a before and...
Machine Learning (ML) Engineers at Jasper Artificial Intelligence (AI) (non-affiliate link) trained a Natural Language Processing (NLP) model on 10% of the written content on the Internet to create a service that writes text on command. A user...
In part one of this two-part series, I developed a Reduced Columb Energy (RCE) classifier in Python. RCE calculates hit footprints around training data and uses the footprints to classify test data. RCE draws a circle around each labeled training...
In Pattern Classification Using Neural Networks (IEEE Communications Magazine, Nov. 1989) Richard P. Lippman provides the following definition of Exemplar neural net classifiers: [Exemplar classifiers] perform classification based on the identity...
Data Scientists need skill and experience to create useful Machine Learning (ML) models. ML activities include tool selection, training logistic decisions (move data to training vs. train in-situ), data acquisition, data cleaning, data quality...
Good Vs. Evil - Two Opposing paths Taken by a Similar Genius This blog post provides a comparison between Henry David Thoreau's Walden and Ted Kaczynski's Unabomber Manifesto. To compare these two works, I use both a modern Natural Language...
I started my AI/ML journey in 2011 with a laptop model, a term which indicates a measure of size. Laptop models, by definition, do not exceed the compute, memory and storage resources of a single piece of hardware. The laptop model approach works...
Model optimization on traditional Artificial Intelligence and Machine Learning (AI/ML) platforms requires considerable Data Architect expertise and judgement. These ML platforms require the Architect to choose from dozens of available training...
In this demonstration we continue to use Keras and TensorFlow 2.3 to explore data, normalize data, and build both a linear model and Deep Neural Network (DNN) to solve a regression problem. Today we use Principal Component Analysis (PCA) to...
In this demonstration we will use Keras and TensorFlow 2.3 to explore data, normalize data, and build both a linear model and Deep Neural Network (DNN) to solve a regression problem. TensorFlow Core 2.3 includes tf.keras, which provides the high...
FastAI provides Jupyter notebooks to wrangle data, train models, optimize models and then serve models. I recommended FastAI to my Data Scientist friends and they found the FastAI Jupyter layout and workflow both cumbersome and confusing. GCP...
Introduction Machine Learning engineers use Probabilistic Neural Networks (PNN) for classification and pattern recognition tasks. PNN use a Parzen Window along with a non-negative kernel function to estimate the probability distribution function...