awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
davidmascharka avatar

davidmascharka/tbd-nets

0
View on GitHub↗
346 stars·73 forks·Jupyter Notebook·MIT·9 viewsarxiv.org/abs/1803.05268↗

Tbd Nets

PyTorch implementation of "Transparency by Design: Closing the Gap Between Performance and Interpretability in Visual Reasoning"

Features

  • Computer Vision Models - Transparency by design for visual reasoning.
  • Computer Vision Research - Transparent visual reasoning networks for interpretability.

Star history

Star history chart for davidmascharka/tbd-netsStar history chart for davidmascharka/tbd-nets

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Tbd Nets

Similar open-source projects, ranked by how many features they share with Tbd Nets.
  • jnhwkim/ban-vqajnhwkim avatar

    jnhwkim/ban-vqa

    548View on GitHub↗

    ⚠️ Regrettably, I cannot perform maintenance due to the loss of the materials. I'm archiving this repository for reference

    Python
    View on GitHub↗548
  • dmitryulyanov/deep-image-priorDmitryUlyanov avatar

    DmitryUlyanov/deep-image-prior

    8,085View on GitHub↗

    This project is an unsupervised image restoration tool that uses a convolutional neural network as a structural prior to reconstruct images from noisy or incomplete data. It functions as a neural network image prior, utilizing the inherent biases of the network architecture to restore pixels without the need for a pre-trained dataset or external learning. The system performs zero-shot image restoration by treating the network architecture itself as a regularization term. It uses a randomly initialized encoder-decoder structure and iterative gradient descent to minimize pixel-wise loss, recove

    Jupyter Notebook
    View on GitHub↗8,085
  • chaoyuaw/pytorch-coviarchaoyuaw avatar

    chaoyuaw/pytorch-coviar

    522View on GitHub↗

    Compressed Video Action Recognition

    Python
    View on GitHub↗522
  • kenshohara/3d-resnets-pytorchkenshohara avatar

    kenshohara/3D-ResNets-PyTorch

    4,039View on GitHub↗

    This project is a PyTorch implementation of 3D residual networks designed for video action recognition. It provides a spatiotemporal architecture that analyzes both spatial frames and temporal motion to classify human activities within video clips. The system includes a distributed model training framework to accelerate learning across multiple compute nodes. It supports the deployment and fine-tuning of pre-trained model weights, allowing the adaptation of existing networks to specific new datasets. The codebase covers the full pipeline for spatiotemporal learning, including video dataset p

    Python
    View on GitHub↗4,039
See all 30 alternatives to Tbd Nets→

Frequently asked questions

What does davidmascharka/tbd-nets do?

PyTorch implementation of "Transparency by Design: Closing the Gap Between Performance and Interpretability in Visual Reasoning"

What are the main features of davidmascharka/tbd-nets?

The main features of davidmascharka/tbd-nets are: Computer Vision Models, Computer Vision Research.

What are some open-source alternatives to davidmascharka/tbd-nets?

Open-source alternatives to davidmascharka/tbd-nets include: lewandofskee/mobilemamba — [CVPR25] Official implementation of `MobileMamba: Lightweight Multi-Receptive Visual Mamba Network.'. kenshohara/3d-resnets-pytorch — This project is a PyTorch implementation of 3D residual networks designed for video action recognition. It provides a… chaoyuaw/pytorch-coviar — Compressed Video Action Recognition. dmitryulyanov/deep-image-prior — This project is an unsupervised image restoration tool that uses a convolutional neural network as a structural prior… jnhwkim/ban-vqa — ⚠️ Regrettably, I cannot perform maintenance due to the loss of the materials. I'm archiving this repository for… mkocabas/coordconv-pytorch — Pytorch implementation of CoordConv introduced in An intriguing failing of convolutional neural networks and the…