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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
songhan avatar

songhan/Deep-Compression-AlexNet

0
View on GitHub↗
672 stars·208 forks·Python·BSD-2-Clause·4 vues

Deep Compression AlexNet

March 15, 2019: for our most updated work on model compression and acceleration, please reference:

Features

  • Efficient Neural Networks - Pruning, quantization, and Huffman coding for model compression.
  • Weight Pruning - Foundational deep compression via pruning and quantization.

Historique des stars

Graphique de l'historique des stars pour songhan/deep-compression-alexnetGraphique de l'historique des stars pour songhan/deep-compression-alexnet

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Deep Compression AlexNet

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Deep Compression AlexNet.
  • tencent/pocketflowAvatar de Tencent

    Tencent/PocketFlow

    2,914Voir sur GitHub↗

    PocketFlow is an integrated toolkit for deep learning model compression, distributed training, and mobile format optimization. It provides a system for reducing the size and complexity of neural networks to improve inference efficiency, featuring a dedicated engine for knowledge distillation and a mobile model optimizer. The framework differentiates itself through an automated hyperparameter tuning system that uses reinforcement learning and statistical models to determine optimal compression ratios and layer-wise bit allocation. It also includes a distributed training system that utilizes mu

    Pythonautomlcomputer-visiondeep-learning
    Voir sur GitHub↗2,914
  • boone891214/gapAvatar de boone891214

    boone891214/GaP

    9Voir sur GitHub↗

    ICLR 2022 paper "Effective Model Sparsification by Scheduled Grow-and-Prune Methods". Model and test code are available for downloading.

    Python
    Voir sur GitHub↗9
  • boone891214/sanity-check-lthAvatar de boone891214

    boone891214/sanity-check-LTH

    8Voir sur GitHub↗

    Sample code use for NeurIPS 2021 paper: Sanity Checks for Lottery Tickets: Does Your Winning Ticket Really Win the Jackpot?

    Python
    Voir sur GitHub↗8
  • allenai/xnor-netA

    allenai/XNOR-Net

    0Voir sur GitHub↗
    Voir sur GitHub↗0
Voir les 30 alternatives à Deep Compression AlexNet→

Questions fréquentes

Que fait songhan/deep-compression-alexnet ?

March 15, 2019: for our most updated work on model compression and acceleration, please reference:

Quelles sont les fonctionnalités principales de songhan/deep-compression-alexnet ?

Les fonctionnalités principales de songhan/deep-compression-alexnet sont : Efficient Neural Networks, Weight Pruning.

Quelles sont les alternatives open-source à songhan/deep-compression-alexnet ?

Les alternatives open-source à songhan/deep-compression-alexnet incluent : tencent/pocketflow — PocketFlow is an integrated toolkit for deep learning model compression, distributed training, and mobile format… boone891214/gap — ICLR 2022 paper "Effective Model Sparsification by Scheduled Grow-and-Prune Methods". Model and test code are… boone891214/sanity-check-lth — Sample code use for NeurIPS 2021 paper: Sanity Checks for Lottery Tickets: Does Your Winning Ticket Really Win the… chrundle/biprop — This method identifies a binary weight or binary weight and activation subnetwork within a randomly initialized… dchiji-ntt/iterand — by Daiki Chijiwa\*, Shin’ya Yamaguchi, Yasutoshi Ida, Kenji Umakoshi, Tomohiro Inoue. allenai/xnor-net.