awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to weijie-chen/linear-algebra-with-python

Open-source alternatives to Linear Algebra With Python

30 open-source projects similar to weijie-chen/linear-algebra-with-python, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Linear Algebra With Python alternative.

  • justmarkham/scikit-learn-videosjustmarkham 的头像

    justmarkham/scikit-learn-videos

    3,795在 GitHub 上查看↗

    This project is a collection of interactive Jupyter notebooks and a structured machine learning tutorial series. It serves as an educational resource for studying predictive modeling and statistical analysis through a curriculum of executable code examples. The notebooks are specifically designed to accompany video tutorials, integrating external video assets with live code to synchronize visual instruction with hands-on experimentation. This approach allows users to follow sequential lessons while executing and modifying machine learning workflows directly in a browser. The content covers t

    Jupyter Notebook
    在 GitHub 上查看↗3,795
  • barbagroup/cfdpythonbarbagroup 的头像

    barbagroup/CFDPython

    4,065在 GitHub 上查看↗

    CFDPython is an educational resource for computational fluid dynamics and numerical analysis. It provides a structured curriculum to learn the physics of fluid flow by implementing numerical solutions to Navier-Stokes and partial differential equations. The project is organized as a series of incremental coding exercises delivered via Jupyter notebooks. Users build mathematical models for linear convection, diffusion, and Poisson equations across one and two dimensions to understand concepts such as convergence, stability, and numerical diffusion. The implementation utilizes NumPy for vector

    Jupyter Notebookcfdfluid-dynamicsjupyter-notebook
    在 GitHub 上查看↗4,065
  • rasbt/machine-learning-bookrasbt 的头像

    rasbt/machine-learning-book

    5,239在 GitHub 上查看↗

    This project is a comprehensive machine learning educational resource and tutorial series delivered as a collection of interactive Jupyter Notebooks. It provides practical Python implementations for the end-to-end machine learning lifecycle, covering supervised and unsupervised learning, deep learning, and reinforcement learning. The resource distinguishes itself by providing detailed implementation guides for complex architectures, including transformers, generative adversarial networks, and convolutional neural networks. It also features specialized courseware for developing reinforcement l

    Jupyter Notebook
    在 GitHub 上查看↗5,239

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • visualize-ml/book6_first-course-in-data-scienceVisualize-ML 的头像

    Visualize-ML/Book6_First-Course-in-Data-Science

    2,603在 GitHub 上查看↗

    This project is a structured data science curriculum and Python-based textbook designed to teach the fundamentals of data science through executable scripts and hands-on lessons. It functions as a guided programming tutorial for data manipulation and analysis within the Python ecosystem. The content covers introductory machine learning, including the implementation of basic models and algorithms, alongside Python data analysis for cleaning and processing datasets. The material is delivered via Jupyter Notebooks, combining modular exercises and markdown-driven documentation to map theoretical

    Jupyter Notebookdatadata-sciencedata-visualization
    在 GitHub 上查看↗2,603
  • jadijadi/machine_learning_with_python_jadijadijadi 的头像

    jadijadi/machine_learning_with_python_jadi

    1,127在 GitHub 上查看↗

    This repository is a collection of interactive Jupyter notebooks designed as an educational resource for learning machine learning and data science. It provides a structured curriculum that guides users through the development of predictive models and the analysis of datasets using standard Python libraries. The project utilizes a narrative-driven approach where explanatory text is interleaved with executable code blocks. This format allows learners to execute workflows step-by-step, enabling the visualization of data patterns and the practical implementation of mathematical models within a p

    Jupyter Notebook
    在 GitHub 上查看↗1,127
  • wesm/pydata-bookwesm 的头像

    wesm/pydata-book

    24,668在 GitHub 上查看↗

    This project serves as a comprehensive textbook and educational resource for data analysis using the Python ecosystem. It provides a structured guide to manipulating, cleaning, and processing datasets, focusing on the core tools required for numerical computing and statistical analysis. The repository distinguishes itself by offering a collection of practical code examples and workflows that demonstrate how to perform complex data tasks. It covers the application of vectorized numerical computations, the management of time-indexed data, and the creation of statistical visualizations to commun

    Jupyter Notebook
    在 GitHub 上查看↗24,668
  • jakevdp/whirlwindtourofpythonjakevdp 的头像

    jakevdp/WhirlwindTourOfPython

    4,006在 GitHub 上查看↗

    This project is a collection of curricular resources and hands-on tutorials designed to teach Python programming and scientific computing. It consists of a series of interactive lessons and executable notebooks that provide a guided approach to learning Python through a combination of code and prose. The curriculum is specifically designed for experienced programmers to quickly master Python syntax, data structures, and core language semantics. It includes an introductory guide to the libraries and programming environments used for scientific computing and complex dataset analysis. The educa

    Jupyter Notebook
    在 GitHub 上查看↗4,006
  • kf-liu/the-art-of-linear-algebra-zh-cnkf-liu 的头像

    kf-liu/The-Art-of-Linear-Algebra-zh-CN

    5,406在 GitHub 上查看↗

    This repository is a Chinese translation of The Art of Linear Algebra, a visual educational resource that makes abstract linear algebra concepts concrete through clear graphical diagrams. Its core approach replaces symbolic derivations with intuitive illustrations of vector and matrix operations, matrix factorizations, and eigenvalue properties, helping learners see how matrices work from multiple perspectives. The guide distinguishes itself by teaching matrix factorizations—such as LU, QR, eigenvalue decomposition, and singular value decomposition—through a family of decomposition techniqu

    PostScriptgraphicslinear-algebra
    在 GitHub 上查看↗5,406
  • mleveryday/100-days-of-ml-codeMLEveryday 的头像

    MLEveryday/100-Days-Of-ML-Code

    22,232在 GitHub 上查看↗

    100-Days-Of-ML-Code is a machine learning curriculum and instructional resource designed as a structured 100-day learning path. It provides a sequence of daily milestones that cover the mathematical foundations and practical implementations of machine learning algorithms. The project is organized into specialized courses for supervised and unsupervised learning. Supervised learning materials cover the implementation of predictive models such as linear regression, decision trees, and support vector machines. Unsupervised learning materials focus on clustering models, including K-Means and hier

    Jupyter Notebook100-days-of-ml-codechinese-simplifieddeep-learning
    在 GitHub 上查看↗22,232
  • jwarmenhoven/coursera-machine-learningJWarmenhoven 的头像

    JWarmenhoven/Coursera-Machine-Learning

    859在 GitHub 上查看↗

    This repository serves as an educational collection of Python implementations for fundamental machine learning algorithms and statistical models. It provides a structured environment for learning core concepts through interactive computational documents that combine live code, narrative text, and data visualizations. The codebase focuses on predictive modeling development, offering instructional examples for building and evaluating regression, classification, and neural network models. It utilizes standardized data science library interfaces to demonstrate how to implement and execute these a

    Jupyter Notebookandrew-ngcoursera-machine-learningpredictive-modeling
    在 GitHub 上查看↗859
  • nyandwi/machine_learning_completeNyandwi 的头像

    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
  • donnemartin/data-science-ipython-notebooksdonnemartin 的头像

    donnemartin/data-science-ipython-notebooks

    29,166在 GitHub 上查看↗

    This project is a collection of interactive Python notebooks and educational resources designed for mastering data science, machine learning, and numerical computing. It provides a series of practical guides and tutorials covering deep learning, big data processing, and statistical analysis. The repository features specialized instructional suites for implementing classical machine learning algorithms, building deep learning model architectures, and managing AWS cloud infrastructure. It includes dedicated notebooks for data visualization and numerical computing exercises. The project covers

    Pythonawsbig-datacaffe
    在 GitHub 上查看↗29,166
  • fincept-corporation/finceptterminalFincept-Corporation 的头像

    Fincept-Corporation/FinceptTerminal

    26,900在 GitHub 上查看↗

    FinceptTerminal is a quantitative finance platform and financial engineering library designed for asset valuation, risk management, and fixed-income analytics. It provides a comprehensive suite for algorithmic trading and investment strategy automation, integrating specialized language model agents and node-based workflows to automate market research and alpha generation. The project distinguishes itself with a dedicated game theory analysis engine for calculating Nash equilibria and simulating strategic interactions in competitive markets. It also features a specialized credit risk modeling

    C++bloomberg-terminalcontributions-welcomefinance
    在 GitHub 上查看↗26,900
  • josephmisiti/awesome-machine-learningjosephmisiti 的头像

    josephmisiti/awesome-machine-learning

    72,867在 GitHub 上查看↗

    This project is a comprehensive, community-driven directory of machine learning resources, software libraries, and educational materials. It serves as a centralized knowledge base for developers and researchers, organizing tools and frameworks by their primary programming language and technical domain to simplify discovery across the artificial intelligence ecosystem. The collection distinguishes itself by providing a cross-language development index that spans diverse programming environments, including C, C++, Rust, Clojure, and Python. It covers a wide range of specialized capabilities, fr

    Python
    在 GitHub 上查看↗72,867
  • jerry-git/learn-python3jerry-git 的头像

    jerry-git/learn-python3

    6,754在 GitHub 上查看↗

    This is an interactive Python tutorial delivered as a collection of Jupyter notebooks. It is designed as a structured learning path for beginners, teaching fundamental language concepts through a sequence of lessons that combine explanatory text with runnable code cells and embedded practice exercises. Each notebook is a self-contained unit that introduces a topic, demonstrates it with a minimal code example, and then asks the learner to write code themselves, receiving immediate feedback from the browser-based execution environment. The curriculum is built on a progressive concept-stacking mo

    HTMLjupyter-notebooklearning-pythonpython-exercises
    在 GitHub 上查看↗6,754
  • zlotus/notes-linear-algebrazlotus 的头像

    zlotus/notes-linear-algebra

    4,203在 GitHub 上查看↗

    This project is a collection of linear algebra educational notebooks and study resources. It serves as a mathematics study resource providing structured notes and explanations for learning core algebraic concepts. The material is authored as interactive math tutorials and LaTeX mathematical courseware, combining theoretical explanations with executable mathematical examples. Content is delivered through markdown-based study resources and converted into static site mathematics notes for serverless web access. The curriculum covers a range of mathematical theory, including matrix elimination,

    Jupyter Notebook
    在 GitHub 上查看↗4,203
  • mrdbourke/tensorflow-deep-learningmrdbourke 的头像

    mrdbourke/tensorflow-deep-learning

    5,914在 GitHub 上查看↗

    This is a comprehensive deep learning course delivered entirely through Jupyter Notebooks, designed to teach neural network construction using TensorFlow 2.x. The curriculum follows a sequential-model-first pedagogy, introducing the Sequential API before moving to functional and subclassing approaches, and covers the full spectrum of model building from regression and classification through convolutional neural networks, natural language processing, and time series forecasting. The course is structured around a checkpoint-based training workflow that saves the best model weights during traini

    Jupyter Notebook
    在 GitHub 上查看↗5,914
  • towardsai/tutorialstowardsai 的头像

    towardsai/tutorials

    1,023在 GitHub 上查看↗

    This project is an educational collection of tutorials and executable code notebooks focused on data science, machine learning, deep learning, and natural language processing concepts in Python. It provides instructional resources covering statistical analysis, linear algebra, artificial intelligence algorithms, and step-by-step guides for developers learning data science. The repository covers a broad spectrum of computational and statistical capabilities, including neural network construction, gradient-based optimization techniques, curve fitting, regression modeling, and collaborative filt

    Jupyter Notebookcollaborative-filteringdata-sciencedeep-learning
    在 GitHub 上查看↗1,023
  • deqianbai/hands-on-machine-learningDeqianBai 的头像

    DeqianBai/Hands-on-Machine-Learning

    1,548在 GitHub 上查看↗

    This project is a collection of interactive Jupyter notebooks designed to teach machine learning and deep learning fundamentals through hands-on coding exercises. It provides a structured curriculum that guides users through the end-to-end data science lifecycle, covering everything from initial data preprocessing to final model evaluation. The repository distinguishes itself by bridging theoretical data science concepts with practical implementation using standard industry libraries. It features a series of tutorials that demonstrate how to build and train predictive models and complex neura

    Jupyter Notebook
    在 GitHub 上查看↗1,548
  • ageron/handson-mlageron 的头像

    ageron/handson-ml

    25,608在 GitHub 上查看↗

    This is a machine learning educational repository consisting of a collection of notebooks and code examples. It provides practical implementations of diverse machine learning algorithms and workflows, ranging from traditional scientific computing to deep learning. The project features specific implementations of Scikit-Learn models, such as decision trees, random forests, and support vector machines, as well as TensorFlow examples for building neural networks, convolutional layers, and recurrent architectures. It also includes tutorials on reinforcement learning development and the creation o

    Jupyter Notebook
    在 GitHub 上查看↗25,608
  • uwdata/visualization-curriculumuwdata 的头像

    uwdata/visualization-curriculum

    1,366在 GitHub 上查看↗

    Visualization Curriculum is a curated collection of educational Jupyter notebooks and interactive lessons designed to teach foundational principles and practical design patterns for data visualization. The curriculum covers core concepts such as visual encoding, graphical marks, scales, data transformation, multi-view composition, and interaction techniques. Lessons employ declarative grammars to define data graphics through high-level specifications that map data fields directly to visual marks and channels. The materials support multi-view composition architecture, coordinating distinct da

    Jupyter Notebookaltairinteractive-notebooksvisualization-curriculum
    在 GitHub 上查看↗1,366
  • guipsamora/pandas_exercisesguipsamora 的头像

    guipsamora/pandas_exercises

    12,180在 GitHub 上查看↗

    This repository is a collection of structured coding challenges designed to build proficiency in data manipulation, cleaning, and transformation using the Python data analysis library. It functions as a hands-on tutorial for learning how to process and analyze tabular datasets through a series of practical, real-world exercises. The project utilizes interactive documents that combine live code cells with narrative text, allowing users to execute data manipulation logic in a persistent environment. The content is organized into modular, progressive units that increase in complexity, enabling u

    Jupyter Notebookjupyter-notebookspandaspandas-tutorial
    在 GitHub 上查看↗12,180
  • aymericdamien/tensorflow-examplesaymericdamien 的头像

    aymericdamien/TensorFlow-Examples

    43,749在 GitHub 上查看↗

    This repository serves as a structured educational resource for machine learning and deep learning, providing a library of executable scripts and notebooks. It is designed to help users master the practical application of data processing, model evaluation, and neural network construction through annotated code samples and guided tutorials. The collection focuses on translating theoretical mathematical concepts into functional code, offering proven patterns for common tasks such as classification and regression. By providing curated examples of layer construction and training loops, the reposi

    Jupyter Notebookdeep-learningexamplesmachine-learning
    在 GitHub 上查看↗43,749
  • bramblexu/pydata-notebookBrambleXu 的头像

    BrambleXu/pydata-notebook

    4,657在 GitHub 上查看↗

    This project is a collection of educational resources and study materials focused on scientific computing and data analysis using Python. It consists of translated notes and Jupyter notebooks designed to guide learners through the Python data ecosystem. The content covers specialized workflows including numerical computation, data cleaning, and time series analysis. These materials provide a reference for performing complex data manipulations and processing sequential data to identify patterns. The resource is organized as a series of static files and markdown documents using a flat-file dir

    Jupyter Notebookchinese-translationdata-analysisjupyter-notebook
    在 GitHub 上查看↗4,657
  • atcold/nyu-dlsp20Atcold 的头像

    Atcold/NYU-DLSP20

    6,809在 GitHub 上查看↗

    NYU-DLSP20 is a self-paced deep learning course repository that provides a complete educational curriculum covering supervised and unsupervised deep learning fundamentals. The course materials include lecture slides, Jupyter notebooks, and YouTube video recordings, all organized around PyTorch-based code exercises and neural network architecture tutorials. The course is structured as a sequential progression from fundamentals to advanced architectures, with each lecture building on previous material. Assignments are distributed as Jupyter notebooks that students complete and submit, ensuring

    Jupyter Notebookdeep-learningjupyter-notebookneural-nets
    在 GitHub 上查看↗6,809
  • boyu-ai/hands-on-rlboyu-ai 的头像

    boyu-ai/Hands-on-RL

    4,818在 GitHub 上查看↗

    Hands-on-RL is an interactive educational resource and collection of Jupyter notebooks designed for learning reinforcement learning. It combines technical theory with practical, runnable code to demonstrate the implementation and training of mainstream reinforcement learning agents. The project focuses on bridging the gap between theory and practice through a tutorial structure that organizes explanations and executable code blocks sequentially. It enables the prototyping of reinforcement learning models to observe their behavior and performance in real-time. The implementation utilizes a mo

    Jupyter Notebook
    在 GitHub 上查看↗4,818
  • ed-donner/llm_engineeringed-donner 的头像

    ed-donner/llm_engineering

    4,932在 GitHub 上查看↗

    This project is an educational resource and software architecture framework focused on the technical foundations of large language model engineering. It provides a collection of guides and design patterns for building and maintaining professional, scalable systems using large language models. The resource outlines practical implementation patterns for orchestrating workflows that combine prompt engineering, model calls, and vector databases. It focuses on transforming prompt development into a structured engineering process to ensure reliable model outputs in production environments. The cov

    Jupyter Notebook
    在 GitHub 上查看↗4,932
  • kaieye/2022-machine-learning-specializationkaieye 的头像

    kaieye/2022-Machine-Learning-Specialization

    4,603在 GitHub 上查看↗

    This repository is a collection of machine learning course materials, providing study notes and Python implementation examples for a professional specialization. It serves as a guide for supervised and unsupervised learning, focusing on the application of fundamental algorithms. The content covers a broad range of machine learning education, including the mathematical foundations and practical prototyping of models. It specifically provides resources for implementing regression, classification, clustering, and dimensionality reduction techniques. The project is organized as a curriculum-base

    Jupyter Notebook
    在 GitHub 上查看↗4,603
  • dunovank/jupyter-themesdunovank 的头像

    dunovank/jupyter-themes

    9,822在 GitHub 上查看↗

    jupyter-themes is a Jupyter Notebook theme manager and CSS interface customizer. It provides a command line tool to apply custom color schemes, fonts, and layout styles to notebook environments. The project includes a data visualization styling tool that synchronizes the aesthetic properties and color schemes of plotting libraries with the active interface theme. This ensures that data charts and figures remain visually consistent with the overall workspace theme.

    CSScssjupyterjupyter-notebook
    在 GitHub 上查看↗9,822
  • ageron/tf2_courseageron 的头像

    ageron/tf2_course

    1,909在 GitHub 上查看↗

    This project is an educational resource consisting of a structured curriculum of interactive notebooks designed to teach deep learning concepts and neural network architectures. It focuses on providing hands-on experience with the TensorFlow 2 framework and the Keras API, guiding users through practical exercises to master machine learning techniques. The repository distinguishes itself by combining instructional content with the technical requirements for high-performance computing. It includes specific guides for configuring local development environments to support hardware-accelerated tra

    Jupyter Notebook
    在 GitHub 上查看↗1,909