About 42,100 results
Open links in new tab
  1. The N-dimensional array (ndarray) — NumPy v1.17 Manual

    Jul 26, 2019 · The N-dimensional array (ndarray) ¶ An ndarray is a (usually fixed-size) multidimensional container of items of the same type and size. The number of dimensions and …

  2. SciPy

    May 8, 2025 · SciPy provides algorithms for optimization, integration, interpolation, eigenvalue problems, algebraic equations, differential equations, statistics and many other classes of …

  3. Array creation — NumPy v1.17 Manual - SciPy.org

    Jul 26, 2019 · Intrinsic NumPy Array Creation ¶ NumPy has built-in functions for creating arrays from scratch: zeros (shape) will create an array filled with 0 values with the specified shape. …

  4. numpy.ndarray — NumPy v1.14 Manual - SciPy.org

    Jan 8, 2018 · numpy.ndarray ¶ class numpy. ndarray [source] ¶ An array object represents a multidimensional, homogeneous array of fixed-size items. An associated data-type object …

  5. Numpy and Scipy Documentation

    Numpy and Scipy Documentation Welcome! This is the documentation for Numpy and Scipy. For contributors: Numpy developer guide Scipy developer guide Latest releases: Complete Numpy …

  6. SciPy documentation — SciPy v1.15.3 Manual

    May 8, 2025 · The user guide provides in-depth information on the key concepts of SciPy with useful background information and explanation.

  7. The N-dimensional array (ndarray) — NumPy v1.13 Manual

    Jun 10, 2017 · The N-dimensional array (ndarray) ¶ An ndarray is a (usually fixed-size) multidimensional container of items of the same type and size. The number of dimensions and …

  8. SciPy User Guide — SciPy v1.15.3 Manual

    SciPy is a collection of mathematical algorithms and convenience functions built on NumPy . It adds significant power to Python by providing the user with high-level commands and classes …

  9. numpy.array — NumPy v1.14 Manual - SciPy.org

    Jun 12, 2018 · numpy.array ¶ numpy. array (object, dtype=None, copy=True, order='K', subok=False, ndmin=0) ¶ Create an array.

  10. softmax — SciPy v1.15.3 Manual

    scipy.special. softmax # softmax(x, axis=None) [source] # Compute the softmax function. The softmax function transforms each element of a collection by computing the exponential of each …

Refresh