exponential
There are 146 repositories under exponential topic.
litl/backoff
Python library providing function decorators for configurable backoff and retry
Rican7/retry
A simple, stateless, functional mechanism to perform actions repetitively until successful.
SciML/ExponentialUtilities.jl
Fast and differentiable implementations of matrix exponentials, Krylov exponential matrix-vector multiplications ("expmv"), KIOPS, ExpoKit functions, and more. All your exponential needs in SciML form.
shrpne/from-exponential
Lightweight module to convert number from exponential notation to a human readable string.
coady/waiter
Delayed iteration for polling and retries.
robotomize/regression-php
My implementation of the regression algorithms
perazz/fastmath
A Modern Fortran library for fast, approximate math functions
Octavian-ai/learning-rate-finder-tensorflow
Implementation of learning rate finder in TensorFlow
shrpne/pretty-num
Lightweight module to convert number to a pretty human readable string.
angarg12/TrueExponential
True Exponential JS incremental game
fabiospampinato/tryloop
Simple library for retrying operations, it supports multiple backoff strategies.
franklinvfx/Glow_F-Tool-for-Nuke
To create a more natural Glow than the original native nuke glow (Exponential Glow).
juangburgos/FitSumExponentials
Repo to license code for fitting a sum of exponentials as described in https://math.stackexchange.com/questions/1428566/fit-sum-of-exponentials/3808325#3808325
regevbr/busywait.js
Simple Async busy wait module for Node.JS
iphyokafor/30DaysOfSolidity
Solidity 30 day challenge with codedamn.com
irodger/price-like-humans
JavaScript price kit formatter beautify incoming numbers to human likes format. Try it online https://npm.runkit.com/price-like-humans
bemoregt/gpHomomorphicFilter
Homomorphic Filter implementation for Openframeworks using ofxCv
Geolm/math_intrinsics
One header file library that implement missing transcendental math functions (cos, sin, acos, and more....) using 100% AVX/Neon instructions (no branching)
LemuelPuglisi/RegressionAnalysis
A tool to visualize regression analysis using various regression methods.
maximilianbehr/cuexpm
Matrix Exponential Approximation using CUDA
7PH/exponential-regression
Non-iterative exponential regression with constant term
DeletedUser-0/Point-Generation
This incremental game (Point Generation) was entirely made by me. The goal is to reach 1e100 prestige points, from now. Good Luck!
RafaelReyesCarmona/EMA
Arduino's library for Exponential Moving Average filter (EMA), implemented very easily and efficiently.
dmnsgn/eerp
Logarithmic/exponential interpolation.
geersch/retry
Retry utility function supporting exponential backoff and jitter powered by RxJS :dragon:
gotidy/retry
Retrier operations with different strategies
Nemshan/Predicting-Oil-Price-With-Time-Series-
The goal of our analysis was to use different time series methods to predict the oil price for the last 6 months of the data, September 2017 through February 2018, and determine the best prediction model for this data.
petres/covid-exp
covid19 exponential forecast
tjenkinson/exponential-rate-limit
A small library which handles decaying exponential backoff. This is useful if you want to start throttling something whilst it is going wrong, but recover once things start working again.
stdlib-js/random-base-exponential
Exponentially distributed pseudorandom numbers.
stdlib-js/random-base-laplace
Laplace (double exponential) distributed pseudorandom numbers.
stdlib-js/random-iter-exponential
Create an iterator for generating pseudorandom numbers drawn from an exponential distribution.
stdlib-js/random-iter-laplace
Create an iterator for generating pseudorandom numbers drawn from a Laplace distribution.
stdlib-js/random-streams-exponential
Create a readable stream for generating pseudorandom numbers drawn from an exponential distribution.
stdlib-js/random-streams-laplace
Create a readable stream for generating pseudorandom numbers drawn from a Laplace (double exponential) distribution.
stdlib-js/simulate-iter-awln
Create an iterator which introduces additive white Laplacian noise.