awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم 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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • exacity/deeplearningbook-chineseالصورة الرمزية لـ exacity

    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/nupicالصورة الرمزية لـ numenta

    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_graphالصورة الرمزية لـ mdeff

    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