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

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

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

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

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

الأسئلة الشائعة

ما هي وظيفة 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…

بدائل مفتوحة المصدر لـ Tensor Puzzles

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Tensor Puzzles.
  • mml-book/mml-book.github.ioالصورة الرمزية لـ mml-book

    mml-book/mml-book.github.io

    15,671عرض على GitHub↗

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

    shuhuai007/Machine-Learning-Session

    5,241عرض على GitHub↗

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

    datawhalechina/thorough-pytorch

    3,684عرض على GitHub↗

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

    649453932/Bert-Chinese-Text-Classification-Pytorch

    4,425عرض على GitHub↗

    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
عرض جميع البدائل الـ 30 لـ Tensor Puzzles→