All Projects → rougier → From Python To Numpy

rougier / From Python To Numpy

Licence: other
An open-access book on numpy vectorization techniques, Nicolas P. Rougier, 2017

Programming Languages

python
139335 projects - #7 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to From Python To Numpy

Scientific Visualization Book
An open access book on scientific visualization using python and matplotlib
Stars: ✭ 6,336 (+266.67%)
Mutual labels:  book, numpy, open-access
reach
Load embeddings and featurize your sentences.
Stars: ✭ 17 (-99.02%)
Mutual labels:  numpy, vectorization
hypothesis-gufunc
Extension to hypothesis for testing numpy general universal functions
Stars: ✭ 32 (-98.15%)
Mutual labels:  numpy, vectorization
Pyda 2e Zh
📖 [译] 利用 Python 进行数据分析 · 第 2 版
Stars: ✭ 866 (-49.88%)
Mutual labels:  book, numpy
Tifffile
Read and write TIFF files. Forked from https://pypi.org/project/tifffile
Stars: ✭ 119 (-93.11%)
Mutual labels:  numpy
Design
Tidyverse design principles
Stars: ✭ 117 (-93.23%)
Mutual labels:  book
Tfg Voice Conversion
Deep Learning-based Voice Conversion system
Stars: ✭ 115 (-93.34%)
Mutual labels:  numpy
Technology books
Premium eBook free for Geeks
Stars: ✭ 115 (-93.34%)
Mutual labels:  book
Algorithm Archive
A collaborative book on algorithms
Stars: ✭ 1,880 (+8.8%)
Mutual labels:  book
Learn Machine Learning In Two Months
Những kiến thức cần thiết để học tốt Machine Learning trong vòng 2 tháng. Essential Knowledge for learning Machine Learning in two months.
Stars: ✭ 1,726 (-0.12%)
Mutual labels:  numpy
Grokkingbitcoin
Source repository for Grokking Bitcoin
Stars: ✭ 119 (-93.11%)
Mutual labels:  book
Beautycamera
美颜相机,具有人脸检测、磨皮美白人脸、滤镜、调节图片、摄像功能
Stars: ✭ 117 (-93.23%)
Mutual labels:  numpy
Fe note
📒 Front-end Development Notebook From Start to Finish! (Simplified Chinese)
Stars: ✭ 1,534 (-11.23%)
Mutual labels:  book
Thorin
The Higher-Order Intermediate Representation
Stars: ✭ 116 (-93.29%)
Mutual labels:  vectorization
Book Cicd Docker Kubernetes
A book on CI/CD with Docker, Kubernetes and Semaphore
Stars: ✭ 122 (-92.94%)
Mutual labels:  book
Mtensor
A C++ Cuda Tensor Lazy Computing Library
Stars: ✭ 115 (-93.34%)
Mutual labels:  numpy
Ivy
The templated deep learning framework, enabling framework-agnostic functions, layers and libraries.
Stars: ✭ 118 (-93.17%)
Mutual labels:  numpy
Books
My slides and notes
Stars: ✭ 121 (-93%)
Mutual labels:  book
Numpy exercises
Numpy exercises.
Stars: ✭ 1,545 (-10.59%)
Mutual labels:  numpy
Rxjs In Action
Code sample repository
Stars: ✭ 117 (-93.23%)
Mutual labels:  book

From Python to Numpy

Copyright (c) 2017 Nicolas P. Rougier
License: Creative Commons Attribution 4.0 International (CC BY-NC-SA 4.0).
Website: http://www.labri.fr/perso/nrougier/from-python-to-numpy

There are already a fair number of books about NumPy (see bibliography) and a legitimate question is to wonder if another book is really necessary. As you may have guessed by reading these lines, my personal answer is yes, mostly because I think there is room for a different approach concentrating on the migration from Python to NumPy through vectorization. There are a lot of techniques that you don't find in books and such techniques are mostly learned through experience. The goal of this book is to explain some of these techniques and to provide an opportunity for making this experience in the process.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].