NumPy
NumPy is an open source library for the Python programming language, adding support for large, multidimensional arrays, and matrices, along with a large collection of high-level mathematical functions to operate on these arrays.
Here are 10,566 public repositories matching this topic...
Python Data Science Handbook: full text in Jupyter Notebooks
-
Updated
Nov 12, 2021 - Jupyter Notebook
Data science Python notebooks: Deep learning (TensorFlow, Theano, Caffe, Keras), scikit-learn, Kaggle, big data (Spark, Hadoop MapReduce, HDFS), matplotlib, pandas, NumPy, SciPy, Python essentials, AWS, and various command lines.
-
Updated
Nov 4, 2021 - Python
Started in #13104, turned into a tracking issue here.
Turning on -n in sphinx-build results in over 1000 warnings about bad references in docs. Trying to break these down with various grep statements, it seems about 200 are from numpy.ma, about 150 from polynomial and about 150 from c:type. That is under half of the WARNINGS.
~My workflow is to cd to the doc directory, modify the `ALLSPHIN
Essential Cheat Sheets for deep learning and machine learning researchers https://medium.com/@kailashahirwar/essential-cheat-sheets-for-machine-learning-and-deep-learning-researchers-efb6a8ebd2e5
-
Updated
Oct 19, 2019
-
Updated
Jan 6, 2022 - Python
机器学习相关教程
-
Updated
Dec 22, 2020 - Python
I noticed our release version anchor links in the changelog don't actually reference a specific released version. If I go to the changelog and click on the 2021.12.0 link, I'm redirected to https://docs.dask.org/en/stable/changelog.html#id1 when, naively, I would have expected this link to look like https://docs.dask.org/en/stable/changelog.html#2021.12.0 (or something similar). As you move down
阿布量化交易系统(股票,期权,期货,比特币,机器学习) 基于python的开源量化交易,量化投资架构
-
Updated
Dec 23, 2020 - Python
Free online textbook of Jupyter notebooks for fast.ai Computational Linear Algebra course
-
Updated
Sep 27, 2019 - Jupyter Notebook
Open Machine Learning Course
-
Updated
Jan 5, 2022 - Python
tensorboard for pytorch (and chainer, mxnet, numpy, ...)
-
Updated
Dec 26, 2021 - Python
I see comments suggesting adding this to understand how loops are being handled by numba, and in the their own FAQ (https://numba.pydata.org/numba-doc/latest/user/faq.html)
from llvmlite import binding as llvm
llvm.set_option('','--debug-only=loop-vectorize')
You would then create your njit function and run it, and I believe the idea is that it prints debug information about whether
Bidirectional RNN
Is there a way to train a bidirectional RNN (like LSTM or GRU) on trax nowadays?
An open access book on scientific visualization using python and matplotlib
-
Updated
Jan 3, 2022 - Python
A flexible framework of neural networks for deep learning
-
Updated
Jan 5, 2022 - Python
Description
Change the signature of cupy.{percentile,quantile} to provide exactly the same API as NumPy.
I think it's ok to implement overwrite_input as nop (just ignore the option).
Additional Information
No response
人工智能学习路线图,整理近200个实战案例与项目,免费提供配套教材,零基础入门,就业实战!包括:Python,数学,机器学习,数据分析,深度学习,计算机视觉,自然语言处理,PyTorch tensorflow machine-learning,deep-learning data-analysis data-mining mathematics data-science artificial-intelligence python tensorflow tensorflow2 caffe keras pytorch algorithm numpy pandas matplotlib seaborn nlp cv等热门领域
-
Updated
Feb 6, 2020
Repository to store sample python programs for python learning
-
Updated
Dec 12, 2021 - Jupyter Notebook
Deep learning operations reinvented (for pytorch, tensorflow, jax and others)
-
Updated
Dec 26, 2021 - Python
环境
1.系统环境:
2.MegEngine版本:1.6.0rc1
3.python版本:Python 3.8.10
The program stuck at net.load when I was trying to use the MegFlow. I wait for more than 10min and there is no sign of finishing it.
-
Updated
Jan 5, 2022 - Python
TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...
-
Updated
Jan 6, 2022 - Python
Bloomberg BQuant platform only allows installation of the wheel version of a python library. Please, can you create a wheel version of TA library?
Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy
-
Updated
Dec 14, 2021 - Python
C++ tensors with broadcasting and lazy computing
-
Updated
Dec 28, 2021 - C++
pydata/xarray#5865 (reply in thread)
I wonder if it's possible to implement a built-in function like:
da.str.format("%.2f") or xr.string_format(da, "%.2f)
To wrap:
import xarray as xr
da = xr.DataArray([5., 6., 7.])
das = xr.DataArray("%.2f")
das.str % da
<xarray.DataArray (dim_0: 3)>
array(['5.00', '6.00', '7.00'], dtype='<U4')
Dim
Created by Travis Oliphant
Latest release 7 days ago
- Repository
- numpy/numpy
- Website
- numpy.org
- Wikipedia
- Wikipedia



there may be a log error in pytorch/aten/src/THC/THCGenerateByteTypes.h, in line2, #error "You must define THC_GENERIC_FILE before including THGenerateByteTypes.h", the "THGenerateByteTypes.h" should be "THCGenerateByteTypes.h".
bty, this file is a general file to generate files of different scalar_t, so i think, the name is better to be THGenerateTypes.h.