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
·

3 Repos

Awesome GitHub RepositoriesConvolutional Layer Conversion

Methods for replacing fully connected layers with convolutional layers.

Distinguishing note: No existing candidates; focuses on architectural flexibility.

Explore 3 awesome GitHub repositories matching artificial intelligence & ml · Convolutional Layer Conversion. Refine with filters or upvote what's useful.

Awesome Convolutional Layer Conversion GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • d2l-ai/d2l-enAvatar von d2l-ai

    d2l-ai/d2l-en

    29,001Auf GitHub ansehen↗

    This project is an educational platform and research toolkit designed to teach deep learning through a combination of mathematical theory, visual diagrams, and executable code. It provides a comprehensive environment for building, training, and evaluating neural networks, grounding complex concepts in interactive computational notebooks that allow for hands-on experimentation. The framework distinguishes itself by interleaving theoretical foundations—including linear algebra, calculus, and probability—with practical implementations across multiple industry-standard libraries. It supports flex

    Uses global average pooling instead of dense layers to reduce parameter counts while maintaining classification performance.

    Pythonbookcomputer-visiondata-science
    Auf GitHub ansehen↗29,001
  • cs231n/cs231n.github.ioAvatar von cs231n

    cs231n/cs231n.github.io

    10,923Auf GitHub ansehen↗

    This project is a static educational website and comprehensive curriculum focused on computer vision and deep learning. It serves as a public repository of instructional materials, lecture notes, and technical guides specifically detailing convolutional neural networks and visual recognition. The site is developed using static-site generation to host course documentation and student project directories. It provides structured academic resources that guide learners through image classification, generative modeling, and the implementation of various neural network architectures. The curriculum

    Explains how to convert fully connected layers into convolutional layers to enable spatial evaluation of images.

    Jupyter Notebook
    Auf GitHub ansehen↗10,923
  • kaiminghe/deep-residual-networksAvatar von KaimingHe

    KaimingHe/deep-residual-networks

    6,738Auf GitHub ansehen↗

    Dieses Projekt bietet ein Framework für Deep Residual Networks und vortrainierte PyTorch-Modelle, die für hochpräzise Bilderkennung konzipiert sind. Es implementiert eine Architektur für neuronale Netze, die Skip-Connections nutzt, um das Training sehr tiefer Modelle ohne Gradienten-Degradation zu ermöglichen. Das System ist für Computer-Vision-Aufgaben wie Bildklassifizierung, Objekterkennung und visuelle Datensegmentierung ausgelegt. Es enthält auf ImageNet trainierte Gewichte, um Transfer Learning und das Fine-Tuning von Modellen auf benutzerdefinierten Bilddatensätzen zu unterstützen. Das architektonische Design konzentriert sich auf Residual-Learning-Blöcke, Bottleneck-Layer-Konfigurationen und Batch-Normalisierung, um die Stabilität während des Trainings zu wahren. Das Framework verwendet zudem Global Average Pooling, um Parameter zu reduzieren und Overfitting zu verhindern.

    Utilizes global average pooling to replace fully connected layers, reducing total parameters and preventing overfitting.

    Auf GitHub ansehen↗6,738
  1. Home
  2. Artificial Intelligence & ML
  3. Convolutional Layer Conversion

Unter-Tags erkunden

  • Pooling ReplacementsMethods for replacing parameter-heavy fully connected layers with global pooling operations. **Distinct from Convolutional Layer Conversion:** Distinct from general layer conversion: focuses specifically on replacing fully connected layers.