numpy-arrays
There are 538 repositories under numpy-arrays topic.
codebasics/py
Repository to store sample python programs for python learning
Tanu-N-Prabhu/Python
This repository helps you understand python from the scratch.
xtensor-stack/xtensor-python
Python bindings for xtensor
scikit-fmm/scikit-fmm
scikit-fmm is a Python extension module which implements the fast marching method.
milaan9/09_Python_NumPy_Module
Numpy is a general-purpose array-processing package. It provides a high-performance multidimensional array object and tools for working with these arrays. It is the fundamental package for scientific computing with Python. Besides its obvious scientific uses, Numpy can also be used as an efficient multi-dimensional container of generic data.
csmailis/NPYViewer
Load and view .npy files containing 2D and 1D NumPy arrays.
Quansight-Labs/ndindex
A Python library for manipulating indices of ndarrays
amit1rrr/numcompress
Python package to compress numerical series & numpy arrays into strings
mongodb-labs/mongo-arrow
MongoDB integrations for Apache Arrow. Export MongoDB documents to numpy array, parquet files, and pandas dataframes in one line of code.
the-lay/tiler
N-dimensional NumPy array tiling and merging with overlapping, padding and tapering
portugueslab/arrayqueues
Multiprocessing queues for numpy arrays using shared memory
xtensor-stack/Xtensor.jl
Julia package for xtensor-julia
gallantlab/cottoncandy
sugar for s3
treehouse-projects/python-intro-to-numpy
Cheat Sheet generated in the Introduction to NumPy course
foolmarks/images_to_npy
Converting images to numpy files
the-mrinal/ML-Notebook
Karma of Humans is AI
LBC-LNBio/pyKVFinder
pyKVFinder: Python-C parallel KVFinder
akchaudhary57/Andrew-Ng-Coursera-Machine-learning-in-Python
I have written Machine learning equations from scratch in python using Andrew Ng Coursera dataset. Andrew-Ng-Coursera-Machine-learning-in-Python.
gertingold/euroscipy-numpy-tutorial
Introduction to NumPy arrays
oysteijo/npy_array
A simple library for reading and writing numpy arrays in C code.
bygregonline/dicom_django_viewer
TUTORIAL -> Django bootstrap 4 DICOM online viewer using python background
ekbanasolutions/numpy-using-socket
Send Python Numpy Array over TCP/IP socket with simple codes.
Ashleshk/Computer-Vision-with-Python-Udemy
This course is tailor made for an individual who wishes to transition quickly from an absolute beginner to a Computer Vision expert in a few weeks. The most difficult concepts are explained in plain and simple manner using code examples.
heanuea/Mnist-Digit-Reader-
A Web Application Built with Flask and Python that reads images containing numbers with the Help of Tensor-flow should recognize each digit from 0 to 9
Sirichandana7/Virtual-try-on-trial-clothes
One of the key features of this web application is its virtual try-on feature, which allows users to see how different clothing items would look on them. This feature eliminates the need for users to physically try on clothes in a store, making the shopping experience more convenient and efficient.
ZZZZzzzzac/numfi
a subclass of numpy.ndarray that does fixed-point arithmetic
biraj21/array-visualizer
Helps you visualize multidimensional arrays.
SahibzadaSalman/Important-Data-Science-Libraries
This repo contains important libraries for data science / machine learning libraries
aagra109/Students-Performance-Analysis
This project understands how the student's performance (test scores) is affected by other variables such as Gender, Ethnicity, Parental level of education, Lunch and Test preparation course
pearu/pydlpack
DLPack data exchange interface in Python
cdcseacave/TinyNPY
Read/write python numpy array NPY/NPZ files
imaginary-friend94/SharedNumpyArray
Library for make shared memory numpy arrays
naiveHobo/JDL
Java Deep Learning Library
cowana-ai/feature-fabrica
Open-source Python library designed to improve engineering practices and transparency in feature engineering.
Harly-1506/Faster-Inference-yolov8
Faster inference YOLOv8: Optimize and export YOLOv8 models for faster inference using OpenVINO and Numpy 🔢
OriYarden/Computer-Vision-Image-Processing-Object-Detection-Tracking-in-Python-from-Scratch
Video image processing computer vision to remove background and foreground for object detection and tracking in Python from scratch using only numpy arrays.