DataDrivenDiffEq.jl VS OrdinaryDiffEq.jl

Compare DataDrivenDiffEq.jl vs OrdinaryDiffEq.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)

OrdinaryDiffEq.jl

High performance ordinary differential equation (ODE) and differential-algebraic equation (DAE) solvers, including neural ordinary differential equations (neural ODEs) and scientific machine learning (SciML) (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
DataDrivenDiffEq.jl OrdinaryDiffEq.jl
3 3
398 500
0.3% 0.6%
6.3 9.6
6 days ago 4 days ago
Julia Julia
MIT License GNU General Public License v3.0 or later
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.

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.

OrdinaryDiffEq.jl

Posts with mentions or reviews of OrdinaryDiffEq.jl. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-11.
  • Modern Numerical Solving methods
    1 project | /r/DifferentialEquations | 6 Jul 2023
    There has been a lot of research in Runge Kutta methods in the last couple decades which resulted in all kind of specialized Runge Kutta methods. You have high order ones, RK methods for stiff problems, embedded RK methods which benefit from adaprive step size control, RK-Nystrom methods for second order Problems, symplectic RK methods which preserve energy (eg. hamiltonian) ando so on. If you are interested in the numerics and the use cases I highly recommend checking out the Julia Libary OrdinaryDiffEq (https://github.com/SciML/OrdinaryDiffEq.jl). If you look into the documentation you find A LOT of implemented RK methods for all kind of use cases.
  • Why Fortran is a scientific powerhouse
    2 projects | news.ycombinator.com | 11 Jan 2023
    Project.toml or Manifest.toml? Every package has Project.toml which specifies bounds (https://github.com/SciML/OrdinaryDiffEq.jl/blob/master/Proje...). Every fully reproducible project has a Manifest that decrease the complete package state (https://github.com/SciML/SciMLBenchmarks.jl/blob/master/benc...).
  • How do the Julia ODE solvers choose/select their initial steps? What formula do they use to estimate the appropriate initial step size?
    1 project | /r/Julia | 15 Dec 2021
    Yes. If you want to see a robust version of the algorithm you can check out https://github.com/SciML/OrdinaryDiffEq.jl/blob/master/src/initdt.jl

What are some alternatives?

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

18337 - 18.337 - Parallel Computing and Scientific Machine Learning

Latexify.jl - Convert julia objects to LaTeX equations, arrays or other environments.

SymbolicNumericIntegration.jl - SymbolicNumericIntegration.jl: Symbolic-Numerics for Solving Integrals

auto-07p - AUTO is a publicly available software for continuation and bifurcation problems in ordinary differential equations originally written in 1980 and widely used in the dynamical systems community.

DiffEqBase.jl - The lightweight Base library for shared types and functionality for defining differential equation and scientific machine learning (SciML) problems

SciMLTutorials.jl - Tutorials for doing scientific machine learning (SciML) and high-performance differential equation solving with open source software.

NeuralPDE.jl - Physics-Informed Neural Networks (PINN) Solvers of (Partial) Differential Equations for Scientific Machine Learning (SciML) accelerated simulation

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

StochasticDiffEq.jl - Solvers for stochastic differential equations which connect with the scientific machine learning (SciML) ecosystem

SciMLBenchmarks.jl - Scientific machine learning (SciML) benchmarks, AI for science, and (differential) equation solvers. Covers Julia, Python (PyTorch, Jax), MATLAB, R