numpy
Here are 6,981 public repositories matching this topic...
Python Data Science Handbook: full text in Jupyter Notebooks
-
Updated
Oct 21, 2020 - 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
Oct 1, 2020 - Python
Improve navigation of the I/O how-to by prepending a decision tree/flowchart using an image or graphviz, as suggested by @mattip.
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
Oct 31, 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
Nov 28, 2020 - Python
阿布量化交易系统(股票,期权,期货,比特币,机器学习) 基于python的开源量化交易,量化投资架构
-
Updated
Sep 22, 2019 - Python
tensorboard for pytorch (and chainer, mxnet, numpy, ...)
-
Updated
Oct 14, 2020 - Python
PR #6447 adds a public API to get the maximum number of registers per thread (numba.cuda.Dispatcher.get_regs_per_thread()). There are other attributes that might be nice to provide - shared memory per block, local memory per thread, const memory usage, maximum block size.
These are all available in the FuncAttr named tuple: https://github.com/numba/numba/blob/master/numba/cuda/cudadrv/drive
The current version of the HANS dataset is missing the additional information provided for each example, including the sentence parses, heuristic and subcase.
A flexible framework of neural networks for deep learning
-
Updated
Nov 25, 2020 - Python
Bidirectional RNN
Is there a way to train a bidirectional RNN (like LSTM or GRU) on trax nowadays?
ConvTranspose Layer
人工智能学习路线图,整理近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
- What's wrong?
Description
We should use the official mxnet batchify functions to implement our own batchify functions. However, since we'd like to later support other frameworks, we should still keep our own batchify.py. We can change it to call MXNet implementations.
MXNet batchify: https://github.com/apache/incubator-mxnet/blob/master/python/mxnet/gluon/data/batchify.py
GluonNLP batchify: https://gi
C++ tensors with broadcasting and lazy computing
-
Updated
Nov 29, 2020 - C++
Support Series.median()
MCVE Code Sample
# Your code here
import numpy as np
import xarray as xr
data = np.zeros((10, 4))
example_xr = xr.DataArray(data, coords=[range(10), ["Deep learning operations reinvented (for pytorch, tensorflow, chainer, gluon and others)
-
Updated
Nov 21, 2020 - Python
画像処理100本ノックして画像処理を画像処理して画像処理するためのもの Jap, Eng, Chi
-
Updated
Nov 16, 2020 - Jupyter Notebook
Python Cheat Sheet NumPy, Matplotlib
-
Updated
Feb 11, 2020 - Python
Practice and tutorial-style notebooks covering wide variety of machine learning techniques
-
Updated
Oct 16, 2020 - Jupyter Notebook
Improve this page
Add a description, image, and links to the numpy topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the numpy topic, visit your repo's landing page and select "manage topics."


As discussed here, calling
kthvalueliketorch.kthvalue(a, k, out=(a, indices))produces a buffer overflow. Natalia suggested disallowing outputs that overlap with the input.cc @VitalyFedyunin