Algorithms and Data Structures implemented in JavaScript for beginners, following best practices.
-
Updated
Jul 1, 2022 - JavaScript
{{ message }}
Algorithms and Data Structures implemented in JavaScript for beginners, following best practices.
Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.
A collection of algorithms and data structures
Beautiful and accessible math in all browsers
OpenGL Mathematics (GLM)
A curated list of awesome mathematics resources
Create beautiful diagrams just by typing mathematical notation in plain text.
人工智能学习路线图,整理近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等热门领域
研究生数学建模,本科生数学建模、数学建模竞赛优秀论文,数学建模算法,LaTeX论文模板,算法思维导图,参考书籍,Matlab软件教程,PPT
Code for A Programmer's Introduction to Mathematics
Powerful modern math library for PHP: Features descriptive statistics and regressions; Continuous and discrete probability distributions; Linear algebra with matrices and vectors, Numerical analysis; special mathematical functions; Algebra
Self-rendering Markdown + LaTeX documents
@rsapkf's wiki.
Mirror of the Sage source tree -- please do not submit PRs here -- everything must be submitted via https://trac.sagemath.org/
A list of resources in different fields of Computer Science
Lecture Notes for Linear Algebra Featuring Python. This series of lecture notes will walk you through all the most must-know concepts that set the foundation of data science or advanced quantitative skillsets. Suitable for statistician/econometrician, quantitative analysts, data scientists and etc. to quickly refresh the linear algebra with the assistance of Python computation and visualization.
Runnable code for solving Project Euler problems in Java, Python, Mathematica, Haskell.
IEEE 754 recommends (but does not require) a compound function, which is in the process of being standardized for C and C++; we should expose it in swift-numerics. The simplest, most literal translation of the operation into Swift would be:
extension RealFunctions {
/// (1+x)ⁿ
///
/// Returns NaN if x < -1.
static func compound(_ x: Self, _ n: Int) -> Self {
// notWhat is the feature or improvement you would like to see?
A function that computes the graph center, and the graph periphery. The graph center is the set of vertices that has minimal eccentricity. The periphery is the set with maximal eccentricity.
Use cases for the feature
This is a standard concept in graph theory.
**Implementatio
The purpose of this project is to share knowledge on how awesome Streamlit is and can be
Multi-class confusion matrix library in Python
Official Repository for "Mish: A Self Regularized Non-Monotonic Neural Activation Function" [BMVC 2020]
Add a description, image, and links to the mathematics topic page so that developers can more easily learn about it.
To associate your repository with the mathematics topic, visit your repo's landing page and select "manage topics."
Describe the bug
The analytical integral of the RooPoisson is implemented wrongly for the case where the boundaries are
0 < a < 1e30andb >= 1e30.Expected behavior
The integral should be correct.
To Reproduce
The wrong integral can be reproduced with this code snippet.