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

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

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
dpilger26 avatar

dpilger26/NumCpp

0
View on GitHub↗
3,963 نجوم·575 تفرعات·C++·MIT·3 مشاهداتdpilger26.github.io/NumCpp↗

NumCpp

NumCpp هو إطار عمل C++ ومكتبة للحوسبة العددية توفر مجموعة أدوات لإدارة المصفوفات متعددة الأبعاد والروتينات الرياضية. يعمل كتطبيق C++ لنظام NumPy، حيث يوفر إطار عمل للحوسبة العلمية لإدارة الموترات (tensors) وإجراء المعادلات الجبرية المعقدة.

يُمكّن المشروع من معالجة المصفوفات عالية الأداء داخل بيئة C++ دون الاعتماد على وقت تشغيل Python. ويتميز بتوفير واجهة تشبه NumPy لتنفيذ الجبر الخطي، وإدارة هياكل البيانات متعددة الأبعاد، وإجراء المعالجة العددية.

تغطي المكتبة مجموعة واسعة من القدرات، بما في ذلك العمليات الجبرية للمصفوفات، وإدارة هندسة المصفوفات من خلال التقطيع وإعادة التشكيل، وتوليد التوزيعات العشوائية. كما تتضمن أدوات لتحليل مجموعات البيانات، وإحصائيات المصفوفات، واستيراد وتصدير البيانات العددية عبر تنسيقات ثنائية ونصية.

Features

  • Multi-Dimensional Arrays - Implements a comprehensive framework for creating and manipulating multi-dimensional arrays for scientific computing.
  • NumPy-Compatible Implementations - Replicates the multi-dimensional array operations and numerical functions of the Python NumPy ecosystem in C++.
  • Strided - Utilizes strided memory mapping to allow efficient array reshaping and slicing without copying data.
  • Generic Type Safety - Leverages C++ templates to provide generic, type-safe multi-dimensional arrays for any numerical data type.
  • Array Broadcasting - Provides array broadcasting to virtually expand smaller arrays for element-wise arithmetic operations.
  • Array Geometry Management - Provides logic for controlling array geometry through reshaping, stride modifications, and size adjustments.
  • Array Manipulations - Implements high-performance functions for modifying array contents, including efficient slicing, reshaping, and broadcasting.
  • Array Slicing - Implements powerful array slicing to extract sub-sections based on boundaries or predicates.
  • Dimensional Reductions - Implements dimensional reduction operations to aggregate multi-dimensional data along specific axes.
  • Element-wise Array Operations - Implements high-performance element-wise operations that apply mathematical functions across every array member.
  • Linear Algebra Routines - Provides linear algebra routines to solve algebraic equations and compute matrix norms or determinants.
  • Matrix Numerical Computations - Provides algorithms for the representation and manipulation of multi-dimensional arrays using linear algebra.
  • Array Initialization - Offers programmatic creation of arrays using linear spacing, identity matrices, and fixed values.
  • Numerical Array Operations - Performs complex mathematical calculations, indexing, and reshaping on multi-dimensional arrays for scientific computing.
  • Numerical Libraries - Offers optimized algorithms for matrix operations and mathematical calculations on large datasets.
  • Contiguous Memory Buffers - Uses contiguous memory buffers to store multi-dimensional data, ensuring high cache locality and performance.
  • Array Reorientation - Enables data reorientation through diagonal extraction, triangular matrix creation, and axis flipping.
  • Array Binary Serialization - Enables fast loading and saving of arrays by writing raw memory contents and shape metadata directly to disk.
  • Data Import and Export - Enables the import and export of numerical arrays using binary dumps and delimited text formats.
  • Logical Array Operations - Provides element-wise logical operations to evaluate conditions and filter multi-dimensional data.
  • Array Concatenations - Ships functions to join multiple arrays via stacking or appending into a single structure.
  • Array Reductions - Accumulates values along specified axes to compute sums, products, and means for data aggregation.
  • Random Distribution Generation - Produces arrays populated with random values from normal and integer distributions for simulation and testing.
  • Array Statistical Aggregations - Calculates summary statistics like minimums, maximums, and unique values along specified axes.
  • Scientific Computing - Provides a computational framework for performing complex mathematical modeling and large-scale scientific data analysis.
  • Statistical Analysis Libraries - Provides comprehensive toolsets for calculating descriptive statistics and correlations across multi-dimensional datasets.
  • Scalar Mathematical Functions - Implements absolute value, trigonometric, logarithmic, and power functions for numeric types across arrays.
  • Array Equality Comparison - Provides utilities for element-wise equality checks and identifying divergent indices between numerical datasets.
  • Mathematical Libraries - C++ implementation of NumPy.
  • Mathematics - Template-based C++ implementation of NumPy.
  • Mathematics and Statistics - C++ implementation of NumPy-style functionality.

سجل النجوم

مخطط تاريخ النجوم لـ dpilger26/numcppمخطط تاريخ النجوم لـ dpilger26/numcpp

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

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

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

Start searching with AI

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

ما هي وظيفة dpilger26/numcpp؟

NumCpp هو إطار عمل C++ ومكتبة للحوسبة العددية توفر مجموعة أدوات لإدارة المصفوفات متعددة الأبعاد والروتينات الرياضية. يعمل كتطبيق C++ لنظام NumPy، حيث يوفر إطار عمل للحوسبة العلمية لإدارة الموترات (tensors) وإجراء المعادلات الجبرية المعقدة.

ما هي الميزات الرئيسية لـ dpilger26/numcpp؟

الميزات الرئيسية لـ dpilger26/numcpp هي: Multi-Dimensional Arrays, NumPy-Compatible Implementations, Strided, Generic Type Safety, Array Broadcasting, Array Geometry Management, Array Manipulations, Array Slicing.

ما هي البدائل مفتوحة المصدر لـ dpilger26/numcpp؟

تشمل البدائل مفتوحة المصدر لـ dpilger26/numcpp: xtensor-stack/xtensor — xtensor is a C++ multidimensional array library for numerical computing that provides N-dimensional containers with an… rust-ndarray/ndarray — ndarray is a multidimensional array library for Rust that serves as a linear algebra framework and scientific… nyandwi/machine_learning_complete — This is an interactive notebook-based course that teaches machine learning from Python fundamentals through deep… mrdbourke/zero-to-mastery-ml — This project is a machine learning educational curriculum and learning platform delivered through interactive Jupyter… torch/torch7 — Torch7 is a scientific computing environment and tensor computation library used for deep learning research and… iamseancheney/python_for_data_analysis_2nd_chinese_version — This project is an educational resource and a collection of instructional materials for performing data manipulation…

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

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع NumCpp.
  • xtensor-stack/xtensorالصورة الرمزية لـ xtensor-stack

    xtensor-stack/xtensor

    3,748عرض على GitHub↗

    xtensor is a C++ multidimensional array library for numerical computing that provides N-dimensional containers with an interface mirroring the NumPy API. It utilizes a lazy evaluation expression engine to defer numerical computations until assignment, which minimizes memory allocations and intermediate copies. The library features a foreign memory array adaptor that allows it to wrap external buffers, such as NumPy arrays, to perform numerical operations in-place without duplicating data. It further optimizes performance through lazy broadcasting and a system that manages the lifetime of temp

    C++c-plus-plus-14multidimensional-arraysnumpy
    عرض على GitHub↗3,748
  • rust-ndarray/ndarrayالصورة الرمزية لـ rust-ndarray

    rust-ndarray/ndarray

    4,290عرض على GitHub↗

    ndarray is a multidimensional array library for Rust that serves as a linear algebra framework and scientific computing tool. It provides the core infrastructure for creating and manipulating n-dimensional arrays, functioning as both a parallel array processor and a toolkit for numerical data analysis. The library distinguishes itself by providing efficient slicing and memory views, allowing for data sharing without copying. It leverages optimized backend math libraries for high-speed matrix multiplication and distributes heavy mathematical iterations across multiple CPU threads to accelerate

    Rust
    عرض على GitHub↗4,290
  • nyandwi/machine_learning_completeالصورة الرمزية لـ Nyandwi

    Nyandwi/machine_learning_complete

    4,983عرض على GitHub↗

    This is an interactive notebook-based course that teaches machine learning from Python fundamentals through deep learning and natural language processing. It uses real datasets and multiple frameworks within a structured, hands-on curriculum that combines concise explanations with executable code cells, built-in datasets, and embedded exercise checkpoints. Learning progresses through data preparation and exploration, classical machine learning workflows, computer vision with convolutional neural networks, and natural language processing with deep learning, all delivered as a cohesive progressi

    Jupyter Notebookcomputer-visiondata-analysisdata-science
    عرض على GitHub↗4,983
  • mrdbourke/zero-to-mastery-mlالصورة الرمزية لـ mrdbourke

    mrdbourke/zero-to-mastery-ml

    5,839عرض على GitHub↗

    This project is a machine learning educational curriculum and learning platform delivered through interactive Jupyter Notebooks. It serves as a comprehensive guide for mastering the Python data science toolkit, providing structured tutorials for numerical computing, tabular data manipulation, and statistical visualization. The curriculum includes specific implementation guides for Scikit-Learn and a practical course on TensorFlow for constructing, training, and deploying neural networks and computer vision models. It covers the end-to-end process of building predictive models, from initial pr

    Jupyter Notebookdata-sciencedeep-learningmachine-learning
    عرض على GitHub↗5,839
  • عرض جميع البدائل الـ 30 لـ NumCpp→