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

raghakot/keras-resnet

Residual networks implementation using Keras-1.0 functional API observed · 2026-08-28

github.com/raghakot/keras-resnet · Python · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases no_license

How is this computed?

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

  • gap_med: n/a
  • age_days: 3789
  • days_rel: n/a
  • days_push: 2059
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1389 stars · 595 forks observed · 2026-08-28

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

A Keras implementation of Residual Networks (ResNet) using the Keras 1.0 functional API, supporting both Theano and TensorFlow backends. It provides a ResNetBuilder factory to construct standard ResNet architectures like ResNet18 and ResNet50 with custom input shapes.

Use cases

  • build resnet models in keras
  • train a resnet on cifar10
  • implement residual networks for image classification
  • create custom resnet architectures with my own input shape
  • use bottleneck and basic residual blocks in keras

When to choose

  • you are working with legacy Keras 1.x codebases and need a reference ResNet implementation
  • you want a simple, readable ResNet implementation to study or modify

When to avoid

  • you are using modern TensorFlow/Keras 2.x, where ResNet is built into keras.applications
  • you need actively maintained code or support for recent Keras versions
  • you need state-of-the-art CIFAR-10 accuracy out of the box

Facets

library · maturity abandoned

deep-learning machine-learning deep-learning computer-vision image-processing python resnet keras neural-networks image-classification convolutional-networks

1 source

Member repositories

RepositoryRoleHealth v2
raghakot/keras-resnetmain32

For agents

markdown · JSON · MCP: product_card(name="raghakot/keras-resnet")

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