8 results
Relevance Newest Popular
Instant Wikipedia
MathCo is an AI, data analytics and engineering firm with its headquarters in both Chicago and Bangalore.
iON AI Synthesis
The search for "math.CO" yields resources related to mathematics and its applications in computing and AI. Notable repositories include Experience-Monks/math-as-code, which provides a cheat-sheet for translating mathematical notation to code, and HenryNdubuaku/maths-cs-ai-compendium, aimed at enhancing skills in AI/ML research. Additionally, Mathics3/mathics-core offers an open-source alternative to Mathematica, supporting mathematical computing in Python.
Ask iON more Search Scholar
Top result
github.com
Experience-Monks/math-as-code

a cheat-sheet for mathematical notation in code form · ⭐ 15,477

github.com ⭐ 4,497
HenryNdubuaku/maths-cs-ai-compendium code

Become a cracked AI/ML Research Engineer · ⭐ 4,497

github.com ⭐ 1,181
Mathics3/mathics-core code

An open-source Mathematica Kernel. This repository contains the Python modules for WL Built-in functions, variables, core primitives, e.g. Symbol, a parser to create Expressions, and an evaluator to execute them. · ⭐ 1,181

github.com ⭐ 942
greyhatguy007/Mathematics-for-Machine-Learning-and-Data-Science-Specialization-Coursera code

Mathematics for Machine Learning and Data Science Specialization - Coursera - deeplearning.ai - solutions and notes · ⭐ 942

github.com ⭐ 683
math-comp/math-comp code

Mathematical Components · ⭐ 683

stackoverflow.com
Why is conditional processing of a sorted array faster than of an unsorted array? code

In this C++ code, sorting the data (before the timed region) makes the primary loop ~6x faster: #include <algorithm> #include <ctime> #include <iostream> in…

stackoverflow.com
How do I undo the most recent local commits in Git? code

I accidentally committed the wrong files to Git but haven't pushed the commit to the server yet. How do I undo those commits from the local repository? …

stackoverflow.com
How do I delete a Git branch locally and remotely? code

Failed Attempts to Delete a Remote Branch: $ git branch -d remotes/origin/bugfix error: branch 'remotes/origin/bugfix' not found. $ git branch -d origin/bugfix error: branch 'origin/…