Updated 6 months ago

@stdlib/array-base-filled-by • Rank 9.7 • Science 44%

Create a filled generic array according to a provided callback function.

Updated 6 months ago

DiffEqCallbacks • Rank 17.6 • Science 36%

A library of useful callbacks for hybrid scientific machine learning (SciML) with augmented differential equation solvers

Updated 6 months ago

@stdlib/array-base-filled3d-by • Rank 4.8 • Science 44%

Create a filled three-dimensional nested array according to a provided callback function.

Updated 6 months ago

@stdlib/array-base-filled5d-by • Rank 4.7 • Science 44%

Create a filled five-dimensional nested array according to a provided callback function.

Updated 6 months ago

@stdlib/math-strided-special-bessely1-by • Rank 4.2 • Science 44%

Compute the Bessel function of the second kind of order one for each element retrieved from an input strided array via a callback function.

Updated 6 months ago

@stdlib/math-strided-special-besselj1-by • Rank 4.2 • Science 44%

Compute the Bessel function of the first kind of order one for each element retrieved from an input strided array via a callback function.

Updated 6 months ago

@stdlib/math-strided-special-abs-by • Rank 4.0 • Science 44%

Compute the absolute value of each element retrieved from a strided input array via a callback function and assign each result to an element in a strided output array.

Updated 6 months ago

@stdlib/math-strided-special-besselj0-by • Rank 3.8 • Science 44%

Compute the Bessel function of the first kind of order zero for each element retrieved from an input strided array via a callback function.

Updated 6 months ago

@stdlib/strided-base-map-by2 • Rank 3.8 • Science 44%

Apply a binary function to each pair of elements retrieved from strided input arrays according to a callback function and assign results to a strided output array.

Updated 6 months ago

math-strided-special-bessely0-by • Rank 3.6 • Science 44%

Compute the Bessel function of the second kind of order zero for each element retrieved from an input strided array via a callback function.

Updated 6 months ago

logfire-callback • Rank 2.6 • Science 44%

A callback for logging training events from Hugging Face's Transformers to Logfire 🤗

Updated 6 months ago

@stdlib/math-strided-special-cbrt-by • Rank 2.5 • Science 44%

Compute the cube root of each element retrieved from an input strided array via a callback function.

Updated 6 months ago

@stdlib/strided-base-unary-by • Rank 2.3 • Science 44%

Apply a unary function to each element retrieved from a strided input array according to a callback function and assign results to a strided output array.

Updated 6 months ago

strided-base-map-by • Rank 0.0 • Science 44%

Apply a unary function to each element retrieved from a strided input array according to a callback function and assign each result to an element in a strided output array.

Updated 6 months ago

@stdlib/array-base-filled2d-by • Science 44%

Create a filled two-dimensional nested array according to a provided callback function.

Updated 6 months ago

ndarray-base-every-by • Science 44%

Test whether all elements in an ndarray pass a test implemented by a predicate function.

Updated 6 months ago

@stdlib/array-base-fillednd-by • Science 44%

Create a filled n-dimensional nested array according to a provided callback function.

Updated 6 months ago

array-base-symmetric-banded-filled2d-by • Science 44%

Create a filled two-dimensional symmetric banded nested array according to a provided callback function.

Updated 6 months ago

array-base-unary3d-by • Science 44%

Apply a unary function to each element retrieved from a three-dimensional nested input array according to a callback function and assign results to elements in a three-dimensional nested output array.

Updated 6 months ago

@stdlib/array-base-unary2d-by • Science 44%

Apply a unary callback to each element retrieved from a two-dimensional nested input array according to a callback function and assign results to elements in a two-dimensional nested output array.

Updated 6 months ago

array-base-unary4d-by • Science 44%

Apply a unary function to each element retrieved from a four-dimensional nested input array according to a callback function and assign results to elements in a four-dimensional nested output array.

Updated 6 months ago

@stdlib/array-base-filled4d-by • Science 44%

Create a filled four-dimensional nested array according to a provided callback function.

Updated 6 months ago

ndarray-base-count-if • Science 44%

Count the number of elements in an ndarray which pass a test implemented by a predicate function.

Updated 6 months ago

array-base-unary5d-by • Science 44%

Apply a unary function to each element retrieved from a five-dimensional nested input array according to a callback function and assign results to elements in a five-dimensional nested output array.

Updated 6 months ago

ndarray-base-every-by • Science 44%

Test whether all elements in an ndarray pass a test implemented by a predicate function.

Updated 6 months ago

array-base-banded-filled2d-by • Science 44%

Create a filled two-dimensional banded nested array according to a provided callback function.

Updated 6 months ago

array-base-symmetric-filled2d-by • Science 44%

Create a filled two-dimensional symmetric nested array according to a provided callback function.

Updated 6 months ago

array-base-for-each • Science 44%

Invoke a callback function once for each array element.