SymbolicNumericIntegration.jl VS DataDrivenDiffEq.jl

Compare SymbolicNumericIntegration.jl vs DataDrivenDiffEq.jl and see what are their differences.

DataDrivenDiffEq.jl

Data driven modeling and automated discovery of dynamical systems for the SciML Scientific Machine Learning organization (by SciML)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
SymbolicNumericIntegration.jl DataDrivenDiffEq.jl
1 3
113 398
0.0% 0.3%
7.3 6.3
2 days ago 3 days ago
Julia Julia
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

SymbolicNumericIntegration.jl

Posts with mentions or reviews of SymbolicNumericIntegration.jl. We have used some of these posts to build our list of alternatives and similar projects.

DataDrivenDiffEq.jl

Posts with mentions or reviews of DataDrivenDiffEq.jl. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-05-21.
  • Equation based on point
    1 project | /r/Julia | 15 Dec 2022
    If you are looking to infer the actual structure (not just parameters) of an ODE given some data, there is DataDrivenDiffEq.jl. https://github.com/SciML/DataDrivenDiffEq.jl
  • [D] Has anyone worked with Physics Informed Neural Networks (PINNs)?
    3 projects | /r/MachineLearning | 21 May 2021
    This is all not to mention the fact that PINNs are a notoriously computationally intensive approach, where it's pretty easy to show the differentiable solver approach of DiffEqFlux.jl achieves about a 10,000x speedup over another PINN package on parameter estimation of Lorenz equations, and while it scales to higher PDE dimensions well, it doesn't scale to larger systems of PDEs very well. You'll want to factor in a good chunk of training time, and of course increase that by a few orders of magnitude if your dynamics are stiff. Altogether, without knowing your exact problem it's hard to give a rough idea of how practical it would be, but if I tasked a beginning graduate student with trying this out on some of the biological PDEs I work with, then I would give them about 4-6 months to get something decent together.
  • Parameter estimation on non linear time series analysis. [P]
    1 project | /r/MachineLearning | 24 Jan 2021
    And for reference implementations you can take a look at DataDrivenDiffEq.jl. All DMDs (that I know of) essentially work by building and solving a convex optimization.

What are some alternatives?

When comparing SymbolicNumericIntegration.jl and DataDrivenDiffEq.jl you can also consider the following projects:

SymbolicRegression.jl - Distributed High-Performance Symbolic Regression in Julia

18337 - 18.337 - Parallel Computing and Scientific Machine Learning

MuladdMacro.jl - This package contains a macro for converting expressions to use muladd calls and fused-multiply-add (FMA) operations for high-performance in the SciML scientific machine learning ecosystem

Catalyst.jl - Chemical reaction network and systems biology interface for scientific machine learning (SciML). High performance, GPU-parallelized, and O(1) solvers in open source software.

ModelingToolkit.jl - An acausal modeling framework for automatically parallelized scientific machine learning (SciML) in Julia. A computer algebra system for integrated symbolics for physics-informed machine learning and automated transformations of differential equations

DifferentialEquations.jl - Multi-language suite for high-performance solvers of differential equations and scientific machine learning (SciML) components. Ordinary differential equations (ODEs), stochastic differential equations (SDEs), delay differential equations (DDEs), differential-algebraic equations (DAEs), and more in Julia.

Optimization.jl - Mathematical Optimization in Julia. Local, global, gradient-based and derivative-free. Linear, Quadratic, Convex, Mixed-Integer, and Nonlinear Optimization in one simple, fast, and differentiable interface.