#numpy

[ follow ]
Python
fromPycoders
1 week ago

PyCoder's Weekly | Issue #729

SerpApi provides structured JSON from search engines, simplifying data retrieval for AI applications.
Python
fromPythonSpeed
1 month ago

Speeding up NumPy with parallelism

Combine CPU-core parallelism and algorithmic optimization (e.g., Numba) to substantially speed up NumPy computations and reduce memory usage.
Python
fromQuansight
5 months ago

Exploring & Improving the Thread Safety of NumPy's Test Suite

NumPy's test suite was improved for thread-safety to prepare for free-threaded Python by fixing tests, updating CI, and applying OSS practices.
Artificial intelligence
fromNature
6 months ago

Python, the movie! The origin story of the programming language comes to the silver screen

NumPy standardized numeric array handling in Python, enabling scientific computing and AI and driving widespread adoption of Python for numerical and data-science libraries.
Python
fromRealpython
7 months ago

Episode #262: Travis Oliphant: SciPy, NumPy, and Fostering Scientific Python - The Real Python Podcast

Core open-source Python scientific tools like SciPy, NumPy, and Numba were developed to manage large numerical datasets and foster a collaborative scientific computing ecosystem.
#tensorflow
fromHackernoon
1 year ago
Web frameworks

Your One-Stop Guide to All the Type Promotion Changes in TensorFlow 2.15 | HackerNoon

fromHackernoon
1 year ago
Web frameworks

Your One-Stop Guide to All the Type Promotion Changes in TensorFlow 2.15 | HackerNoon

frompycoders.com
10 months ago

Issue #684

NumPy's typing support advancements now allow generic arrays to type both shape and dtype, facilitating enhanced static analysis and run-time validation.
Python
fromPycoders
10 months ago

PyCoder's Weekly | Issue #682

NumPy quickly becomes complex as dimensions increase; while two dimensions may appear straightforward, adding more can lead to significant challenges in managing data effectively.
Python
[ Load more ]