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 12,451 public repositories matching this topic...
Python Data Science Handbook: full text in Jupyter Notebooks
-
Updated
Jun 21, 2022 - 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
Apr 3, 2022 - Python
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
Adding a Dataset
- Name: Stanford dog dataset
- Description: The dataset is about 120 classes for a total of 20.580 images. You can find the dataset here http://vision.stanford.edu/aditya86/ImageNetDogs/
- Paper: http://vision.stanford.edu/aditya86/ImageNetDogs/
- Data: *[link to the Github repository or current dataset location](http://vision.stanford.edu/aditya86/Ima
In this docs https://github.com/dask/dask/blob/main/docs/source/dataframe-groupby.rst we are using df in some places for pandas dataframes and in other palces for dask dataframes. There is also mention to ddf and df_dask.
For example:
df (pandas):
>>> df = pd.DataFrame({
... 'a': ['a', 'b', 'a', 'a', 'b'],
... 'b': [0, 1, 0, 2, 5],
... })
>>> ddf = dd.from_pandas(d机器学习相关教程
-
Updated
Dec 22, 2020 - Python
阿布量化交易系统(股票,期权,期货,比特币,机器学习) 基于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
Jul 8, 2022 - Python
An open access book on scientific visualization using python and matplotlib
-
Updated
Jul 12, 2022 - Python
- I have tried using the latest released version of Numba (most recent is
visible in the change log (https://github.com/numba/numba/blob/main/CHANGE_LOG). - I have included a self contained code sample to reproduce the problem.
i.e. it's possible to run as 'python bug.py'.
I think I have discovered a very minor bug - or rather inconsistency with numpy - in Numba's implementation
tensorboard for pytorch (and chainer, mxnet, numpy, ...)
-
Updated
Jun 22, 2022 - Python
Bidirectional RNN
Is there a way to train a bidirectional RNN (like LSTM or GRU) on trax nowadays?
Description
https://numpy.org/doc/stable/reference/generated/numpy.corrcoef.html
https://docs.cupy.dev/en/stable/reference/generated/cupy.corrcoef.html
Seems args are different
Additional Information
dtype argument added in NumPy version 1.20.
A flexible framework of neural networks for deep learning
-
Updated
Jun 29, 2022 - Python
Deep learning operations reinvented (for pytorch, tensorflow, jax and others)
-
Updated
Jul 10, 2022 - Python
人工智能学习路线图,整理近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
Jun 23, 2022
Repository to store sample python programs for python learning
-
Updated
Jul 4, 2022 - Jupyter Notebook
如何导入pytorch训练好的模型或者权重文件?
-
Updated
Jul 12, 2022 - Python
Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy
-
Updated
Jul 12, 2022 - Python
The Unified Machine Learning Framework
-
Updated
Jul 12, 2022 - Python
TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...
-
Updated
Jul 12, 2022 - Python
Wondering if this already exists? If not happy to create if valuable.
I'm looking for a mapping from the column names outputted, to the actual technical indicator it represents.
examples:
momentum_ao == "Momentum, Awesome Oscilator"
momentum_kama == "Momentum, Kaufman’s Adaptive Moving Average (KAMA)"
Can help quickly grasp what the features represent without having to refer back to do
A comprehensive machine learning repository containing 30+ notebooks on different concepts, algorithms and techniques.
-
Updated
Jun 24, 2022 - HTML
Created by Travis Oliphant
Latest release 4 days ago
- Repository
- numpy/numpy
- Website
- numpy.org
- Wikipedia
- Wikipedia


The current implementation of Zero Redundancy optimizer has its own implementation of object broadcasting.
We should replace it with c10d [broadcast_object_list](https://pytorch.org/docs/stable/distributed.html#torch.distributed.broadcast_object_lis