extract-hyperparameters

Community

Extract ML hyperparameters from research papers.

Authormvillmow
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Manually locating and documenting all hyperparameters from research papers for model training is a meticulous and time-consuming task, prone to errors.

Core Features & Use Cases

  • Parameter Extraction: Locates and documents all hyperparameters mentioned in research papers, including learning rates, batch sizes, and model configurations.
  • Configuration File Generation: Helps translate extracted parameters into an implementation-ready configuration file format (e.g., YAML, JSON).
  • Use Case: When reproducing results from a machine learning research paper, use this skill to quickly extract all relevant hyperparameters, such as learning rate, batch size, and optimizer type, to set up your training configuration.

Quick Start

Use the extract-hyperparameters skill to extract common ML hyperparameters like learning rate and batch size from 'paper.pdf'.

Dependency Matrix

Required Modules

pdftotextgrep

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: extract-hyperparameters
Download link: https://github.com/mvillmow/ProjectOdyssey/archive/main.zip#extract-hyperparameters

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository