awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
fchollet avatar

fchollet/deep-learning-models

0
View on GitHub↗
7,349 星标·2,436 分支·Python·MIT·11 次浏览

Deep Learning Models

This project is a collection of deep learning tools for image classification and audio tagging, providing a repository of pre-trained model weights and architectures. It serves as a Keras model zoo that enables the immediate use of established neural networks for inference and transfer learning.

The library includes a music tagging framework that classifies audio recordings using convolutional recurrent neural networks and mel-spectrograms. For visual data, it provides implementations of architectures such as ResNet, VGG, and Xception, alongside a repository of weights trained on large datasets like ImageNet.

The project covers a broad range of capabilities including computer vision and audio analysis. It supports the generation of visual feature maps through layer-based feature extraction and provides workflows for adapting pre-existing networks to new datasets.

Features

  • Image Classification - Implements a comprehensive set of convolutional neural networks for categorizing visual data.
  • Keras Model Implementations - Provides a collection of neural network architectures implemented specifically using the Keras API.
  • Mel-Spectrogram Processing - Transforms raw audio waveforms into mel-spectrograms before passing them into convolutional neural networks.
  • Image Classification Models - Utilizes pre-trained Keras models to identify objects in images without requiring training from scratch.
  • Deep Learning Architectures - Implements deep learning architectures like ResNet and VGG for complex visual recognition.
  • Pre-trained Model Checkpoints - Includes a library of weights trained on ImageNet to accelerate the development of custom vision models.
  • Hybrid Convolutional Recurrent Networks - Implements hybrid convolutional recurrent networks to process temporal audio data for music tagging.
  • Pre-trained Model Zoos - Serves as a model zoo providing pre-trained architectures and weights for immediate inference.
  • Music Audio Tagging - Categorizes audio recordings by processing mel-spectrograms through convolutional recurrent neural networks.
  • Audio Tagging Frameworks - Provides a specialized framework for classifying audio recordings using convolutional recurrent neural networks and mel-spectrograms.
  • Transfer Learning - Provides workflows for adapting pre-existing networks to new datasets using ImageNet weights.
  • Audio & Music - Assigns descriptive tags to music recordings using deep learning architectures.
  • Convolutional Neural Network Architectures - Implements the VGG19 architecture for image recognition using pre-trained or random weights.
  • ResNet Variants - Implements various ResNet architectures for efficient image recognition using residual blocks.
  • VGG Implementations - Provides implementations of VGG convolutional neural networks with configurable classification layers.
  • Depthwise Separable Convolutions - Utilizes depthwise separable convolutions within its architectures to reduce trainable parameters.
  • Visual Feature Extractors - Enables the generation of visual feature maps by removing final classification layers from deep networks.
  • Feature Extraction - Extracts visual feature maps by removing the final classification layers of deep networks.
  • Pre-trained Weight Loading - Implements mechanisms to download and apply serialized weights to models for immediate inference.
  • Residual Networks - Implements residual networks that use skip connections to prevent gradient degradation in deep models.
  • Pretrained Weight Initializers - Allows initializing models with pre-trained ImageNet weights to improve convergence during transfer learning.
  • Image Classification Architectures - Provides various deep learning model architectures designed for image recognition tasks.
  • Xception Implementations - Provides the Xception architecture for categorizing images into classes.
  • Neural Layer Extraction - Allows the isolation of specific internal layers to obtain latent tensor representations for analysis.
  • Image Feature Extraction - Generates high-level visual feature maps by applying pooling to intermediate neural representations.

Star 历史

fchollet/deep-learning-models 的 Star 历史图表fchollet/deep-learning-models 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

fchollet/deep-learning-models 是做什么的?

This project is a collection of deep learning tools for image classification and audio tagging, providing a repository of pre-trained model weights and architectures. It serves as a Keras model zoo that enables the immediate use of established neural networks for inference and transfer learning.

fchollet/deep-learning-models 的主要功能有哪些?

fchollet/deep-learning-models 的主要功能包括:Image Classification, Keras Model Implementations, Mel-Spectrogram Processing, Image Classification Models, Deep Learning Architectures, Pre-trained Model Checkpoints, Hybrid Convolutional Recurrent Networks, Pre-trained Model Zoos。

fchollet/deep-learning-models 有哪些开源替代品?

fchollet/deep-learning-models 的开源替代品包括: cadene/pretrained-models.pytorch — This project is a pretrained model library for PyTorch, providing a collection of convolutional neural network… kaiminghe/deep-residual-networks — This project provides a deep residual network framework and pre-trained PyTorch models designed for high-accuracy… wang-xinyu/tensorrtx — tensorrtx is a computer vision inference engine and model implementation library designed for graphics processor… tingsongyu/pytorch_tutorial — This project is a comprehensive collection of educational examples and reference implementations for building vision… lukemelas/efficientnet-pytorch — This is a PyTorch implementation of EfficientNet convolutional neural networks. It serves as a computer vision model… facebookresearch/convnext — Code release for ConvNeXt model.

Deep Learning Models 的开源替代方案

相似的开源项目,按与 Deep Learning Models 的功能重合度排序。
  • cadene/pretrained-models.pytorchCadene 的头像

    Cadene/pretrained-models.pytorch

    9,102在 GitHub 上查看↗

    This project is a pretrained model library for PyTorch, providing a collection of convolutional neural network architectures and weights. It serves as a computer vision model zoo for image classification and feature extraction, offering a framework for transfer learning where pretrained networks are adapted for custom image recognition tasks. The library focuses on transforming images into high-level numerical representations and calculating class probability scores. It includes utilities for downloading and initializing standard architectures such as ResNet, Inception, and Xception. Capabil

    Pythonimagenetinceptionpretrained
    在 GitHub 上查看↗9,102
  • kaiminghe/deep-residual-networksKaimingHe 的头像

    KaimingHe/deep-residual-networks

    6,738在 GitHub 上查看↗

    This project provides a deep residual network framework and pre-trained PyTorch models designed for high-accuracy image recognition. It implements a neural network architecture that utilizes skip connections to enable the training of very deep models without gradient degradation. The system is designed for computer vision tasks, including image classification, object detection, and visual data segmentation. It includes weights trained on ImageNet to support transfer learning and the fine-tuning of models on custom image datasets. The architectural design focuses on residual learning blocks,

    在 GitHub 上查看↗6,738
  • wang-xinyu/tensorrtxwang-xinyu 的头像

    wang-xinyu/tensorrtx

    7,802在 GitHub 上查看↗

    tensorrtx is a computer vision inference engine and model implementation library designed for graphics processor acceleration. It provides a framework for optimizing deep learning models through a GPU inference optimizer, a deep learning model converter for transforming weights from frameworks like TensorFlow and PyTorch, and a custom plugin library to implement operations not natively supported by the TensorRT API. The project distinguishes itself through a comprehensive collection of pre-defined network implementations, ranging from various YOLO versions and DETR transformers for object det

    C++arcfacecrnndetr
    在 GitHub 上查看↗7,802
  • tingsongyu/pytorch_tutorialTingsongYu 的头像

    TingsongYu/PyTorch_Tutorial

    8,018在 GitHub 上查看↗

    This project is a comprehensive collection of educational examples and reference implementations for building vision and language models using PyTorch. It serves as a deep learning tutorial covering the end-to-end process of developing neural networks, from initial architecture definition to final production deployment. The repository provides detailed guides on implementing a wide range of domain-specific models, including convolutional neural networks for object detection and segmentation, as well as transformer and recurrent architectures for natural language processing. It emphasizes gene

    Python
    在 GitHub 上查看↗8,018
查看 Deep Learning Models 的所有 30 个替代方案→