190 skills found · Page 2 of 7
terkelg / MathMath snippets with graphic programming in mind.
DeepTrackAI / DeepLearningCrashCourse"Deep Learning Crash Course" is a comprehensive and up-to-date guide that takes you from simple neural networks all the way to cutting-edge deep learning architectures-no advanced math and programming required, just a basic knowledge of programming.
PacktPublishing / Mathematics For Game Programming And Computer GraphicsMathematics for Game Programming and Computer Graphics, published by Packt
dylanmc / CryptoBookLearning Cryptography, math and programming with Cryptol (and maybe some Python)
khanhnamle1994 / Complete Guide To Deep LearningThis guide is for those who know some math, know some programming language and now want to dive deep into deep learning
chkwon / Complementarity.jlprovides a modeling interface for mixed complementarity problems (MCP) and math programs with equilibrium problems (MPEC) via JuMP
mathwithcode / MathwithcodeLearn math and it's implementation in computer programming.
AntonovAnton / Math.evaluationThis .NET library allows you to evaluate and compile any mathematical expression from a string dynamically at runtime. It supports a wide range of operations and allows for the use of custom variables, operators, and functions. The evaluator can be configured for different contexts, such as scientific, programming, boolean math expressions.
snake-charmer-devs / Snake CharmerA self-contained Python workbench for scientific programming, data mining, maths, stats and visualization
ashutoshjv661 / Maths Cp SyllabusMaths for competitive Programming
nasa / LibSPRITElibSPRITE is a set of libraries that have been used on several past projects including flight, technology demonstration, and simulation projects. libSPRITE provides a diverse set of functions to attempt to simplify coding and reduce code errors. For example, libSPRITE defines engineering units as types (i.e., Meters or Radians instead of double or int). It includes an engineering unit aware math library. libSPRITE includes a task scheduling system that abstracts pthreads and includes a publish subscribe data system for data routing. In addition, libSPRITE includes an optional binding to the Lua scripting language for configuring the program, setting parameters, running Lua scripts within C++ tasks and even interacting with the application during runtime.
rkneusel9 / MathForProgrammingSource code for the book "Math for Programming" (No Starch Press)
eltuck / ResourcesA public bookmark bar. Resources for computation, operations research, academia, and more.
Tim55667757 / FuzzyClassificatorThis program uses neural networks to solve classification problems, and uses fuzzy sets and fuzzy logic to interpreting results. [WARNING] The development is frozen here and moved to the Open DevOps community: https://github.com/devopshq/FuzzyClassificator. See article about math in FuzzyClassificator (russian):
Silverados / We MathAnswerPagea wechat Mini Program with a simple math answer page(一个拥有简单数学答题页面的微信小程序)
simonebrunozzi-zz / Open Guide To Learning Tech Geek Nerdy StuffA list of resources to learn geek/tech/nerdy related topics, e.g. programming languages, android development, math, korean language
rachitiitr / Chaos In JavascriptI was always intrigued to see how math is so beautiful. Thanks to JavaScript for giving me the power to program my curiosity and explore the beauty of chaos in math.
scaomath / UCI Math10This is the repository for Math 10 Intro to Programming for DataSci at UCI.
orosmatthew / NnmA "No-Nonsense", C++ 17, single-header-only Math library geared towards graphics programming
NikolayOskolkov / HowUMAPWorksHere I explain the math behind UMAP and show how to program it from scratch in Python