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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
songhan avatar

songhan/Deep-Compression-AlexNet

0
View on GitHub↗
672 estrellas·208 forks·Python·BSD-2-Clause·5 vistas

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.

Historial de estrellas

Gráfico del historial de estrellas de songhan/deep-compression-alexnetGráfico del historial de estrellas de songhan/deep-compression-alexnet

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Deep Compression AlexNet

Proyectos open-source similares, clasificados según cuántas características comparten con Deep Compression AlexNet.
  • tencent/pocketflowAvatar de Tencent

    Tencent/PocketFlow

    2,914Ver en 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
    Ver en GitHub↗2,914
  • boone891214/gapAvatar de boone891214

    boone891214/GaP

    9Ver en GitHub↗

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

    Python
    Ver en GitHub↗9
  • boone891214/sanity-check-lthAvatar de boone891214

    boone891214/sanity-check-LTH

    8Ver en GitHub↗

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

    Python
    Ver en GitHub↗8
  • allenai/xnor-netA

    allenai/XNOR-Net

    0Ver en GitHub↗
    Ver en GitHub↗0
Ver las 30 alternativas a Deep Compression AlexNet→

Preguntas frecuentes

¿Qué hace songhan/deep-compression-alexnet?

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

¿Cuáles son las características principales de songhan/deep-compression-alexnet?

Las características principales de songhan/deep-compression-alexnet son: Efficient Neural Networks, Weight Pruning.

¿Qué alternativas de código abierto existen para songhan/deep-compression-alexnet?

Las alternativas de código abierto para songhan/deep-compression-alexnet incluyen: 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.