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,285GitHub पर देखें↗

    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,352GitHub पर देखें↗

    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,369GitHub पर देखें↗

    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