#
differentiation
Here are 83 public repositories matching this topic...
Math.NET Numerics
statistics
csharp
integration
math
fsharp
interpolation
random
matrix
linear-algebra
regression
fft
numerics
differentiation
mathnet
-
Updated
Aug 20, 2021 - C#
automatic differentiation made easier for C++
automatic-differentiation
derivatives
auto-differentiation
differentiation
autodiff
numerical-derivation
autodifferentiation
-
Updated
Aug 19, 2021 - C++
Open-source cross-platform symbolic algebra library for C# and F#. One of the most powerful in .NET. Can be used for both production and research purposes.
parse
latex
csharp
parsing
integration
cplusplus
calculus
algebra
jupyter
math
fsharp
computer-algebra
wiki
nuget
solver
arbitrary-precision
symbolic-manipulation
equations
differentiation
inequality
symbolic-math
-
Updated
Aug 20, 2021 - C#
a symbolic math expression evaluator for javascript
javascript
latex
integration
calculus
algebra
math
solver
equation
symbolic
solve-equations
fraction
expressions
differentiation
fractions
substitutions
-
Updated
Jul 6, 2021 - JavaScript
Transparent calculations with uncertainties on the quantities involved (aka "error propagation"); calculation of derivatives.
-
Updated
Jul 11, 2021 - Python
grimmmyshini
commented
Mar 24, 2021
Minimum reproducible example:
float func(float z, int a) {
for (int i = 1; i < a; i++){
z = z * a;
}
return z;
}results in the following failed assertion
```Assertion `(isGenericMethod || ((*I)->isVariablyModifiedType() || (*I).getNonReferenceType()->isObjCRetainableType() || getContext() .getCanonicalType((*I).getNonReferenceType()) .getTypePtr() == getContex
Deep.Net machine learning framework for F#
machine-learning
deep-learning
fsharp
dotnet
gpu
cuda
gpu-acceleration
ndarray
tensor
gpu-computing
differentiation
symbolic-computation
symbolic-execution-engine
-
Updated
Jun 25, 2019 - F#
Single cell trajectory detection
markov-chain
dimensionality-reduction
scrna-seq
trajectory-generation
diffusion-maps
differentiation
manifold-learning
single-cell-genomics
cell-fate-transitions
scrna-seq-analysis
-
Updated
May 3, 2021 - Jupyter Notebook
Source Code Generation for Automatic Differentiation using Operator Overloading
c-plus-plus
latex
automatic-differentiation
jit
mathml
dae
differentiation
algorithmic-differentation
-
Updated
Aug 21, 2021 - C++
c-sharp
parsing
optimization
simplification
calculations
derivative
rational-numbers
il-optimizations
parsing-math-expressions
differentiation
il
-
Updated
Nov 29, 2020 - C#
A simple cross platform .NET API for Intel MKL
integration
cross-platform
math
optimization
matrix
linear-algebra
root-finding
minimum
differentiation
mkl
-
Updated
Aug 20, 2021 - C#
FastAD is a C++ implementation of automatic differentiation both forward and reverse mode.
macos
linux
math
automatic-differentiation
derivatives
cpp17
auto-differentiation
differentiation
autodiff
autodifferentiation
-
Updated
Jul 10, 2021 - C++
Modern Fortran Numerical Differentiation Library
-
Updated
May 23, 2021 - Fortran
Programming language for symbolic computation with extraordinary combination of pattern matching features: Tree patterns, associative patterns and expressions embedded in patterns.
html
programming-language
json
natural-language-processing
computer-algebra
xml
pattern-matching
gcc
rosettacode
tree-structure
structured-data
language-technology
expression-evaluator
differentiation
symbolic-computation
bignumbers
semi-structured-data
epoc
unstructured-data
high-level-language
-
Updated
Aug 6, 2021 - C
Automatic Differentiation Package for MATLAB
-
Updated
Apr 14, 2020 - MATLAB
Implementing (parts of) TensorFlow (almost) from Scratch
-
Updated
Jul 7, 2017 - Python
xFunc is a simple and easy to use application that allows you to build mathematical and logical expressions. It's written on C#. The library includes the code that converts strings to expressions (parser, lexer and etc.)
c-sharp
parser
parse
math
graph
nuget
graphs
logic
mathematics
analyzer
simplification
expression
complex-numbers
lexer
derivative
truth-tables
truth-table
differentiation
xfunc
-
Updated
Aug 16, 2021 - C#
eXpression differentiation in Julia
-
Updated
Feb 8, 2020 - Julia
The one and only Golang library for single variable differentiation and integration.
-
Updated
Aug 2, 2017 - Go
Implementation of dual numbers for automatic differentiation of programs
-
Updated
May 24, 2021 - Mathematica
A tutorial on how to work around ‘Mutating arrays is not supported’ error while performing automatic differentiation (AD) using the Julia package Zygote.
-
Updated
Dec 9, 2020 - Jupyter Notebook
CASprzak is a Computer Algebra System by EasyKayzey (Erez Israeli Miller and Michael Kasprzak)
-
Updated
Feb 22, 2021 - Java
Optimal numerical differentiation of noisy time series data in python.
-
Updated
Oct 7, 2020 - Python
-
Updated
Feb 21, 2017 - OCaml
Weighted least squares meshless interpolator and differentiator.
python
interpolation
numpy
cython
python3
least-squares
curve-fitting
python2
python27
python34
differentiation
numerical
meshless
-
Updated
Jul 18, 2018 - Python
Savitzky-Golay differentiation filters
-
Updated
Mar 26, 2018 - MATLAB
Implemented the forward mode of automatic differentiation with the help of dual numbers using Python.
-
Updated
Jul 8, 2021 - Jupyter Notebook
Differentiable scattering matrix computation for designing photonic devices
-
Updated
Nov 16, 2020 - C++
Improve this page
Add a description, image, and links to the differentiation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the differentiation topic, visit your repo's landing page and select "manage topics."
In operations_broadcast_test.go there are some tests that are not yet filled in. The point is to test that broadcasting works for different shapes. The semantics of broadcast probably isn't clear, so please do send me a message for anything.
This is a good first issue for anyone looking to get interested