awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
srush avatar

srush/Tensor-Puzzles

0
View on GitHub↗
4,162 स्टार्स·378 फोर्क्स·Jupyter Notebook·MIT·8 व्यूज़

Tensor Puzzles

Tensor-Puzzles एक शैक्षिक अभ्यास सूट और संख्यात्मक कंप्यूटिंग ट्यूटोरियल है जिसे PyTorch के भीतर टेंसर ऑपरेशंस और ब्रॉडकास्टिंग नियमों में महारत हासिल करने के लिए डिज़ाइन किया गया है। यह एक कार्यान्वयन ट्रेनर के रूप में कार्य करता है जहां उपयोगकर्ता डीप लर्निंग गणितीय प्रिमिटिव्स को फिर से लागू करके गणितीय सूत्रों को कोड में बदलने का अभ्यास करते हैं।

यह प्रोजेक्ट एक बाधा-आधारित अभ्यास सूट का उपयोग करता है जो विशिष्ट टेंसर प्रिमिटिव्स के उपयोग को मजबूर करने के लिए उपलब्ध लाइब्रेरी कॉल्स को प्रतिबंधित करता है। ये चुनौतियां अनुक्रमिक पहेलियों के रूप में संरचित हैं जिन्हें उपयोगकर्ताओं को एक मॉड्यूलर कार्यान्वयन पैटर्न का उपयोग करके कार्यों को हल करने की आवश्यकता होती है, जहां जटिल फंक्शन्स को सरल आश्रित ऑपरेशंस में तोड़ दिया जाता है।

सटीकता एक PyTorch-एकीकृत निष्पादन वातावरण के माध्यम से सुनिश्चित की जाती है जो संदर्भ-कार्यान्वयन सत्यापन और संख्यात्मक-सहिष्णुता जांच का उपयोग करता है। सिस्टम सत्यापित करता है कि उपयोगकर्ता-परिभाषित आउटपुट संदर्भ परिणामों से मेल खाते हैं और मानक बहुआयामी सरणी ब्रॉडकास्टिंग नियमों का पालन करते हैं।

Features

  • Tensor Broadcasting - Provides a mechanism for validating that multi-dimensional arrays align according to standard tensor broadcasting rules.
  • Runtime Evaluation Environments - Provides an execution environment that runs user code within a live PyTorch session for validation.
  • PyTorch Tensor Operations - Integrates with PyTorch to execute tensor operations and validate runtime shapes and types.
  • PyTorch Code Exercises - Offers practical exercises and constrained challenges for learning multi-dimensional array manipulation in PyTorch.
  • Machine Learning Mathematics - Teaches the fundamental mathematical operations and logic underlying neural network layers.
  • Automated Exercise Suites - Provides a series of coding tasks bundled with automated verification for tensor operation implementation.
  • API Call Restrictions - Restricts available library calls to force the use of specific tensor primitives during exercises.
  • Reference Implementation Validation - Evaluates user submissions against a hidden gold-standard implementation to ensure mathematical equivalence.
  • Implementation Trainers - Trains users to transition from mathematical formulas to efficient PyTorch code through verified exercises.
  • Progressive Learning Paths - Structures tensor manipulation tasks as a series of progressive puzzles where solutions build on previous concepts.
  • Programming Course Materials - Offers structured sets of interactive lessons for reimplementing deep learning mathematical primitives.
  • Precision-Tolerant Comparisons - Uses epsilon-based precision-tolerant comparisons to handle floating point rounding errors in tensor results.
  • Interactive Tutorials - Serves as a guided set of challenges for understanding tensor broadcasting and linear algebra fundamentals.
  • Runtime Shape Verification - Provides runtime verification to ensure tensor dimensions adhere to broadcasting alignment rules.
  • Numerical Tolerance Checks - Implements a test runner that verifies tensor output correctness using numerical tolerance epsilon checks.

स्टार हिस्ट्री

srush/tensor-puzzles के लिए स्टार हिस्ट्री चार्टsrush/tensor-puzzles के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Tensor Puzzles के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Tensor Puzzles के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • mml-book/mml-book.github.iomml-book का अवतार

    mml-book/mml-book.github.io

    15,671GitHub पर देखें↗

    This project is an educational resource focused on machine learning mathematics education. It provides a curriculum for the mathematical foundations required to understand and implement machine learning algorithms, covering linear algebra, calculus, probability, and optimization. The resource includes structured mathematics modules and a foundation curriculum paired with practice exercises, instructor manuals, and solution guides. It offers technical textbook supplementation through downloadable PDF materials and supplementary learning content such as video lectures and presentation slides.

    Jupyter Notebook
    GitHub पर देखें↗15,671
  • shuhuai007/machine-learning-sessionshuhuai007 का अवतार

    shuhuai007/Machine-Learning-Session

    5,241GitHub पर देखें↗

    This project is a machine learning educational resource and study site focused on the theoretical foundations and mathematical derivations of machine learning algorithms. It serves as a study guide for mastering the linear algebra, calculus, and proofs required for predictive modeling. The site functions as a markdown documentation portal and static site generator, converting formatted text and LaTeX formulas into a structured web interface. It utilizes a typesetting engine to render complex academic derivations and mathematical equations clearly within the browser. The platform includes a r

    GitHub पर देखें↗5,241
  • datawhalechina/thorough-pytorchdatawhalechina का अवतार

    datawhalechina/thorough-pytorch

    3,684GitHub पर देखें↗

    This project is an educational resource and comprehensive guide for implementing and deploying deep learning models using the PyTorch framework. It provides a structured learning curriculum consisting of tutorials and notebooks that cover neural network architectures, data pipelines, and model optimization across multiple AI domains. The curriculum includes practical implementation guides for building convolutional networks, transformers, and recurrent models. It specifically focuses on workflows for computer vision, including image classification, object detection, and segmentation, as well

    Jupyter Notebookdeep-learningmachine-learningpython
    GitHub पर देखें↗3,684
  • 649453932/bert-chinese-text-classification-pytorch649453932 का अवतार

    649453932/Bert-Chinese-Text-Classification-Pytorch

    4,425GitHub पर देखें↗

    This project is a PyTorch-based Chinese text classification framework. It provides a transformer-based pipeline designed to categorize Chinese language sequences into predefined labels using deep learning models. The implementation supports both BERT and ERNIE language models for processing and tagging complex Chinese text. These models are used to perform tasks such as sentiment analysis and general text categorization. The system utilizes transformer-based text encoding and attention-weighted sequence pooling to convert raw characters into document vectors. It employs pre-trained model fin

    Python
    GitHub पर देखें↗4,425
Tensor Puzzles के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

srush/tensor-puzzles क्या करता है?

Tensor-Puzzles एक शैक्षिक अभ्यास सूट और संख्यात्मक कंप्यूटिंग ट्यूटोरियल है जिसे PyTorch के भीतर टेंसर ऑपरेशंस और ब्रॉडकास्टिंग नियमों में महारत हासिल करने के लिए डिज़ाइन किया गया है। यह एक कार्यान्वयन ट्रेनर के रूप में कार्य करता है जहां उपयोगकर्ता डीप लर्निंग गणितीय प्रिमिटिव्स को फिर से लागू करके गणितीय सूत्रों को कोड में बदलने का अभ्यास करते हैं।

srush/tensor-puzzles की मुख्य विशेषताएं क्या हैं?

srush/tensor-puzzles की मुख्य विशेषताएं हैं: Tensor Broadcasting, Runtime Evaluation Environments, PyTorch Tensor Operations, PyTorch Code Exercises, Machine Learning Mathematics, Automated Exercise Suites, API Call Restrictions, Reference Implementation Validation।

srush/tensor-puzzles के कुछ ओपन-सोर्स विकल्प क्या हैं?

srush/tensor-puzzles के ओपन-सोर्स विकल्पों में शामिल हैं: shuhuai007/machine-learning-session — This project is a machine learning educational resource and study site focused on the theoretical foundations and… mml-book/mml-book.github.io — This project is an educational resource focused on machine learning mathematics education. It provides a curriculum… datawhalechina/thorough-pytorch — This project is an educational resource and comprehensive guide for implementing and deploying deep learning models… 649453932/bert-chinese-text-classification-pytorch — This project is a PyTorch-based Chinese text classification framework. It provides a transformer-based pipeline… atcold/nyu-dlsp20 — NYU-DLSP20 is a self-paced deep learning course repository that provides a complete educational curriculum covering… amdegroot/ssd.pytorch — This is a PyTorch object detection framework that implements the Single Shot MultiBox Detector for identifying and…