Resource library
Code, data, and diagrams
Filter resources by project or type. The first version only uses materials already published on the site.
Algorithm Implementation Project / DATASET
Iris.csv dataset
The 150-sample Iris dataset used by the K-means article.
Algorithm Implementation Project / CODE
Iris_sort_K_mean.c source
Includes standardization, K-means++ initialization, restarts, and SSE selection.
Algorithm Implementation Project / DIAGRAM
K-means flowchart
SVG flowchart for the C program execution path.
Algorithm Implementation Project / DIAGRAM
Cluster visualization
A 2D scatter projection using petal length and petal width.
Algorithm Implementation Project / ARCHIVE
K-means zip package
Contains dataset, source code, flowchart, and visualization.
AI Learning Project / CODE
Python AI practice code guide
The article includes a runnable scikit-learn classification script.
AI Learning Project / CODE
digit_softmax_classifier.c
The C source for the handwritten digit softmax classifier.
AI Learning Project / DATASET
train.csv.zip
Compressed handwritten digit training set with 42000 labeled samples.
AI Learning Project / DATASET
test.csv.zip
Compressed handwritten digit test set with 28000 unlabeled samples.
AI Learning Project / DATASET
sample_submission.csv
The official submission format example for checking the final output columns.
AI Learning Project / DATASET
submission.csv
The prediction file generated by the current C project.
AI Learning Project / DATASET
digit-playground-model.json
The compact softmax demo model and sample set used by the browser playground.
AI Learning Project / DIAGRAM
digit-sample-grid.svg
A small handwritten digit preview grid extracted from the training set.
AI Learning Project / ARCHIVE
Handwritten digit project bundle
Contains the source file, compressed datasets, submission files, browser model, and preview grid.
AI Learning Project / CODE
cifar10_tiny_cnn.c source
Single-file C tiny CNN with CIFAR-10 loading, convolution, pooling, softmax, and backpropagation.
AI Learning Project / DATASET
model_weights.bin sample weights
Model weights generated by one local small-sample run.
AI Learning Project / DATASET
test_predictions.csv sample predictions
Sample test prediction output from the CIFAR-10 tiny CNN.
AI Learning Project / DIAGRAM
CNN project explanation PDF
Companion explanation material for the CNN project.
AI Learning Project / CODE
Virtual Mirror redacted code skeleton
A redacted mld_chaffing_v2.py control-flow skeleton with secrets, node topology, and target lists removed.
AI Learning Project / DATASET
Virtual Mirror stress-test template
A redacted CSV template for CPU, memory, peak threads, pulse rate, latency, and error measurements.
AI Learning Project / DATASET
Virtual Mirror classifier-evaluation template
A CSV template for TP, FN, FP, TN, accuracy, precision, recall, F1, ROC-AUC, entropy, and JS divergence.
AI Learning Project / GUIDE
Virtual Mirror resource notes
Notes explaining why the public resources include only redacted code, test templates, and architecture context.
AI Learning Project / GUIDE
AI Security Lab README
Setup, safety boundaries, and quick-run commands for the AI Security series.
AI Learning Project / ARCHIVE
AI Security Lab full bundle
Includes safe toy scripts, result CSVs, risk register, attack-defense matrix, and architecture diagram.
AI Learning Project / DATASET
AI security risk register
CSV risk register template for AI threat modeling and release review.
AI Learning Project / DATASET
AI attack-defense matrix
Maps attack surface, toy demo, metric, and defensive control into one CSV table.
AI Learning Project / DIAGRAM
AI Security Lab architecture diagram
Shows threat modeling, robustness, data integrity, model privacy, and RAG guardrails.
AI Learning Project / CODE
FGSM digits robustness script
FGSM-style perturbation and accuracy-drop experiment for a local digits classifier.
AI Learning Project / CODE
Data poisoning and backdoor toy script
Demonstrates poison rate, trigger behavior, and attack success rate on digits.
AI Learning Project / CODE
Model privacy and extraction toy script
Outputs membership AUC, target accuracy, surrogate fidelity, and surrogate accuracy.
AI Learning Project / CODE
RAG prompt injection guard toy script
Uses a deterministic toy agent to demonstrate external-data demotion and tool-policy blocking.
AI Learning Project / SOCIAL
Deep Learning topic share card
A 1200x630 SVG card for sharing the Deep Learning / CNN topic hub.
AI Learning Project / SOCIAL
Machine Learning From Scratch share card
A 1200x630 SVG card for the K-means, Iris, and ML workflow topic hub.
Algorithm Implementation Project / SOCIAL
Algorithm Visualization share card
A 1200x630 SVG card for eight queens, backtracking, bitmasks, and the playground.
AI Learning Project / SOCIAL
Student AI Projects share card
A 1200x630 SVG card for handwritten digits, C classifiers, and browser demos.
Site Building Project / VIDEO
SEO distribution short-video storyboards
Four 45-60 second storyboard scripts ready for later Remotion production.
AI Learning Project / VIDEO
CNN convolution scan animation
An 8-second Remotion animation showing how a 3x3 convolution kernel scans an input and builds a feature map.
Algorithm Implementation Project / VIDEO
K-means iteration animation
A Remotion clip showing sample assignment, centroid updates, and SSE reduction.
Algorithm Implementation Project / VIDEO
Eight queens backtracking animation
A Remotion clip showing row-by-row search, conflict pruning, and backtracking.
No matching resources.
