awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
fchollet avatar

fchollet/deep-learning-models

0
View on GitHub↗
7,349 Stars·2,436 Forks·Python·MIT·10 Aufrufe

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-Verlauf

Star-Verlauf für fchollet/deep-learning-modelsStar-Verlauf für fchollet/deep-learning-models

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Deep Learning Models

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Deep Learning Models.
  • cadene/pretrained-models.pytorchAvatar von Cadene

    Cadene/pretrained-models.pytorch

    9,102Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗9,102
  • kaiminghe/deep-residual-networksAvatar von KaimingHe

    KaimingHe/deep-residual-networks

    6,738Auf GitHub ansehen↗

    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,

    Auf GitHub ansehen↗6,738
  • wang-xinyu/tensorrtxAvatar von wang-xinyu

    wang-xinyu/tensorrtx

    7,802Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗7,802
  • tingsongyu/pytorch_tutorialAvatar von TingsongYu

    TingsongYu/PyTorch_Tutorial

    8,018Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗8,018
Alle 30 Alternativen zu Deep Learning Models anzeigen→

Häufig gestellte Fragen

Was macht 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.

Was sind die Hauptfunktionen von fchollet/deep-learning-models?

Die Hauptfunktionen von fchollet/deep-learning-models sind: 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.

Welche Open-Source-Alternativen gibt es zu fchollet/deep-learning-models?

Open-Source-Alternativen zu fchollet/deep-learning-models sind unter anderem: 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.