ランキングに戻る

pim-book/programmers-introduction-to-mathematics

JavaScriptpimbook.org

Code for A Programmer's Introduction to Mathematics

mathematicsprogrammerpython
スター成長
スター
3.7k
フォーク
301
週間成長
Issue
4
1k2k3k
2018年10月2021年5月2023年12月2026年7月
成果物npmnpm install programmers-introduction-to-mathematics
README

A Programmer's Introduction to Mathematics

CircleCI Coverage Status Language grade: Python

This repository contains the code implementing the applications from each chapter of A Programmer's Introduction to Mathematics. All code is written in Python 3.x. Feel free to submit a pull request if you find a bug.

To install the requirements and run the examples, using pip and virtualenv (Python's standard packaging tools):

virtualenv -p python3 venv
source venv/bin/activate
pip install -r requirements.txt

To run the test suite:

pytest

# with code coverage
pytest --cov-report html:cov_html  --cov-report annotate:cov_annotate --cov

Docker

To build and run the code in the repository with docker, run

docker build -t pimbook -f Dockerfile . 
docker run -it --name pimbook pimbook:latest 
関連リポジトリ
TheAlgorithms/C-Plus-Plus

Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.

C++MIT Licensecppalgorithm
thealgorithms.github.io/C-Plus-Plus
34.5k7.8k
TheAlgorithms/JavaScript

Algorithms and Data Structures implemented in JavaScript for beginners, following best practices.

JavaScriptnpmGNU General Public License v3.0algorithmalgorithm-challenges
the-algorithms.com/language/javascript
34.2k5.9k
TheAlgorithms/C

Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.

CGNU General Public License v3.0algorithmsdata-structures
thealgorithms.github.io/C
22.3k4.8k
williamfiset/algorithms

A collection of algorithms and data structures

JavaMavenMIT Licensealgorithmslinear-algebra
18.7k4.5k
williamfiset/Algorithms

A collection of algorithms and data structures

JavaMavenMIT Licensealgorithmslinear-algebra
17.7k4.4k
rossant/awesome-math

A curated list of awesome mathematics resources

PythonPyPIawesome-listmathematics
15.9k1.6k
tangyudi/Ai-Learn

人工智能学习路线图,整理近200个实战案例与项目,免费提供配套教材,零基础入门,就业实战!包括:Python,数学,机器学习,数据分析,深度学习,计算机视觉,自然语言处理,PyTorch tensorflow machine-learning,deep-learning data-analysis data-mining mathematics data-science artificial-intelligence python tensorflow tensorflow2 caffe keras pytorch algorithm numpy pandas matplotlib seaborn nlp cv等热门领域

machine-learningdeep-learning
13.2k2.7k
mathjax/MathJax

Beautiful and accessible math in all browsers

JavaScriptnpmApache License 2.0javascriptmathematics
mathjax.org
10.9k1.2k
zhanwen/MathModel

研究生数学建模,本科生数学建模、数学建模竞赛优秀论文,数学建模算法,LaTeX论文模板,算法思维导图,参考书籍,Matlab软件教程,PPT

TeXmathematicsmath
10.8k2.2k
Visualize-ML/Book4_Power-of-Matrix

Book_4_《矩阵力量》 | 鸢尾花书:从加减乘除到机器学习;上架!

Jupyter Notebooklinearlinear-algebra
10k1.6k
penrose/penrose

Create beautiful diagrams just by typing notation in plain text.

TypeScriptnpmMIT Licensevisualizationdomain-specific-language
penrose.cs.cmu.edu
8k359
Visualize-ML/Book3_Elements-of-Mathematics

Book_3_《数学要素》 | 鸢尾花书:从加减乘除到机器学习;上架;欢迎继续纠错,纠错多的同学还会有赠书!

Jupyter Notebookdata-sciencelinear-algebra
7.5k1.4k