Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spell Classifier

Neural network that classifies spell commands into 4 categories.

Architecture: Word2Vec embeddings (50-dim) → MLP classifier (32→16 hidden)

Categories: offensive, defensive, healing, utility

Usage

poetry install

# Generate training data (8000 samples)
poetry run python -m spell_neural.generate_data

# Train model
poetry run python -m spell_neural.train_model

# Interactive prediction
poetry run python -m spell_neural.predictor

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages