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 7,368 public repositories matching this topic...
-
Updated
Dec 15, 2020 - Jupyter Notebook
-
Updated
Dec 21, 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.
-
Updated
Oct 19, 2019
-
Updated
Dec 22, 2020 - Python
-
Updated
Sep 27, 2019 - Jupyter Notebook
-
Updated
Jan 4, 2021 - Python
-
Updated
Dec 23, 2020 - Python
-
Updated
Oct 14, 2020 - Python
-
Updated
Jan 22, 2021 - Python
Bidirectional RNN
Is there a way to train a bidirectional RNN (like LSTM or GRU) on trax nowadays?
-
Updated
Jan 13, 2021 - Python
-
Updated
Feb 6, 2020
- What's wrong?
Rank widget does not show that Manual selection is active, if:
- Best ranked was active.
- I clicked into the white part of the table to deselect.
The "Select Attributes" radio button still has "Best ranked" active, but nothing is selected (and the status bar shows that nothing gets to the output). Instead, the "Select Attributes" radio button should switch to "
-
Updated
Jan 9, 2021 - Python
[Error Message] Improve error message in SentencepieceTokenizer when arguments are not expected.
Description
While using tokenizers.create with the model and vocab file for a custom corpus, the code throws an error and is not able to generate the BERT vocab file
Error Message
ValueError: Mismatch vocabulary! All special tokens specified must be control tokens in the sentencepiece vocabulary.
To Reproduce
from gluonnlp.data import tokenizers
tokenizers.create('spm', model_p
-
Updated
Jan 21, 2021 - C++
-
Updated
Jan 5, 2021 - Jupyter Notebook
-
Updated
Dec 9, 2020 - Jupyter Notebook
hi,
if possible, please add these indicators as well:
TDI (Traders Dynamic Index)
chandelier exit
pivot points
BOP (balance of power)
CTM (Chande trend meter)
Coppock Curve
Correlation Coefficient
PMO (DecisionPoint Price Momentum Oscillator)
Ulcer Index
most of them except TDI are available on stockcharts.com
thanks
Created by Travis Oliphant
Latest release 17 days ago
- Repository
- numpy/numpy
- Website
- numpy.org
- Wikipedia
- Wikipedia
Add support for
torch.max
with:Motivation
Currently,
torch.max
has support for CUDA float16:But all three other combinations of CPU/CUDA and float16/bfloat16 are not supported: