Hacker News
- Show HN: Xtensor: C++14 tensor expression library with numpy-style broadcasting https://github.com/QuantStack/xtensor 2 comments
- Show HN: Fastest vector database made in NumPy https://github.com/sdan/vlite 3 comments
- A basic introduction to NumPy's einsum https://ajcr.net/Basic-guide-to-einsum/ 49 comments
- NumPy another Iverson Ghost (2018) https://analyzethedatanotthedrivel.org/2018/03/31/numpy-another-iverson-ghost/ 49 comments
- Using JAX, numpy, and optimization techniques to improve separable image filters https://bartwronski.com/2020/03/15/using-jax-numpy-and-optimization-techniques-to-improve-separable-image-filters/ 9 comments
- Guide to NumPy (2006) [pdf] http://csc.ucdavis.edu/~chaos/courses/nlp/Software/NumPyBook.pdf 2 comments
- Numba - A NumPy aware (LLVM-based) optimizing compiler for Python https://github.com/ContinuumIO/numba 6 comments
- PyPy funded to begin support for Python 3 and Numpy http://morepypy.blogspot.com/2012/01/py3k-and-numpy-first-stage-thanks-to.html 30 comments
- Building a Recommendation Engine with NumPy http://software-carpentry.org/4_0/matrix/recommend/ 12 comments
- NumPy 2.0 development status & announcements: major C-API and Python API cleanup https://github.com/numpy/numpy/issues/24300 16 comments python
- Incorrect Shape in Batch Normalization implemented on CNN using Numpy https://stackoverflow.com/a/46692217/18501329 8 comments computervision
- NumPy 1.24.0 released https://github.com/numpy/numpy/releases/tag/v1.24.0 39 comments python
- Python implementation of Levenberg-Marquardt nonlinear curve-fitting algorithm built from scratch using NumPy ! https://github.com/abnerbog/levenberg-marquardt-method 2 comments python
- nadder - NumPy in 8kB of JS, powered by ES6 black magic https://github.com/101arrowz/nadder 4 comments javascript
- Data Manipulation in Python: Master Python, Numpy & Pandas https://khmerside.blogspot.com/2022/05/data-manipulation-in-python-master.html 3 comments python
- 78 Python data science practice problems in a single github repo including numpy, pandas, matplotlib, scipy, regex, pytorch https://github.com/practiceprobs/problemsets 23 comments python
- 45 New NumPy Practice Exercises https://codesolid.com/numpy-practice-questions-to-make-you-an-expert/ 22 comments python
- Sharing big NumPy arrays across python processes https://luis-sena.medium.com/sharing-big-numpy-arrays-across-python-processes-abf0dc2a0ab2 5 comments python
- Python interop: numpy works, nltk does not https://gist.github.com/justin2004/043eaf7ed18f81dd1b20cb5d64b94910#file-example-sh 4 comments clojure
- Julia: faster than Fortran, cleaner than Numpy https://www.matecdev.com/posts/numpy-julia-fortran.html 179 comments programming
- Code Conversion From NumPy To CuPy[Signal Processing]. https://www.reddit.com/r/nvidia/comments/n5vr2k/code_conversion_from_numpy_to_cupysignal/ 3 comments nvidia
- [R] After 15 Long Years, a NumPy Paper Finally Appears! https://www.reddit.com/r/compsci/comments/iusuys/r_after_15_long_years_a_numpy_paper_finally/ 8 comments compsci
- NumPy another Iverson Ghost ("An Iverson ghost is an embedding of APL like array programming features in nonAPL languages and tools", 2018) https://analyzethedatanotthedrivel.org/2018/03/31/numpy-another-iverson-ghost/ 5 comments programming
- NumPy another Iverson Ghost https://analyzethedatanotthedrivel.org/2018/03/31/numpy-another-iverson-ghost/ 2 comments apljk
- "[D]" Neural Network From Scratch With NumPy (Python) https://link.medium.com/C9bxNctv84 3 comments deeplearning
- How to build RNNs and LSTMs from scratch with NumPy https://github.com/nicklashansen/rnn_lstm_from_scratch 13 comments learnmachinelearning
- Weld: Accelerating numpy, scikit and pandas as much as 100x with Rust and LLVM https://notamonadtutorial.com/weld-accelerating-numpy-scikit-and-pandas-as-much-as-100x-with-rust-and-llvm-12ec1c630a1 20 comments rust
- Alibaba Open-Sources Mars to Complement NumPy https://medium.com/syncedreview/alibaba-open-sources-mars-to-complement-numpy-ea215ff1fa2f 3 comments compsci
- Alibaba Open-Sources Mars to Complement NumPy https://medium.com/syncedreview/alibaba-open-sources-mars-to-complement-numpy-ea215ff1fa2f 3 comments opensource
- [P] Building a modular feed forward network using only numpy https://github.com/sritee/NumpyNets 3 comments learnmachinelearning
- Plan for dropping Python 2.7 support in NumPy https://github.com/numpy/numpy/blob/master/doc/neps/dropping-python2.7-proposal.rst 33 comments programming
- Numpy array in Django session https://www.reddit.com/r/django/comments/73toh9/numpy_array_in_django_session/ 14 comments django
- Python and NumPy skill potentials and job prospects https://www.reddit.com/r/cscareerquestions/comments/4y56wv/python_and_numpy_skill_potentials_and_job/ 11 comments cscareerquestions
- Equivalent of numpy for Haskell? https://idontgetoutmuch.wordpress.com/2015/12/06/naive-particle-smoothing-is-degenerate/ 31 comments haskell
- Course on Python for Data Science- Numpy, Pandas, SciKit-Learn and more. Free coupon in comments. https://www.udemy.com/learning-python-for-data-analysis-and-visualization/?dtcode=md5SQxN3eNYs 30 comments datascience
- Continually updated Data Science Python Notebooks: Statistical Inference, SciPy, NumPy, Pandas, matplotlib, Kaggle, scikit-learn, Spark, Hadoop MapReduce, HDFS, AWS, and various command lines https://github.com/donnemartin/data-science-ipython-notebooks 4 comments statistics
- Numpy's greatest feature: broadcasting. It is more addictive than uncut coke. It allows easy handling of lots of data in a scalable way. Every matrix-supporting language should have this. http://docs.scipy.org/doc/numpy/user/basics.broadcasting.html 6 comments programming
- Numpy in PyPy - status and roadmap http://morepypy.blogspot.com/2011/05/numpy-in-pypy-status-and-roadmap.html 18 comments programming
- A Comparison of the R and NumPy Array Types http://www.r-bloggers.com/a-short-side-by-side-comparison-of-the-r-and-numpy-array-types/ 3 comments programming
- NumPy 1.5 with python3 support! http://sourceforge.net/projects/numpy/ 14 comments programming