The Go kernel for Jupyter notebooks and nteract.
-
Updated
Jun 24, 2021 - Go
{{ message }}
The Go kernel for Jupyter notebooks and nteract.
18.337 - Parallel Computing and Scientific Machine Learning
Kratos Multiphysics (A.K.A Kratos) is a framework for building parallel multi-disciplinary simulation software. Modularity, extensibility and HPC are the main objectives. Kratos has BSD license and is written in C++ with extensive Python interface.
Python library for arbitrary-precision floating-point arithmetic
Optimize floating-point expressions for accuracy
Numerical Analysis Implementations in Various Languages
A C++ header-only library of statistical distribution functions.
A point load can be mathematically represented as a distribution, e.g., a Dirac delta. It breaks the Gridap flow, since one cannot use Gauss quadratures and numerical integration (what we usually do in FEM) to compute the integral of f*v in that case.
I don't want to consider hacks, e.g., touch the vector entry in a particular node in which you want to put the force (assuming the force is on
Quantitative Interview Preparation Guide, updated version here ==>
PDE-Net: Learning PDEs from Data
Python package for numerical derivatives and partial differential equations in any number of dimensions.
An interactive book about the Riemann problem for hyperbolic PDEs, using Jupyter notebooks. Work in progress.
We should try to improve the fallback operations for RandomVariables in probnum.random_variables._arithmetic and the unary fallback operations in RandomVariable itself.
Ideas include:
Diracs which provides a closed form expression for the mean by leveraging linearity E[aX] = a E[X] if a ~ DiracTopological Data Analysis in Python
开源Go语言数值算法库(An open numerical library purely based on Go programming language)
Scientific Computing with Pharo
PyDEns is a framework for solving Ordinary and Partial Differential Equations (ODEs & PDEs) using neural networks
Data science and Big Data with Python
Fortran Object-Oriented Differential-equations Integration Environment, FOODIE
Finite Element tools in Julia
Escrita colaborativa de recursos educacionais abertos sobre cálculo numérico.
Numerical computation in native Haskell
Animations of random double pendulums
Collected study materials in Numerical Optimization ANU@MATH3514(HPC)
Code for: "Neural Rough Differential Equations for Long Time Series", (ICML 2021)
A LAPACK implementation for Go [DEPRECATED]
Solving linear, nonlinear equations, ordinary differential equations, ... using numerical methods in fortran
Add a description, image, and links to the numerical-methods topic page so that developers can more easily learn about it.
To associate your repository with the numerical-methods topic, visit your repo's landing page and select "manage topics."
Heston model has accurate density approximations for European option prices, which are of interest.
The module implementing this method should live under tf_quant_finance/volatility/heston_approximation.py. It should support both European option puts and calls approximations. Tests should be in heston_approximation_test.py in the same folder.