Examples with "like NumPy" and their translation in Spaans
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.
undoubtedly, the Python code was created for solving the problems of the course, but I am pretty sure that I can do the same, or even better using specific Python modules for data analysis, like NumPy o pandas.
Sin duda, el código creado ha servido para este curso, pero estoy absolutamente seguro de que esto mismo se puede realizar con módulos específicos de Python dedicados al análisis de datos, como NumPy o pandas.
Besides taking care of the rather extensive data processing implicit in long-term spectral monitoring via efficient number crunching modules like Numpy, interfacing with the Qt software development kit proved apt for real time graphical feedback with fast response times.
Además de encargarse del extensivo procesamiento de datos implícito en el monitoreo de un respuesta espectral, la interacción con el kit de desarrollo de software Qt demostró buenos resultados para representaciones gráficas en tiempo real.
Andere resultaten
As a grey scale image in the end is nothing but a matrix, we can use basic image manipulation to show how to work with them with Numpy, like using slicing and numpy functions.
Como una imagen en escala de grises en el fondo no es más que una matriz, usaremos unas pocas manipulaciones básicas con imágenes para mostrar cómo trabajar con funciones de Numpy, hacer slicings, etc.
In Numpy, universal functions are instances of the numpy.ufunc class.
En Numpy, las funciones universales son instancias de la clase numpy.ufunc.
Just replace "numpy" with the library you want to install.
Solo cambia "numpy" con la librería que desees instalar.
Next, let's look at copying data in Numpy.
A continuación, veamos cómo se copian datos en Numpy.
We are going to use numpy later on to make computations.
Vamos a utilizar numpy luego para realizar los cálculos.
Numpy also has several built-in functions and shortcuts for creating arrays.
Numpy también incluey funciones y atajos para crear arreglos.
NumPy NumPy is the fundamental package for scientific computing with Python.
El paquete fundamental necesario para computación científica con Python se llama NumPy.
This Python library is built upon NumPy, SciPy and matplotlib.
Es una librería de Python construida sobre NumPy, SciPy y matplotlib.
Sklearn also interoperates well with the NumPy and SciPy libraries.
Sklearn también interactúa bien con las bibliotecas NumPy y SciPy.
Python APIs have been changed to resemble NumPy more closely.
Las Python API se modificaron para asemejarse más a NumPy.
First, let's import Numpy as np.
Primero, vamos a importar Numpy como np.