Skip to content
#

ablation-study

Here are 97 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

This study tries to compare the detection of lung diseases using xray scans from three different datasets using three different neural network architectures using Pytorch and perform an ablation study by changing learning rates. The dimensional understanding is visualised using t-SNE and Grad-CAM for visualisation of diseases in x-ray scans.

  • Updated Jun 9, 2023
  • Jupyter Notebook

This project investigates the robustness of humanoid locomotion policies trained with imitation learning and reinforcement learning in simulation. The primary research question is: how does a learned PPO controller respond to partial actuator or degree-of-freedom failure, and which joints are most critical for maintaining stable locomotion?

  • Updated May 11, 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 Jun 27, 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