All Projects → Kyubyong → Numpy_exercises

Kyubyong / Numpy_exercises

Licence: mit
Numpy exercises.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Numpy exercises

Sspipe
Simple Smart Pipe: python productivity-tool for rapid data manipulation
Stars: ✭ 96 (-93.79%)
Mutual labels:  numpy
Pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
Stars: ✭ 52,811 (+3318.19%)
Mutual labels:  numpy
Simple Neural Networks
Simple neural networks based only on Numpy
Stars: ✭ 114 (-92.62%)
Mutual labels:  numpy
Pythonstudy
Python related technologies used in work: crawler, data analysis, timing tasks, RPC, page parsing, decorator, built-in functions, Python objects, multi-threading, multi-process, asynchronous, redis, mongodb, mysql, openstack, etc.
Stars: ✭ 103 (-93.33%)
Mutual labels:  numpy
Numpy Cn
NumPy官方中文文档(完整版)
Stars: ✭ 1,570 (+1.62%)
Mutual labels:  numpy
Studybook
Study E-Book(ComputerVision DeepLearning MachineLearning Math NLP Python ReinforcementLearning)
Stars: ✭ 1,457 (-5.7%)
Mutual labels:  numpy
Pynvvl
A Python wrapper of NVIDIA Video Loader (NVVL) with CuPy for fast video loading with Python
Stars: ✭ 95 (-93.85%)
Mutual labels:  numpy
Tfg Voice Conversion
Deep Learning-based Voice Conversion system
Stars: ✭ 115 (-92.56%)
Mutual labels:  numpy
Opencv Ndarray Conversion
NumPy ndarray ⇋ OpenCV Mat conversion, that just works.
Stars: ✭ 107 (-93.07%)
Mutual labels:  numpy
Sketch Generation With Drawing Process Guided By Vector Flow And Grayscale
This is the official implementation of the AAAI 2021 accepted paper "Sketch Generation with Drawing Process Guided by Vector Flow and Grayscale"
Stars: ✭ 114 (-92.62%)
Mutual labels:  numpy
100 Pandas Puzzles
100 data puzzles for pandas, ranging from short and simple to super tricky (60% complete)
Stars: ✭ 1,382 (-10.55%)
Mutual labels:  numpy
Numbagg
Fast N-dimensional aggregation functions with Numba
Stars: ✭ 104 (-93.27%)
Mutual labels:  numpy
Python Bigdata
Data science and Big Data with Python
Stars: ✭ 112 (-92.75%)
Mutual labels:  numpy
Numba Scipy
numba_scipy extends Numba to make it aware of SciPy
Stars: ✭ 98 (-93.66%)
Mutual labels:  numpy
Seaborn Tutorial
This repository is my attempt to help Data Science aspirants gain necessary Data Visualization skills required to progress in their career. It includes all the types of plot offered by Seaborn, applied on random datasets.
Stars: ✭ 114 (-92.62%)
Mutual labels:  numpy
Pybind11 opencv numpy
Implementation of cv::Mat conversion to numpy.array for pybind11
Stars: ✭ 96 (-93.79%)
Mutual labels:  numpy
Stock Market Analysis And Prediction
Stock Market Analysis and Prediction is the project on technical analysis, visualization and prediction using data provided by Google Finance.
Stars: ✭ 112 (-92.75%)
Mutual labels:  numpy
Beautycamera
美颜相机,具有人脸检测、磨皮美白人脸、滤镜、调节图片、摄像功能
Stars: ✭ 117 (-92.43%)
Mutual labels:  numpy
Mtensor
A C++ Cuda Tensor Lazy Computing Library
Stars: ✭ 115 (-92.56%)
Mutual labels:  numpy
Ni Pyt
Materiály k předmětu NI-PYT na FIT ČVUT
Stars: ✭ 112 (-92.75%)
Mutual labels:  numpy

NumPy Exercises

In numerical computing in python, NumPy is essential. I'm writing simple (a few lines for each problem) but hopefully helpful exercises based on each of numpy's functions. The outline will be as follows.

  • Array creation routines (DONE)
  • Array manipulation routines (DONE)
  • String operations (DONE)
  • Numpy-specific help functions (DONE)
  • Input and output (DONE)
  • Linear algebra (DONE)
  • Discrete Fourier Transform (DONE)
  • Logic functions (DONE)
  • Mathematical functions (DONE)
  • Random sampling (numpy.random) (DONE)
  • Set routines (DONE)
  • Sorting, searching, and counting (DONE)
  • Statistics (DONE)

Nov., 2016 Kyubyong

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].