Ross ROSS = Recommend OSS · open-source software intelligence for agents

HuwCampbell/grenade

Deep Learning in Haskell observed · 2026-08-28

github.com/HuwCampbell/grenade · Haskell · BSD-2-Clause (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3723
  • days_rel: n/a
  • days_push: 999
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1449 stars · 81 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Grenade is a composable, dependently typed deep learning library for Haskell that lets users specify neural network architectures at the type level, including convolutional, fully connected, and recurrent layers like LSTM. Networks are defined as heterogeneous lists of layers with shape-checked data flow, requiring minimal term-level code.

Use cases

  • train a CNN for MNIST digit classification in Haskell
  • define an LSTM recurrent network for character-level text generation
  • specify a neural network architecture with compile-time shape checking
  • experiment with generative adversarial networks
  • build deep learning models without leaving the Haskell ecosystem

When to choose

  • you are a Haskell developer wanting type-safe neural network definitions
  • you want compile-time verification of layer shapes and data dimensions
  • you need a concise declarative way to specify CNNs or RNNs

When to avoid

  • you need GPU acceleration or production-scale training performance
  • you want a large ecosystem of pretrained models and tooling
  • you are not working in Haskell

Facets

library · maturity maintenance

machine-learning deep-learning machine-learning deep-learning cross-platform neural-networks cnn rnn lstm gan dependently-typed haskell

1 source

Member repositories

RepositoryRoleHealth v2
HuwCampbell/grenademain23

For agents

markdown · JSON · MCP: product_card(name="HuwCampbell/grenade")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem