awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • exacity/deeplearningbook-chineseexacity 的头像

    exacity/deeplearningbook-chinese

    37,285在 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
    在 GitHub 上查看↗37,285
  • numenta/nupicnumenta 的头像

    numenta/nupic

    6,352在 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
    在 GitHub 上查看↗6,352
  • mdeff/cnn_graphmdeff 的头像

    mdeff/cnn_graph

    1,369在 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
    在 GitHub 上查看↗1,369
  1. Home
  2. Artificial Intelligence & ML
  3. Sparse Representations