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.
- GitHub: https://github.com/topics/numpy
- Wikipedia: https://en.wikipedia.org/wiki/NumPy
- Repo: https://github.com/numpy/numpy
- Created by: Travis Oliphant
- Related Topics: python, scipy,
- Last updated: 2026-06-26 00:18:09 UTC
- JSON Representation
https://github.com/ahmad-ali-rafique/numpy-mastery-notebook
Inside this repository, you'll discover a comprehensive notebook dedicated to showcasing various NumPy array methods and operations. From basic array manipulation to advanced techniques, I've compiled a collection of examples and explanations to help both beginners and seasoned Python developers deepen their understanding of NumPy.
dataanalytics numpy numpy-arrays numpy-exercises numpy-library numpy-python
Last synced: 24 Apr 2026
https://github.com/theroyakash/shallow_neural_network
Design of an one hidden layer neural network using numpy only,
neural-networks numpy shallow-neural-network
Last synced: 24 Apr 2026
https://github.com/pawpaw2022/proj03-math-painting
An app that lets the user provide the start coordinates of geometrical shapes such as squares and rectangles, their dimensions, and their colors, and the program produces an image file canvas with all the geometrical shapes drawn in it. (Click the link below to see the demo)
Last synced: 24 Apr 2026
https://github.com/takana671/texturegenerator
Procedually generate texture images from noise.
cloud cubemap cv2 cython noise noise-textures numpy python skybox
Last synced: 25 Apr 2026
https://github.com/toxic-whitelgnd/matrice_cryptography
A simple math Project based on Matrices-Cryptography by using python-numpy
cryptography math-problem matrices numpy python3
Last synced: 25 Apr 2026
https://github.com/davewhit3/bill-detector
Bill detection. Usage OCR algorithm to read content
ai numpy ocr-recognition python3
Last synced: 26 Apr 2026
https://github.com/prathush-kumar/fake_news_detection
Developed an intelligent system to identify and classify fake news articles using Natural Language Processing (NLP) and Machine Learning techniques.
classification machine-learning natural-language-processing numpy pandas sklearn-library
Last synced: 26 Apr 2026
https://github.com/abhisingam/brickbreaker
A Terminal-Based game made in Python that emphasises upon the use of OOPs concepts. Python | NumPy | Game Development
game-development numpy python3
Last synced: 26 Apr 2026
https://github.com/m-k-l-s/sudoku
A trivial sudoku solver in Python, using recursion and numpy.
backtracking numpy python recursion solver sudoku
Last synced: 27 Apr 2026
https://github.com/manasashetty01/regulatory-affairs-of-road-accidents
Regulatory Affairs of Road Accidents in Million-Plus Cities (India, 2020)
data-analysis data-science data-visualization exploratory-data-visualizations jupyter-notebook numpy pandas python
Last synced: 27 Apr 2026
https://github.com/theoldvalyria/ecommerce_analysis
Анализ данных E-commerce
jupyter-notebook matplotlib numpy pandas python requests seaborn
Last synced: 27 Apr 2026
https://github.com/lupin3000/tello-python
Python application to control the DJI Tello Drone with different controllers.
debian dji-sdk djitellopy drone dualsense-controller evdev hidapi macos numpy opencv python stadia-controller tello unihiker
Last synced: 27 Apr 2026
https://github.com/beyza-ozben/fft_ses_temizleme
BİL314-Sinyaller ve Sistemler Dersi/Final Projesi (Fourier Dönüşümü)
audio-denoising conda-environment fastfouriertransform fft librosa matplotlib noisereduce numpy python scipy-library soundfile
Last synced: 27 Apr 2026
https://github.com/erikbavenstrand/neural-network-implementation
An Artificial Neural Network Implementation in Numpy to work with MNIST dataset.
ai feedforward-neural-network machine-learning mnist neural-network numpy python
Last synced: 27 Apr 2026
https://github.com/gyselle-marques/calculodemetricas-desafiodio
Machine Learning: Cálculo de Métricas de Avaliação de Aprendizado em Python.
accuracy brazilian-portuguese colab-notebook confusion-matrix dio-bootcamp dio-challenges f-measure f-score machine-learning matplotlib numpy precision python recall sklearn specificity statistics xgboost
Last synced: 27 Apr 2026
https://github.com/vasukalariya/neural-network-from-scratch
It's a simple Feedforward Neural Network implemented just using Numpy
artificial-neural-networks classification mnist neural-network numpy
Last synced: 28 Apr 2026
https://github.com/binoydipu/ml-libraries
Machine Learning Libraries Repository
Last synced: 28 Apr 2026
https://github.com/dwade-eng/amazon-product-recommender-prototype-
This project is a content-based product recommendation engine inspired by Amazon's "Customers who viewed this item also viewed" feature. It uses a dataset of product metadata and user interactions to suggest similar items based on product titles, brands, and categories using TF-IDF vectorization and cosine similarity.
html numpy pandas python3 scikit-learn
Last synced: 28 Apr 2026
https://github.com/udipta14/historical-olympic-games-eda-python
Exploratory Data Analysis of a Historical Olympic Games Dataset, including all the games from Athens 1896 to Rio 2016.
data-cleaning data-visualization eda matplotlib numpy pandas python3 seaborn
Last synced: 28 Apr 2026
https://github.com/rubaramanan/irisclassifier_with_scikitlearn
iris-classification machine-learning numpy pandas scikit-learn
Last synced: 28 Apr 2026
https://github.com/ahmedsamir45/mean_variance_standard_deviation_calculator
take list of numbers and return it 3x3 array and calculate mean variance and std for rows columns and all array
mean numpy standard-deviation variance
Last synced: 28 Apr 2026
https://github.com/babaquero07/escalamiento-imagenes-python
Proyecto del curso Algebra Lineal - UTADEO
matloptlib numpy pillow scipy streamlit
Last synced: 28 Apr 2026
https://github.com/alonmell/modulnet
Lightweight NumPy-based neural network framework with core layers, loss functions, optimizers, and data utilities
deep-learning from-scratch machine-learning neural-network numpy
Last synced: 29 Apr 2026
https://github.com/cuuupid/better-tensorflow
MNIST classifier api
graph-model machine-learning neural-network numpy pickle sigmoid
Last synced: 29 Apr 2026
https://github.com/thekartikeyamishra/interactive-ai-model-trainer
A Google Colab notebook for interactively training simple AI/ML classification models. Features CSV upload, dummy data generation, feature/target selection, model choice, and basic evaluation. Includes a user-friendly UI. Ideal for educational purposes. See screenshots below!
google googlecolab ipywidgets matpl numpy pandas python scikit-learn seaborn
Last synced: 29 Apr 2026
https://github.com/manishkumarpatel07/facial-recognition-attendance-manager
An AI-powered face recognition attendance system using Python, OpenCV, and dlib for real-time attendance tracking.
dlib-face-recognition numpy opencv pandas python
Last synced: 29 Apr 2026
https://github.com/muazify/pyequationsolver
A Python script that solves mathematical equations for the variable 'x' using a hybrid approach, combining symbolic solving (for exact solutions) with numerical methods (for approximations when symbolic solving is insufficient).
equation-solver numpy python3 sympy
Last synced: 29 Apr 2026
https://github.com/bilgeswe/datascience
Using Statistics and Data Science Project in Python using Google Colab tools, CVS and XLSX
box-plot colab-notebook cvs data-science data-scraping data-visualization heatmaps numpy python statistical-analysis statistics xlsx
Last synced: 29 Apr 2026
https://github.com/dulajkavinda/document-similarity-ml
📑 Check similarity between documents using td-idf and cosine similarity.
machinelearning numpy python scikit
Last synced: 29 Apr 2026
https://github.com/chirindaopensource/high_dimensional_matrix_variate_diffusion_index_models
End-to-end Python implementation of Ma et al.'s (2025) matrix-variate diffusion index models for macroeconomic forecasting. Features α-PCA factor extraction, supervised screening, and ILS estimation for high-dimensional forecasting with preserved structural information.
diffusion-index dimension-reduction econometrics factor-models financial-modeling high-dimensional-statistics macroeconomic-forecasting matrix-factorization monte-carlo-simulation numpy principal-component-analysis python quantitative-finance research-replication scientific-computing statistical-computing statistical-modeling supervised-learning time-series-analysis time-series-forecasting
Last synced: 29 Apr 2026
https://github.com/antonio-f/naive_convnet
Naive Convolutional Neural Network with TensorFlow 2
101 convolutional-neural-networks deep-learning easy matplotlib numpy simple tensorflow2 tutorial
Last synced: 29 Apr 2026
https://github.com/yousefalaaali/twitter-sentiment-analysis
Natural language processing - Twitter Sentiment Analysis
deep-learning logistic-regression matplotlib naive-bayes nltk numpy pandas scikit-learn seaborn tf-idf word-embeddings
Last synced: 29 Apr 2026
https://github.com/al-ghaly/e-commerce-a-b-testing
A Statistical Analysis project in which I Performed an A/B test to analyze the effect of changing the user interface for an E-Commerce company's Website.
data-analysis matplotlib numpy pandas python python-data-analysis seaborn statistical-analysis statistics
Last synced: 29 Apr 2026
https://github.com/brainiacsloth/brighttv_viewership_analytics_python
This repository serves to provide an EDA framework for BrightTV Viewership Data.
jupyter-notebook metadata numpy pandas python
Last synced: 29 Apr 2026
https://github.com/hanchiang/python-data-science-handbook
Learn data science with python, numpy, pandas from the book "Python Data Science Handbook: Essential Tools for Working with Data"
data-science numpy pandas python
Last synced: 29 Apr 2026
https://github.com/djdurga/upi-transactions-eda
The dataset provided encompasses a comprehensive record of Unified Payments Interface (UPI) transactions spanning the period from January 2023 to December 2023. Unified Payments Interface (UPI) has emerged as a prominent digital payment system in India, facilitating seamless fund transfers between bank accounts instantly.
matplotlib numpy pandas python
Last synced: 29 Apr 2026
https://github.com/sakshijain009/minor-project-ml-in-python
Exploratory Data analysis on data using python
matplotlib-pyplot ml numpy pandas python seaborn
Last synced: 29 Apr 2026
https://github.com/abhishek010397/tigerprediction-machinelearning
Machine Learning Prediction Model Using Multiple Regression to predict Tiger Population in India
keras-tensorflow matplotlib-pyplot multiple-linear-regression numpy pandas python3 r2 sklearn
Last synced: 29 Apr 2026
https://github.com/rebeccamorolong/mtn-customer-churn-prdiction
This project addresses a real-world business problem: predicting customer churn for MTN, a major telecommunications company. Customer churn significantly impacts profitability, and accurate predictions enable targeted retention efforts.
anova-test matplotlib-pyplot numpy pandas python seaborn
Last synced: 29 Apr 2026
https://github.com/christs8920/data-science-py
A collection of data science projects made in python.
data-science data-visualization machine-learning matplotlib nltk numpy pandas python sklearn svm-classifier visualization
Last synced: 29 Apr 2026
https://github.com/x-nimesh/panoramer-dockerized
Panoramer is a cutting-edge panoramic image stitching web application designed to transform your images into stunning, professional-quality panoramas. Whether you're a seasoned photographer or a hobbyist, Panoramer's intuitive interface and precise alignment tools make it easy for users of all skill levels to create seamless panoramas.
flask image-processing numpy python react
Last synced: 29 Apr 2026
https://github.com/andryadsm/asset-analyzer
📈 Project Asset Analyzer (Python)
commodities data-analysis data-visualization economics financial-markets investing matplotlib numpy pandas python seaborn stock-market strategy trading
Last synced: 29 Apr 2026
https://github.com/amirali5/numpy
In this repo, all about NumPy which basically a Python Library used for multidimensional array. It also has functions for working in domain of linear algebra, fourier transform, and matrices. NumPy was created in 2005 by Travis Oliphant. It is an open source project and you can use it freely.
Last synced: 30 Apr 2026
https://github.com/dina-hosny/import-preprocess-and-visualize-a-dataset-project
A simple project to practice importing a dataset, data cleaning and preparation processes, and visualize the results to answer some given questions.
data-cleaning data-engineering data-science data-visualization jupyter-notebook matplotlib numpy pandas python
Last synced: 30 Apr 2026
https://github.com/padmavathi2905/machine-learning-projects
Sentiment and Regression Analysis
machine-learning matplotlib numpy pandas python regression-analysis sentiment-analysis visualization
Last synced: 30 Apr 2026
https://github.com/tinaland101/credit-risk-classification
The purpose of this project is to build a credit risk classification model using machine learning techniques. This model helps identify the creditworthiness of borrowers based on historical lending data. Specifically, it uses a logistic regression model to predict whether a loan is healthy (0) or high-risk (1).
numpy pandas pathlib scikit-learn
Last synced: 30 Apr 2026
https://github.com/shakhthi/network_security
matplotlib numpy pandas pymongo seaborn sklearn
Last synced: 30 Apr 2026
https://github.com/alirezasaharkhiz9/python-for-dataanalysis
The educational repository for data manipulation and analysis with the libraries numpy, pandas, and matplotlib.
Last synced: 30 Apr 2026
https://github.com/fikri-rouzan/student-stress-levels-classification
Proyek pemodelan machine learning untuk mengklasifikasikan tingkat stres mahasiswa berdasarkan parameter input akademik dan psikologis.
joblib jupyter-notebook matplotlib numpy pandas python scikit-learn seaborn streamlit
Last synced: 08 Jun 2026
https://github.com/professornova/ann-scratch
This repository implements a simple Artificial Neural Network (ANN) from scratch using only NumPy.
artificial-intelligence neural-network numpy scratch
Last synced: 30 Apr 2026
https://github.com/mukeshthenraj/video-engagement-prediction
ML project to predict video engagement using Random Forest & XGBoost
gridsearchcv matplotlib numpy pandas random-forest-classifier roc-auc-curve scikit-learn video-analytics xgboost
Last synced: 30 Apr 2026
https://github.com/sayginsaman/hand-gesture-desktop-controller
A comprehensive Python application that transforms your webcam into a powerful desktop control interface using computer vision and hand gesture recognition. Control media playback, volume, scrolling, and navigation with simple hand gestures - no mouse or keyboard required!
chmod gesture gesture-control gesture-detection gesture-recognition gestures media mediapipe numpy opencv pip pyautogui python
Last synced: 30 Apr 2026
https://github.com/alphan26/airbnb-data-visualization
I've used the airbnb new york dataset from kaggle to make a comprehensive data visualization using pandas, seaborn, matplotlib.
machine-learning matplotlib numpy pandas python seaborn
Last synced: 30 Apr 2026
https://github.com/badranalyst/e-commerce-customer-analysis-data-science-foundations-case-study
This case study explores e-commerce customer data through data exploration, pre-processing, and splitting. It includes model building and training to analyze customer behavior. Python libraries like Pandas, NumPy, Matplotlib, and Seaborn are used for the analysis and model development.
data-analysis data-science dataset eda exploratory-data-analysis machine-learning matplotlib ml model-building model-training numpy pandas pre-processing python seaborn
Last synced: 01 May 2026
https://github.com/tom-uchida/datascience_handbook
Python private lesson
data-science matplotlib numpy python
Last synced: 01 May 2026
https://github.com/macnianios/fandango
a udemy project for seaborn data visualizations and basic pandas commands
numpy pandas python seaborn seaborn-plots udemy-course-project
Last synced: 01 May 2026
https://github.com/afondiel/intro-to-artificial-intelligence-free-course-le-wagon
Intro to Artificial Intelligence Free Course from @LeWagon
ai ai-courses artificial-intelligence data-science lewagon machine-learning numpy pandas prophet-facebook regression-models scikit-learn sklearn
Last synced: 01 May 2026
https://github.com/sairupeshl/portfolio-risk-calculator
A portfolio risk engine using Python, integrating the Yahoo Finance API to ingest and preprocess historical multi-asset price data
Last synced: 08 Jun 2026
https://github.com/hghyhghy/notebook
Repo consist numpy , matplotlib and pymongo aggression
jupyter-notebook matplotlib numpy pymongo python-3
Last synced: 01 May 2026
https://github.com/shibbir24/amazon-product-sales-data-analysis-trends-and-insights
Amazon Product Sales Data Analysis: Trends and Insights
amazon-dataset data-analysis matplotlib numpy pandas seaborn
Last synced: 01 May 2026
https://github.com/avinashkr-ai/data-science-using-python-jupyter-notebook
Data Science Using Python Jupyter Notebook
data-science jupyter jupyter-notebook numpy pandas python
Last synced: 01 May 2026
https://github.com/emmanueltobi/ai-academy-university
Code samples from the Intel Nervana AI Academy University held in FUTA
ai classification-algorithm dataset intel numpy regression regression-models sklearn
Last synced: 01 May 2026
https://github.com/paulo-santos-ds/analise_dados_musicais
Dashboard para compreender as preferências musicais dos ouvintes, tendências regionais e o impacto de artistas específicos.
Last synced: 01 May 2026
https://github.com/offthetab/nn_homework
Практические работы по нейронным сетям МИРЭА 3 курс.
gensim ignite matplotlib neural-network nltk numpy pandas scipy-stats seaborn torch torchvision
Last synced: 01 May 2026
https://github.com/aniketwithpython/fundamentals-of-scientific-computing
Fundamentals of Scientific Computing (MS1980) Notebook
jupyter matplotlib numpy pandas python
Last synced: 01 May 2026
https://github.com/abideen-olawuwo/pyspark-prediction
pyspark prediction
linear-regression numpy pandas pyspark
Last synced: 01 May 2026
https://github.com/muhammadadilnaeem/bcg-data-science-job-simulation-on-forage-august-2024
This repository contains all the tasks, code, and documentation completed during the BCG Data Science job simulation on The Forage platform. The simulation focused on analyzing customer churn, building predictive models, and presenting insights for a major utility company.
bcg customer-churn-prediction-with-machine-learning data data-science forage numpy pandas
Last synced: 01 May 2026
https://github.com/laszlokorte/canny-notebook
Numpy Canny Edge detector implementation to visualize each step
canny-edge-detection image-processing jupyter-notebook numpy
Last synced: 02 May 2026
https://github.com/ducha-aiki/laf2ell
Utils for LAF to ellipse and back conversion. Also function for drawing LAFs.
ellipse laf local-features numpy visualization
Last synced: 02 May 2026
https://github.com/mgitrov/ann-from-scratch
An artificial neural network implemented from scratch using numpy only.
artificial-neural-networks deep-learning guide numpy
Last synced: 02 May 2026
https://github.com/bharath-tars/streamlit_diabsynth
Predictive Health Analytics for Diabetic Risk Assessment and Personalized Reporting WebApp using Streamlit
deeplearning mahine-learning numpy onrender-deploy pandas seaborn streamlit
Last synced: 02 May 2026
https://github.com/rubaramanan/irisclassifierwith_keras
iris-classification keras numpy pandas
Last synced: 02 May 2026
https://github.com/krumyakimov/house-price-developments-in-bulgaria
I developed this project for my final exam in the Data Science course at SoftUni.
data-science jupyter-notebook matplotlib numpy pandas scipy seaborn
Last synced: 03 May 2026
https://github.com/kisaa-fatima/foreground-segmentation-using-kmeans-face-recognization-using-knn
Implement a basic version of the interactive image cut-out/segmentation approach called Lazy Snapping. The program uses K-Means Clustering to segment images into foreground and background based on user-provided seed pixels.
face-recognition foreground-segmentation kmeans-clustering knn-classification matplotlib numpy opencv2 pil
Last synced: 03 May 2026
https://github.com/nak-dt/deep-decision-forest
A custom ensemble tree model inspired by Deep Forest
ai machine-learning machine-learning-algorithms numpy pandas python sklearn
Last synced: 03 May 2026
https://github.com/sadmanca/imdb-scraper
Scrapes IMDb's movie database and outputs the data to CSV files.
beautifulsoup data-scraping imdb numpy pandas python requests
Last synced: 03 May 2026
https://github.com/katerynazakharova/machine-learning
Example of a ML algorithm.
gradient-boosting-classifier gridsearchcv machine-learning ml numpy pandas python3
Last synced: 03 May 2026
https://github.com/akhil-krishnan-r/super_market_analysis
The growth of supermarkets in most populated cities are increasing and market competitions are also high. This dataset is one of the historical sales of supermarket company which has recorded in 3 different branches for 3 months data. Predictive data analytics methods are easy to apply with this dataset
data-visualization matplotlib numpy pandas seaborn
Last synced: 03 May 2026
https://github.com/kaustavmodak/business-aided-customer-feedback-assessment-system
A Streamlit-based sentiment analysis app that classifies customer reviews into Positive, Neutral, or Negative using a pre-trained ML mode
framework machine-learning matplotlib nlp nltk numpy pandas pickle regex scikit-learn seaborn sentiment-analysis streamlt tfidf-vectorizer
Last synced: 03 May 2026
https://github.com/zongxr/dcic2025-riverwaterprediction
闽江,福建省最大独流入海河流,流域降水丰沛。在新型电力系统和新阶段水利高质量发展的环境下,如何缓解流域防汛压力,提升水资源利用率是水电企业高质量发展的重中之重。目前,基于传统水文学原理已实现未来9小时甲级精度的洪水预报,但存在遇见期与预见精度上仍有提升空间,因此,通过结合人工智能技术实现流域入库流量的精准预测,对保障水库安全调度、防洪及清洁能源稳定供应具有重大战略意义。
lightgbm machine-learning numpy pandas sklearn time-series xgboost
Last synced: 03 May 2026
https://github.com/veranyagaka/python
Everything Python
matplotlib mysql numpy oop-in-python pandasql python
Last synced: 03 May 2026
https://github.com/alvii147/discretetimelib
Python library for analysis of discrete time signals and systems
numpy pandas scipy signals-and-systems sympy
Last synced: 03 May 2026
https://github.com/schukark/intervalpylib
Interval solver of systems of equations to find the workspace area of a robot
krawczyk matplotlib numpy python3 robotics solving-algorithm sympy systems-of-equations visualization
Last synced: 03 May 2026
https://github.com/egorumaev/2024-ab-tests-metrics
Анализ соответствия размера выборки и плановых значений метрик A/B-теста
latex monte-carlo-method numpy pandas statmodels
Last synced: 04 May 2026
https://github.com/dr-rompecabezas/medical-data-visualizer
[freeCodeCamp] Medical Data Viz Jupyter Notebook built with Matplotlib and Seaborn
jupyter-notebook matplotlib numpy pandas python seaborn
Last synced: 04 May 2026
https://github.com/pomxark/smartdictor_0.1_nuitka_cleer
Распознание и озвучивание голосовым движком текста с экрана.
cv2 fuzzywuzzy kivy matplotlib-pyplot nuitka numpy pil pyautogui pyqt5 pytesseract pyttsx3 scipy silero simpleaudio torch
Last synced: 04 May 2026
https://github.com/gnikit/fileio
A template allowing to read multiple columns of tab or space delimited files. Similar functionality to numpy.loadtxt()
Last synced: 04 May 2026
https://github.com/ola-kaznowska/median-statistic
A program that calculates the median statistic. Program written in Python 3.13.1 with NumPy library during Machine Learning course.
mathematics numpy python python3
Last synced: 04 May 2026
https://github.com/arsalan692/python-telusko-playlist
A collection of beginner Python scripts and practice exercises from my early learning days, inspired by Telusko and other resources.
basic-programming bs4 matplotlib numpy oop pandas python requests selenium tkinter
Last synced: 04 May 2026
https://github.com/florianwoelki/salary_linear_regression
This project is for salary prediction using linear regression without any machine learning library.
jupyter linear-regression machine-learning matplotlib numpy pandas python regression
Last synced: 04 May 2026
https://github.com/hamishivi/denserflow
A basic numpy neural net library. This achieved high marks in a uni assignment!
deep-learning neural-network numpy
Last synced: 18 May 2026
https://github.com/johanntf/direccion_maximo_crecimiento
Dirección de máximo crecimiento en una función multivariable dado un punto de partida
customtkinter matplotlib numpy python
Last synced: 18 May 2026