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

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

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

3 مستودعات

Awesome GitHub RepositoriesJavaScript Linear Algebra Libraries

High-performance mathematical libraries for tensor and matrix operations implemented in JavaScript.

Distinct from Linear Algebra Routines: The candidates focus on general linear algebra or specific sparse routines; this targets the JS ecosystem specifically.

Explore 3 awesome GitHub repositories matching scientific & mathematical computing · JavaScript Linear Algebra Libraries. Refine with filters or upvote what's useful.

Awesome JavaScript Linear Algebra Libraries GitHub Repositories

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

    PAIR-code/deeplearnjs

    8,435عرض على GitHub↗

    Deeplearnjs is a JavaScript deep learning framework and automatic differentiation engine designed for building and training artificial intelligence models within a web browser environment. It functions as a machine learning library that leverages WebGL to provide hardware acceleration for neural networks. The project serves as a high-performance linear algebra library, using the GPU to execute operations on multi-dimensional arrays. This enables the implementation of deep learning models and the execution of client-side machine learning inference. The framework covers the complete automatic

    Provides a high-performance toolkit for complex mathematical operations on multi-dimensional arrays within JavaScript.

    TypeScript
    عرض على GitHub↗8,435
  • stdlib-js/stdlibالصورة الرمزية لـ stdlib-js

    stdlib-js/stdlib

    5,735عرض على GitHub↗

    Accelerates linear algebra by calling native BLAS libraries with pure JavaScript fallbacks.

    JavaScriptjavascriptjslibrary
    عرض على GitHub↗5,735
  • thi-ng/umbrellaالصورة الرمزية لـ thi-ng

    thi-ng/umbrella

    3,818عرض على GitHub↗

    Umbrella is a comprehensive ecosystem of TypeScript-based libraries and a mono-repository designed for UI rendering, mathematical frameworks, WebAssembly bridging, and functional data processing. It provides a suite of tools for managing reactive data streams, binary serialization, and specialized memory management. The project includes a reactive component model for generating HTML, SVG, and Canvas elements from nested data structures, as well as a system for integrating JavaScript and WebAssembly through generated bindings. It features a mathematical framework for linear algebra, tensor ope

    Provides high-performance linear algebra, tensor operations, and geometric calculations implemented in TypeScript.

    TypeScriptcolordata-structuresdsl
    عرض على GitHub↗3,818
  1. Home
  2. Scientific & Mathematical Computing
  3. JavaScript Linear Algebra Libraries

استكشف الوسوم الفرعية

  • BLAS InterfacesJavaScript bindings to native BLAS libraries for accelerating linear algebra operations. **Distinct from JavaScript Linear Algebra Libraries:** Distinct from JavaScript Linear Algebra Libraries: specifically interfaces with native BLAS libraries, not pure JS implementations.