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
fyu avatar

fyu/drn

0
View on GitHub↗
1,105 stars·218 forks·Python·BSD-3-Clause·7 viewswww.vis.xyz/pub/drn↗

Drn

Dilated Residual Networks

Features

  • Generative Models - Dilated residual networks for dense prediction tasks.
  • Neural Architecture and Training - Multi-scale context aggregation using dilated convolutions.
  • Segmentation Architectures - Dilated Residual Networks for segmentation.
  • Convolutional Neural Networks (CNNs) - Listed in the “Convolutional Neural Networks (CNNs)” section of the The Incredible Pytorch awesome list.

Star history

Star history chart for fyu/drnStar history chart for fyu/drn

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 Drn

Similar open-source projects, ranked by how many features they share with Drn.
  • tensorflow/tensor2tensortensorflow avatar

    tensorflow/tensor2tensor

    17,009View on GitHub↗

    Tensor2Tensor is a deep learning library built on TensorFlow designed for training and evaluating complex machine learning models. It provides a unified framework for managing the entire model lifecycle, including data ingestion, training execution, and performance evaluation across diverse hardware environments. The library distinguishes itself through a modular architecture that supports multimodal data processing, allowing for the simultaneous analysis of text, audio, and image inputs. It features a central registry system that enables developers to extend the framework with custom models,

    Pythondeep-learningmachine-learningmachine-translation
    View on GitHub↗17,009
  • kmkolasinski/deep-learning-noteskmkolasinski avatar

    kmkolasinski/deep-learning-notes

    1,348View on GitHub↗

    This repository is an educational collection of implementations and research notes focused on deep learning architectures and optimization techniques. It provides modular code examples designed to demonstrate foundational and advanced concepts in machine learning, ranging from basic neural network structures to complex training strategies. The project distinguishes itself by offering practical implementations of specialized research methods, including capsule-based feature aggregation, gradient direction decoupling, and self-normalizing weight regularization. These materials allow for the stu

    Jupyter Notebook
    View on GitHub↗1,348
  • enggen/deep-learning-courseraenggen avatar

    enggen/Deep-Learning-Coursera

    1,752View on GitHub↗

    This project provides a structured educational curriculum focused on the end-to-end lifecycle of deep learning. It serves as a comprehensive resource for mastering neural network architectures and machine learning strategy through a series of interactive notebooks and technical exercises. The curriculum distinguishes itself by combining foundational neural network construction with practical project management frameworks. It guides users through the design of deep learning models, the application of hyperparameter tuning and regularization for performance optimization, and the implementation

    Jupyter Notebook
    View on GitHub↗1,752
  • webdevsimplified/face-detection-javascriptWebDevSimplified avatar

    WebDevSimplified/Face-Detection-JavaScript

    1,036View on GitHub↗

    This project is a JavaScript library designed for real-time face detection directly within a web browser. It functions as a machine learning model wrapper that enables developers to identify and track human faces in live video streams without the need for backend server processing. The library utilizes browser-native media access to stream raw camera data into application memory, where it performs pixel-level analysis. By leveraging a tensor-based inference engine and web-assembly acceleration, the tool executes complex neural network calculations locally to achieve high-performance computer

    JavaScript
    View on GitHub↗1,036
See all 30 alternatives to Drn→

Frequently asked questions

What does fyu/drn do?

Dilated Residual Networks

What are the main features of fyu/drn?

The main features of fyu/drn are: Generative Models, Neural Architecture and Training, Segmentation Architectures, Convolutional Neural Networks (CNNs).

What are some open-source alternatives to fyu/drn?

Open-source alternatives to fyu/drn include: tensorflow/tensor2tensor — Tensor2Tensor is a deep learning library built on TensorFlow designed for training and evaluating complex machine… kmkolasinski/deep-learning-notes — This repository is an educational collection of implementations and research notes focused on deep learning… webdevsimplified/face-detection-javascript — This project is a JavaScript library designed for real-time face detection directly within a web browser. It functions… enggen/deep-learning-coursera — This project provides a structured educational curriculum focused on the end-to-end lifecycle of deep learning. It… aayushbansal/pixelnet. 4uiiurz1/pytorch-nested-unet — PyTorch implementation of UNet++ (Nested U-Net).