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
·

3 dépôts

Awesome GitHub RepositoriesSparse Representations

Techniques for learning encodings where only a small number of hidden units are active.

Distinguishing note: Candidates focus on UI overlays or file managers, not neural network sparsity constraints.

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

Awesome Sparse Representations GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • exacity/deeplearningbook-chineseAvatar de exacity

    exacity/deeplearningbook-chinese

    37,285Voir sur GitHub↗

    This project is a comprehensive Chinese translation of a technical deep learning textbook, providing an educational resource on the theory and implementation of neural networks. It functions as a collaborative technical translation project designed to make complex academic AI literature accessible to non-English speakers. The project utilizes a community-driven translation model that integrates external suggestions and pull requests to refine linguistic accuracy and reduce bias. It employs standardized terminology mapping to ensure a uniform vocabulary throughout the translated content. To i

    Explains how to produce sparse encodings of input data by penalizing hidden unit activation.

    TeX
    Voir sur GitHub↗37,285
  • numenta/nupicAvatar de numenta

    numenta/nupic

    6,352Voir sur GitHub↗

    NuPIC is a machine learning framework that implements Hierarchical Temporal Memory (HTM) theory, a neuroscience-inspired approach to artificial intelligence. It models principles of the neocortex to build systems capable of learning patterns from streaming data, performing sequence prediction, and detecting anomalies in real-time data streams. The framework is built around a Cortical Learning Algorithm that combines spatial pooling and temporal memory to process streaming input. It uses Sparse Distributed Representations to encode input patterns, a Spatial Pooler to convert dense input into s

    Encodes input patterns as binary vectors where only a small fraction of bits are active, enabling high-capacity pattern storage.

    Python
    Voir sur GitHub↗6,352
  • mdeff/cnn_graphAvatar de mdeff

    mdeff/cnn_graph

    1,369Voir sur GitHub↗

    Cnn_graph is a graph convolutional network framework and graph signal processing library designed for machine learning research. It provides computational notebooks and code to process and classify graph-structured data by combining node features with an underlying adjacency matrix representation. The framework performs spectral graph convolutions through localized filters and accelerates filtering operations using truncated Chebyshev polynomials to avoid explicit graph Laplacian diagonalization. It includes a graph-structured data pipeline and sparse adjacency representations to handle irreg

    Optimizes memory usage and computation speed by storing network connections using sparse matrix formats tailored for irregular topologies.

    Jupyter Notebookconvolutional-neural-networksdeep-learninggraph-neural-networks
    Voir sur GitHub↗1,369
  1. Home
  2. Artificial Intelligence & ML
  3. Sparse Representations