Examples with "NumPy to" and their translation in Frans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Arbitrary data-types can be defined; this allows NumPy to seamlessly and speedily integrate with a wide variety of databases.
Des types de données arbitraires peuvent être définis, ce qui permet à NumPy de s'intégrer de manière transparente et rapide à une grande variété de bases de données.
Using numpy to build an array of all combinations of two arrays
Utilisation de numpy pour construire un tableau de toutes les combinaisons de deux tableaux
Andere resultaten
For performance reasons, it is highly recommended to use NumPy.
Pour des raisons de performance, il est fortement recommandé d'utiliser NumPy.
How do I get PyLint to recognize numpy members?
Comment obtenir PyLint pour reconnaître les membres numpy?
We will see other functions specific to the NumPy library in Chapter 9.
Nous verrsons d'autres fonctions propres à la librairie NumPy au Chapitre 9.
Is there a Numpy function to return the first index of something in an array?
Y a-t-il une fonction Numpy pour retourner le premier index de quelque chose dans un tableau?
The arange() function of Numpy allows to generate a sequence of numbers separated by a fixed interval, all stored in an array.
La fonction arange() de Numpy permet de générer une séquence de nombres séparés par un interval fixe, le tout stocké dans un tableau.
It's quite common for services to utilize NumPy, Pandas, and PuLP to serve requests via Flask, Gevent, and Gunicorn.
Il est assez courant que les services utilisent NumPy, Pandas et PuLP pour répondre aux demandes via Flask, Gevent et Gunicorn.
a way to call a NumPy built-in function to do it without that for-loop. 3:53
Regardez et vérifiez si il y a une manière d'appeler une fonction intégrée de NumPy pour le faire sans cette boucle FOR.
The API provides an interface for manipulating tensors (N-dimensional arrays) similar to Numpy, and includes automatic differentiation capabilities for computing gradients for use in optimization routines.
L'API fournit une interface de manipulation des tenseurs (réseaux à N dimensions) similaire à Numpy et inclut des capacités de différenciation automatique pour les gradients de calcul destinés aux routines d'optimisation.
NumPy provides many methods to calculate statistics on all array values, or on one of the array axes (for example on the equivalent of rows or columns in two-dimensional arrays).
NumPy fournit de nombreuses méthodes pour calculer des statistiques sur l'ensemble des valeurs des tableaux, ou sur un des axes des tableaux (par exemple sur l'équivalent de lignes ou des colonnes dans les tableaux à deux dimensions).
For serious finance work you'll need numpy (to handle operations on large arrays), scipy (advanced statistical and mathematical functions), and matplotlib (data visualisation).
Pour un travail financier sérieux, vous aurez besoin de numpy (pour gérer des opérations sur de grands tableaux), de scipy (fonctions statistiques et mathématiques avancées) et de matplotlib (visualisation de données).
Mahotas comes packed with algorithms for processing images.They were implemented in C++ for speed and use numpy arrays to main algorithms are Otsu thresholding and is new in this release:Add labeled.bbox function Add...
Mahotas vient emballé avec les algorithmes de traitement des images.Ils ont été mis en œuvre en C ++ pour la vitesse et utiliser des tableaux numpy pour fonctionner.Les principaux algorithmes sont Otsu seuil et des bassins versants Ce qui est nouveau...