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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • exacity/deeplearningbook-chineseAvatar exacity

    exacity/deeplearningbook-chinese

    37,285Vezi pe 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
    Vezi pe GitHub↗37,285
  • numenta/nupicAvatar numenta

    numenta/nupic

    6,352Vezi pe 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
    Vezi pe GitHub↗6,352
  • mdeff/cnn_graphAvatar mdeff

    mdeff/cnn_graph

    1,369Vezi pe 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
    Vezi pe GitHub↗1,369
  1. Home
  2. Artificial Intelligence & ML
  3. Sparse Representations