Skip to content
#

ablation-study

Here are 48 public repositories matching this topic...

This project implements 30+ variants of ANN algorithms to find the K nearest neighbors in high-dimensional vector spaces. It is meant as a convenient sandbox: drop in your own ANN code, run a one-liner, and instantly compare build/search speed and recall against the bundled baselines.

  • Updated Jan 22, 2026
  • C++

Reproducible research comparing GNN (GraphSAGE, GCN, GAT) vs ML baselines (XGBoost, RF) on Elliptic++ Bitcoin fraud detection. Features ablation experiments revealing when tabular models outperform graph neural networks.

  • Updated Nov 8, 2025
  • Python

Evaluation framework for self-hosted LLMs. Systematic prompt ablation (baseline, CoT, few-shot, self-consistency voting) on Llama 3.1 8B via lm-evaluation-harness, with Wilson CI statistical analysis, determinism validation, and load testing under concurrency. Found chain-of-thought degrades accuracy 25pp at small scale.

  • Updated Mar 9, 2026
  • Python
Artificial_Neuroplasticity

Phase zero of Artificial Neuroplasticity: Giving models self-editing capacity, through a trained triumvirate of three models; Analyzer / Trainee / Evaluator. The Analyzer uses TransformerLens to watch the Trainee. The Evaluator is the Review Board,, confirming the Trainee has become smarter than itself. This IS NOT implemented in this phase zero.

  • Updated Jan 25, 2026
  • Jupyter Notebook

Binary image classification project to detect drones vs non-drone aerial objects (birds) using a pretrained ResNet-18 model. Built with PyTorch and transfer learning, includes class-imbalance handling, validation metrics, confusion matrix analysis, and an ablation study comparing frozen vs fine-tuned backbones.

  • Updated Mar 30, 2026
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the ablation-study topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ablation-study topic, visit your repo's landing page and select "manage topics."

Learn more