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-24 00:18:03 UTC
- JSON Representation
https://github.com/vidhi1290/ai-ml-cartoonifier
Welcome to Cartoonify, a fun and interactive project that converts real photos into cartoonified masterpieces! This project guides you through the entire process, from loading the image to displaying the final cartoon version.😛
bilateral-filter cartoonify-ai edge-detection matplotlib numpy opencv skimage tensorflow
Last synced: 30 Apr 2026
https://github.com/akshaypatra/expression_detector
The Expression Detector is an AI-based system that identifies and classifies human facial expressions in real-time . It utilizes computer vision and deep learning techniques to analyze facial features and determine the emotional state of a person, such as happiness, sadness, anger, surprise, fear, disgust, or neutrality.
keras-tensorflow neural-network numpy opencv-python python3
Last synced: 30 Apr 2026
https://github.com/abhishek010397/machinelearning-modeltraining
Machine Learning Model Training for Car Detection
keras-image-augmentation keras-image-classifier keras-tensorflow matplotlib numpy python3 rmsprop tensorflow2
Last synced: 30 Apr 2026
https://github.com/mrhashemi/optimizers
Python implemntation of Conjugate Gradient method and Adam, and Broyden–Fletcher–Goldfarb–Shanno (BFGS) optimizers from scratch.
adam-optimizer bfgs conjugate-gradient numpy optimizer scipy
Last synced: 30 Apr 2026
https://github.com/zazi2002/neuroscience-reinforcement-learning
Neuroscience of Learning, Memory, Cognition project, containing a Jupyter notebook implementing a reinforcement learning approach for a neuroscience-related task.
deep-learning matplotlib numpy pytorch reinforcement-learning
Last synced: 30 Apr 2026
https://github.com/nmsby/pca-machine-learning-lab
Principal Component Analysis (PCA) implementation and analysis lab for Machine Learning. Features manual PCA implementation, scikit-learn applications, data compression, and feature extraction with detailed visualizations.
data-analysis dimensionality-reduction jupyter-notebook machine-learning numpy pca python scikit-learn visualization
Last synced: 01 May 2026
https://github.com/billgewrgoulas/hypothesis-testing-on-37-seasons-of-nba
First assignment for the course Data Mining @CSE.UOI
data-analysis data-science numpy scipy seaborn statistics
Last synced: 01 May 2026
https://github.com/snehilsanyal/ee524
Course webpage for IIT Guwahati EE524 Machine Learning Lab (Jul-Nov 2020) Session
course-webpage machine-learning matplotlib numpy pandas python scikit-learn
Last synced: 01 May 2026
https://github.com/khaymanii/big_mart_prediction_model
This model was built using Python and Logistic Regression Algorithm
matplotlib numpy pandas python scikit-learn seaborn
Last synced: 01 May 2026
https://github.com/cchandre/gc2d
Guiding-center dynamics in plasma physics
hamiltonian numpy plasma-physics pyhamsys scipy symplectic-integrator
Last synced: 01 May 2026
https://github.com/scorleos773/three-body-problem-simulator
Three-Body Problem Simulation - A Python-based simulation of the Three-Body Problem with both 2D and 3D visualizations. Uses `matplotlib` and `scipy` to model gravitational interactions and animate orbital trajectories. 🚀🔭
differential-equations matplotlib mplot3d newtonian-mechanics numerical-integration numpy orbital-mechanics python runge-kutta-methods scipy-integrate three-body-problem three-body-simulation
Last synced: 02 May 2026
https://github.com/back2matching/turboquant-vectors
Compress embeddings 6x instantly with TurboQuant. First pip package using Google's TurboQuant (ICLR 2026) for vector search. 71.9% recall vs FAISS PQ 13.3%.
compression embeddings faiss machine-learning numpy quantization rag turboquant vector-search
Last synced: 08 Jun 2026
https://github.com/rvats20/python-programming-basic
Python programing basic to develop robust python applications.
data-science eda learning learning-by-doing matplotlib-python numpy pandas python
Last synced: 02 May 2026
https://github.com/nekruzash/machine-learning-decision-trees
This is from CS2023 - AI/DS/ML class, trained a machine learning model with heart disease data sets to predict a correlation using numpy and pandas.
jupyter-notebook numpy pandas python
Last synced: 02 May 2026
https://github.com/code-taweezy/thermos-ai
An AI-powered thermal optimization and anomaly detection system for energy-efficient data centers. Note: this is a MVP
ai case-study data-visualization lovable-ai machine-learning matpplotlib mvp numpy pandas project python sckiit-learn seaborn solution tensorflow
Last synced: 02 May 2026
https://github.com/rakibhhridoy/machinelearning-featureselection
Before training a model or feed a model, first priority is on data,not in model. The more data is preprocessed and engineered the more model will learn. Feature selectio one of the methods processing data before feeding the model. Various feature selection techniques is shown here.
extratreesclassifier feature-selection gridsearchcv lasso-regression logistic-regression machine-learning numpy pandas pca rfe rfecv scikit-learn selectkbest
Last synced: 02 May 2026
https://github.com/oguzhansarigol/expected-goals-xg-data-analysis
We will analyze in our code the expected goal locations of football players based on which areas of the field, at what times, with which feet, using which parts of their bodies, and from which angles and distances they are most likely to score.
data-analysis-python expected-goals numpy pandas-python python
Last synced: 02 May 2026
https://github.com/madhuresh2011/telco-customer-churn-analysis-using-python
The analysis primarily investigates factors influencing customer churn, particularly focusing on payment methods and contract types.
csv data-analysis matplotlib numpy pandas pyhton seaborn vizualisation
Last synced: 02 May 2026
https://github.com/italoseara/cet083
Medidas de Posição (ou separatrizes) - CET083
data-science matplotlib numpy pandas portuguese python statistics university
Last synced: 03 May 2026
https://github.com/harshitwaldia/stock-price-prediction
An AI-driven stock market analysis dashboard that predicts next-day stock prices using a deep learning LSTM model. The project features: 🔮 AI Predictions for stock movements 🌍 Global market support (US, India, China, Japan, UK) 📊 Interactive React dashboard with charts & recent searches ⚡ Flask backend powered by Tensor/Keras & Yahoo Finance
dashboard flask flask-cors keras-tensorflow lstm-neural-networks machine-learning numpy react-typescript scikit-learn stock-price-prediction
Last synced: 03 May 2026
https://github.com/realtristan/micronet
Neural network library from scratch
neural-networks numpy python pytorch
Last synced: 03 May 2026
https://github.com/harizonelopez/face-detector
This project is a real-time face detection application using OpenCV's deep learning-based face detector. It captures faces from a webcam feed, detects faces with high accuracy using a pre-trained Caffe model, and saves the detected faces as image files labeled with the user's name.
Last synced: 03 May 2026
https://github.com/saptak625/doublependulum
This repository is my derivation of the equations of motion of a double pendulum using Lagrangian Mechanics and then solving the nonlinear, coupled equations using a Runge-Kutta 45 integration scheme.
differential-equations lagrangian-mechanics matplotlib numerical-integration numpy python scipy vpython
Last synced: 03 May 2026
https://github.com/byigitt/smartmove
fake data generation and analysis for ankara metro station
ankara cv2 metro numpy pandas scikit-learn
Last synced: 03 May 2026
https://github.com/vidursatija/tensorpy
A simple NumPy autodiff library
autograd machine-learning numpy python
Last synced: 03 May 2026
https://github.com/itzzmeakhi/investigate-tmdb-dataset
Tmdb dataset is taken to perform analysis. Messy data is cleaned by performing many steps like dropping null values and rising values and analyzing correlation among them using visualization techniques using matplotlib and seaboarn to derive the answers that i imposed during the early stages of analysis.
csv matplotlib numpy pandas python3 seaborn
Last synced: 03 May 2026
https://github.com/antoniojcosta/calculus-exercises
Numerical Calculus exercises solved using python.
calculus calculus-course fraction jupyter-notebook mathematics matplotlib numpy phisics python sympy
Last synced: 03 May 2026
https://github.com/llwusill/nlpbadwords
NLP ile kötü sözcük tespiti
colab-notebook matplotlib nlp nlp-machine-learning nlp-parsing nltk notebook-jupyter numpy pandas python seaborn snowballstemmer wordcloud
Last synced: 04 May 2026
https://github.com/musfiquejim/enacp-a-hybrid-machine-learning-framework-for-detecting-anticancer-peptides
EnACP: একটি Ensemble Learning মডেল যা অ্যান্টিক্যান্সার পেপটাইড সনাক্তকরণের জন্য ব্যবহৃত হয়।
adamoptimizer ai cnn-classification data-visualization deep-learning densenet inceptionv3 machine-learning matplotlib-pyplot numpy pandas randomforestclassifier randomforestregressor restnet sklearn u-net-pytorch vgg16 vgg19
Last synced: 04 May 2026
https://github.com/mdaiyub/face-mask-detection
Hello, Welcome to my mask detection project
cv2 deep-learning keras-tensorflow matplotlib-pyplot mobilenetv2 numpy os pandas
Last synced: 04 May 2026
https://github.com/chirindaopensource/crypto_currencies_interest_rates
End-to-end Python Implementation of Bergault et al.'s (2025) methodology for constructing yield curves without traditional bonds. Implements inverse options replication, robust statistical methods, and closed-form analytical solutions for risk-neutral interest rate discovery in digital asset markets.
academic-research arbitrage-pricing cryptocurrency data-science defi derivatives econometrics financial-engineering interest-rates jupyter-notebook mathematical-finance numpy options-pricing pandas python quantitative-finance ransac risk-management robust-statistics yield-curve
Last synced: 04 May 2026
https://github.com/priyanka7411/customer-churn-prediction
Customer Churn Prediction using machine learning. This project covers the full data science lifecycle—data cleaning, exploratory analysis, feature engineering, model building, and extracting actionable business insights.
jupyter-notebook model numpy pandas python random-forest-classifier scikit-learn-matplotlib-seaborn
Last synced: 04 May 2026
https://github.com/pinedah/escom_programming-for-data-science
This repository contains personal notes, exercises, and programs from the Programming for Data Science course at Instituto Politécnico Nacional (IPN). The course focuses on using Python programming for data handling, statistical analysis, and machine learning techniques.
data-science escom matplotlib numpy pandas python python-algorithms python-library
Last synced: 04 May 2026
https://github.com/heisenberg141/probability-based-boundary-detection
This Repository consists of implementation of probability based boundary detection algorithm which gives more accurate results than canny edge detection.
boundary-detection canny-edge-detection computer-vision edge-detection gabor-filters gaussian-filters image-gradients image-processing kmeans-clustering lm-filters numpy opencv python3 sobel-filter texton-maps
Last synced: 04 May 2026
https://github.com/mgobeaalcoba/datacademy
Iré subiendo los distintos desafíos del reto de Platzi llamado Datacademy
anaconda deepnote google-colab jupyter-notebook matplotlib numpy pandas python seaborn
Last synced: 04 May 2026
https://github.com/svetlanam/data-scripts
Simple scripts for data cleaning, etl transformations and data reorganisations
data-cleaning data-transformation dimensions etl facts keboola numpy pandas python3 snowflake sql star-schema
Last synced: 04 May 2026
https://github.com/quinta0/pycolors
A python program to help people with color blindness recognize color in an image
colorblindness colors image-processing numpy pandas-dataframe python tkinter-gui
Last synced: 05 May 2026
https://github.com/flazefy2/ds-global_cybersecurity_threats
https://www.kaggle.com/datasets/atharvasoundankar/global-cybersecurity-threats-2015-2024
data-science data-visualization numpy python squarify statistics
Last synced: 05 May 2026
https://github.com/winter000boy/my-project-portfolio
Welcome to My Project Portfolio! This repository is a comprehensive collection of my work in Java programming, Python development, Machine Learning (ML), Artificial Intelligence (AI), and Web Development. Organized for ease of access, this portfolio highlights innovative and practical projects tailored to solve real-world challenges.
ai artificial-intelligence artificial-neural-networks bootstrap data-science deep-learning flask-application java-projects machine-learning numpy pandas-python potfolio-site python-projects python3 spring-boot tkinter-gui web-development
Last synced: 05 May 2026
https://github.com/anupam0202/contextual-rag-chatbot
Contextual RAG Chatbot that processes PDF documents using the Google Gemini API
google-generativeai numpy pypdf2 scikit-learn streamlit
Last synced: 05 May 2026
https://github.com/psatler/pytorch_challenge_image_classifier
An Image Classifier built with PyTorch and Google Colab
convolutional-neural-networks deep-learning densenet-pytorch google-colab image-classifier numpy python3 pytorch transfer-learning
Last synced: 05 May 2026
https://github.com/guidorice/hab-detection-wyvern-hsi
Harmful Algal Bloom (HAB) Detection from Wyvern hyperspectral imagery
gdal geopandas gis hyperspectral jupyter numpy python rasterio
Last synced: 05 May 2026
https://github.com/ahasannn/multilevel_textual_emotion_classifier
Emotion detection from social media texts using machine learning algorithms.
anaconda jupyter machine-learning matplotlib nltk numpy pandas pip python scikit-multilearn scikitlearn
Last synced: 05 May 2026
https://github.com/tritonix711/digitvision-number-predictor
"DigitVision: Number Predictor" is a deep learning project that uses a Convolutional Neural Network (CNN) to classify handwritten digits (0-9) from images. Built with Python and TensorFlow, it supports dataset preprocessing, model training, evaluation, and predictions, offering a scalable and accurate solution for digit recognition tasks.
cnn keras matplotlib numpy os pillow plt python tensorflow tkinter
Last synced: 05 May 2026
https://github.com/kiritoind/neural-network-for-cat-image-classification
This script defines essential functions for constructing a deep neural network from scratch for image classification. It includes activation functions like sigmoid and ReLU, data loading from H5 files, parameter initialization, forward and backward propagation for training, gradient descent for parameter updates, and functions for prediction
classification computer-vision deep-learning deep-neural-networks jupyter-notebook numpy python
Last synced: 05 May 2026
https://github.com/singh-dhruv/traffic-light-detection-and-recognition
Welcome to this repository! Here we explored the topic of traffic lights detection and its recognition for helping the Autonomous Vehicles in their interpretation of traffic lights and decision making while driving.
autonomous-driving computer-vision matplotlib-pyplot numpy python r-cnn tensorflow
Last synced: 05 May 2026
https://github.com/free-programmers/image_processing_python
image processing python
image-processing matplotlib numpy opencv opencv-python
Last synced: 05 May 2026
https://github.com/flazefy2/ds-customer_shopping
https://www.kaggle.com/datasets/bhadramohit/customer-shopping-latest-trends-dataset
data-science data-visualization jupiter-notebook numpy python sales shopping squarify statistics
Last synced: 05 May 2026
https://github.com/dan-shields/rocketleagueirl
Rocket League comes to Real Life!
arduino numpy opencv2 python robotics rocket-league
Last synced: 05 May 2026
https://github.com/lintangwisesa/python_recommendation_system
Basic recommendation system using Python & Sklearn
numpy pandas python recommendation-system sklearn
Last synced: 05 May 2026
https://github.com/jsdhami/data-science-with-python
Data Science With Python->Target: AI/ML
ai articicial-inteligence deep-learning deep-neural-networks mathematics-machine-learning matplotlib ml numpy pandas python pytourch statistics tensorflow
Last synced: 05 May 2026
https://github.com/sarthak-1408/rain-fall-prediction
This repository represents the End to End Machine Learning Project (Rain Fall Prediction in Australia).
heroku heroku-deployment machine-learning numpy pandas rain-fall rain-fall-prediction scikit-learn xgboost-algorithm
Last synced: 05 May 2026
https://github.com/scarblase/homeless-animals-analysis
A data-driven exploration of homeless animal statistics 🐶🐱. Analyze age distribution, shelter dynamics, and adoption patterns using Python, Pandas, and Seaborn.
animals data-analysis data-mining data-science data-science-projects data-visualization matplotlib matplotlib-pyplot numpy pandas plotly python python3 ukraine
Last synced: 06 May 2026
https://github.com/ujstor/streamlit-working-hours
The analysis pipeline involves combining the data forms, performing data cleaning, and starning streamlit server for statistical analysis.
data-pipeline numpy pandas statistics streamlit
Last synced: 06 May 2026
https://github.com/mmsaki/whale_portfolio
Determine which Whale portfolio is performing the best across multiple areas: volatility, returns, risk and Sharpe ratios.
datetime finance jupyter-notebook matplotlib numpy pandas pathlib python quantitative-finance seaborn stock-market trading-strategies
Last synced: 06 May 2026
https://github.com/kirkalyn13/opensignal_autogenerate_report
Script used to generate results/summary, including the trends of flagged provinces, from the raw excel data file,
data-analysis data-science data-visualization matplotlib numpy pandas python
Last synced: 06 May 2026
https://github.com/yc1909/ai_impact_on_jobs
Impact of Artificial Intelligence on Jobs and Workplace-Analysis
analytics exploratory-data-analysis matplotlib numpy pandas seaborn
Last synced: 06 May 2026
https://github.com/soumya-kushwaha/data-science-and-ml
data-science matplotlib numpy pandas python-libraries seaborn
Last synced: 06 May 2026
https://github.com/rudrakshi99/movie-recommendation-system
Movie recommendation system using machine learning and predict user ratings for the movies.
dataframes machine-learning matplotlib numpy pandas seaborn
Last synced: 07 May 2026
https://github.com/nemeslaszlo/emergency-911-calls
Covers emergency (911) Calls: Fire, Traffic, EMS for Montgomery County, PA analysis with visualizations.
jupyter-notebook matplotlib numpy pandas seaborn
Last synced: 06 May 2026
https://github.com/thevarunsharma/similar-word-finder
A web application with Python backend which finds words similar to a given word, using pre-trained GloVe word embeddings.
flask-application machine-learning nlp numpy python word-embeddings
Last synced: 07 May 2026
https://github.com/affromero/pixelcache
A versatile image processing library for Python with built-in support for caching, using Pillow, NumPy, and PyTorch.
image-processing numpy opencv pillow pytorch torchvision
Last synced: 07 May 2026
https://github.com/gehad-ahmed30/data-analysis
This repository offers a guide to data visualization with Pandas and includes practical examples and two complete projects. Learn to preprocess, analyze, and visualize datasets to solve real-world problems effectively.
analysis matplotlib numpy pandas python seaborn
Last synced: 07 May 2026
https://github.com/asut00/machine-learning-program_42ai
Comprehensive Machine Learning path by 42AI: hands-on modules on regression, gradient descent, and real-world ML applications.
linear-regression machine-learning matplotlib numpy pandas python scikit-learn
Last synced: 07 May 2026
https://github.com/sumonta056/bangladeshi-vehicle-number-plate-detection
Image Processing Pipeline: Enhance, rotate, extract features, and segment characters in images for text recognition and enhancement.
candy-edge connected-components edge-detection grayscale-images morphological-analysis numpy opencv python radon-transform scikit-image sobel-edge-detector
Last synced: 07 May 2026
https://github.com/ayaanjawaid/brain_stroke_prediction
project aims to predict the likelihood of a stroke based on various health parameters using machine learning models. The dataset is preprocessed, analyzed, and multiple models are trained to achieve the best prediction accuracy.
decision-trees exploratory-data-analysis matplotlib numpy pandas python regression xgboost
Last synced: 07 May 2026
https://github.com/akashash01/akash_linear-regression
This is an linear approach machine learning model used to predict the values of variable(dependent) based on other variables(independent).
anova-test autocorrelation data-science heteroscedasticity linear-regression machine-learning mape multicollinearity numpy pandas python supervised-learning
Last synced: 07 May 2026
https://github.com/mihirh19/analyzing-crimes-in-la
This GitHub repository contains a comprehensive analysis of crime data in Los Angeles. Leveraging a variety of data sources, tools, and techniques, we have explored patterns, trends, and insights related to criminal activities within the city. Our analysis includes data visualization crime dynamics in different neighborhoods and over time.
dataset machine-learning matplotlib numpy pandas seaborn
Last synced: 07 May 2026
https://github.com/sudipbishwakarma/bulk-remove-onesignal-users
Bulk remove OneSignal subscribed users blazingly faster with parallel processing.
numpy pandas python python-logger python-multiprocessing python-threading python3
Last synced: 07 May 2026
https://github.com/ananyachibber21/python-numpypandas-exercises
Exercises - Python for Data Science - NumPy + Pandas
Last synced: 07 May 2026
https://github.com/rhazra-003/plotting_practice
Plotting using matplotlib and numpy
jupyter-notebook matplotlib numpy plotting-in-python python statistics
Last synced: 07 May 2026
https://github.com/henriqueotogami/curso-de-python3-udemy
Documentos do curso de Python 3, com arquivos das aulas, e Jupyter Notebook. Conceitos de Machine Learning.
iris-dataset jupyter-notebook linear-regression numpy pandas-python python3 udemy
Last synced: 08 May 2026
https://github.com/mohamedawnallah/covid19-dataanalysis-python
how to preprocess and merge datasets to calculate needed measures and prepare them for an Analysis. In this project, we are going to work with the COVID19 dataset, published by John Hopkins University, which consists of the data related to the cumulative number of confirmed cases, per day, in each Country. Also, we have another dataset consist of various life factors, scored by the people living in each country around the globe. We are going to merge these two datasets to see if there is any relationship between the spread of the virus in a country and how happy people are, living in that country.
covid19 dataanalysis datavisualization happiness-report jupyternotebook numpy pandas python
Last synced: 08 May 2026
https://github.com/raulpy271/videoinascii
🖼️ this program show a video in terminal with ascii-art style
ascii-art ffmpeg numpy python video-processing
Last synced: 08 May 2026
https://github.com/ki-seki/set_determ
Set deterministic modes of `random`, `torch` and `numpy` to ensure reproducibility. Idea is inspired by https://darinabal.medium.com/deep-learning-reproducible-results-using-pytorch-42034da5ad7
deterministic numpy pytorch random-generation reproducibility
Last synced: 08 May 2026
https://github.com/akashash01/logistic-regresion
This is an contrast of linear regression model, used to examine the association between the independent variable(category or contineous) with dependent variable(binary), which is an discrete outcome.
auc-roc-curve classification confusion-matrix data-science kolmogorov-smirnov machine-learning nonlinear-regression numpy pandas python supervised-learning vif woe-and-iv
Last synced: 08 May 2026
https://github.com/varshneydevansh/machinelearning-101
This repository is about various Algorithm's and Implementations in ML
artificial-intelligence artificial-neural-networks computer-science computer-vision deep-learning machine-intelligence machine-learning machine-learning-algorithms machinelearning neural-network numpy numpy-tutorial python tensorflow tensorflow-tutorials tutorial tutorial-exercises
Last synced: 08 May 2026
https://github.com/framebuffers/mindhunter
Wrappers for Pandas DataFrames to add quicker access for common statistical values, utilities and functionality.
data-analysis data-science numpy pandas python utilities-python
Last synced: 08 May 2026
https://github.com/sominw/cheatsheets
Useful cheatsheets for DS.
cheat-sheets cheatsheet numpy pandas probability
Last synced: 08 May 2026
https://github.com/tanu272004/-income-mortgage-housing-insights-a-state-city-analysis-
To analyze state & city housing trends and affordability using data analytics.”
bigquery business-intelligence data-analysis data-visualization dax googlecloud kpi numpy powerbi predective-modeling python sql
Last synced: 09 May 2026
https://github.com/idow09/ud810-problem-sets
Solutions to the problem sets of Introduction to Computer Vision course at Udacity
computer-vision numpy opencv opencv-python problem-sets python solutions udacity
Last synced: 09 May 2026
https://github.com/alexcoder04/image-edit
A Python GUI for basic image editing, school project
fun gui image-editing image-processing numpy pil pyqt pyqt5 python python3 qt sideproject
Last synced: 09 May 2026
https://github.com/haloapping/sharing-tipis-tipis
#sharingtipistipis 📗 catatan ketika belajar machine learning, deep learning dan masih banyak lagi.
caring deep-learning machine-learning numpy pandas scikit sharing
Last synced: 09 May 2026
https://github.com/dina-hosny/explore-us-bike-share-data-project
Explore US Bike Share Data project - FWD Data Analysis Professional Track. In this project, I used Python to explore data related to bike share systems for three major cities in the United States and answer questions about it by computing descriptive statistics.
data-analysis data-science numpy pandas python
Last synced: 09 May 2026
https://github.com/datarohit/tps-january-2022--kaggle-competition
Tabular Playground Series - Jan 2022. This Competition is Posted on Kaggle.com for practicing the EDA and Regression Skills.
kaggle-competition matplotlib numpy pandas regression-algorithms seaborn
Last synced: 09 May 2026
https://github.com/hemilkaklotar/num-plot
Python Libraries Tutorials for Numpy and Matplotlib
matplotlib numpy patterns python
Last synced: 09 May 2026
https://github.com/abhishekayu/football-detection-in-python
Football Detection in Python 10 line of Code
cv2 football football-data footballdetection footballdetectioninpython git github github-pages messy numpy numpy-arrays opencv-python python python3 ronaldo templates
Last synced: 24 Jun 2026
https://github.com/tynab/numpy
CyberSoft Data Analyst 08 - NumPy Basic
cybersoft cybersoft-academy cybersoft-academy-da cybersoft-academy-da-08 cybersoft-academy-data-analyst cybersoft-academy-data-analyst-08 cybersoft-da cybersoft-da-08 cybersoft-data-analyst cybersoft-data-analyst-08 da da-08 data-analyst data-analyst-08 jupyter-notebook matplotlib numpy pandas python yan
Last synced: 11 Feb 2026
https://github.com/mark0011astra/simplecuda
CUDAを使用したGPU演算をNumPyと同様のインターフェースで簡単行えるライブラリ。A library that allows users to easily perform GPU operations using CUDA with a NumPy-like interface.
cuda cupy gpu machine-learning numpy python vector
Last synced: 02 May 2026
https://github.com/fatma-moanes/machine-learning-labs
My implementation for the labs of the Machine Learning course that I studied in my university, Zewail City.
bootstrap data-analysis data-science deep-learning keras knn-classification linear-regression logistic-regression machine-learning machine-learning-algorithms matplotlib ml neural-networks numpy pandas pca preprocessing python seaborn svm-classifier
Last synced: 12 Apr 2026
https://github.com/nissanjk/linear-solver
A Python desktop application to solve systems of linear equations using various numerical methods.
anaconda3 fpdf imageio matplotlib numpy python3 tkinter
Last synced: 16 May 2026
https://github.com/garcane/Income-Prediction-ML
This is a machine learning project aimed at predicting whether an individual's annual income exceeds $50,000 based on their demographic and personal information.
data data-science machine-learning ml numpy pandas python random-forest scikit-learn
Last synced: 24 Oct 2025
https://github.com/ola-kaznowska/ai-digit-recognition
AI digit recognition. Artificial neural network for digit recognition
ai artificial-intelligence machine-learning neural-network numpy tensorflow
Last synced: 14 Apr 2026
https://github.com/bhavyemathur/redstone-ml
High-performance Machine Learning, Dynamic Auto-Differentiation and Tensor Algebra crate for Rust
autograd-engine linear-algebra machine-learning numpy pytorch tensor
Last synced: 17 Apr 2026
https://github.com/a3ro-dev/weather-prediction-application
a weather prediction application built using Streamlit. The application predicts future temperatures and weather types based on past trends. It provides a sleek and intuitive user interface for input and displays the predictions dynamically.
charts mathematics matplotlib numpy plotting python python3 streamlit weather weather-app weather-forecast weatherprediction webapp
Last synced: 06 Feb 2026