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-23 00:21:44 UTC
- JSON Representation
https://github.com/vvipjain/employee-analysis
Employee Data Analysis
numpy numpy-arrays numpy-library pandas pandas-dataframe pandas-library pandas-python plotly plotly-express plotly-python python python3
Last synced: 29 Apr 2026
https://github.com/hamdaniqhmqd/sistem-cerdas
I use this repository for my storage, especially in the intelligent systems course in semester 3
matplotlib numpy pandas python streamlit
Last synced: 20 Apr 2026
https://github.com/ashishpatel8736/soq-solver-cramer
This project is a System of Equations Solver built using Cramer's Rule in Python with Streamlit. It allows users to input and solve systems of linear equations in real-time by visualizing them as matrices and generating solutions for variables 𝑥 , 𝑦 , 𝑧, etc.
Last synced: 14 Apr 2026
https://github.com/gauravsakure02/pubg_win_prediction
Predicting PUBG game wins using a dataset involves analyzing various in-game features such as player kills, distance traveled, and weapons acquired to build a model that forecasts the likelihood of winning a match based on player performance, helping in winning game
matplotlib numpy pandas sklearn
Last synced: 29 Apr 2026
https://github.com/ladityagogoi/shadowguard
The ShadowGuard Browser Extension is a powerful tool designed to enhance user experience by identifying and highlighting potential dark patterns on websites. Our extension employs a combination of machine learning algorithms and natural language processing (NLP) models to detect and classify various deceptive design practices
css flask html javascript joblib numpy pandas python scikit-learn
Last synced: 11 Apr 2026
https://github.com/prodev717/neurogen
A simple Python library to build and train deep neural networks (SLP and MLP). It includes functions for forward propagation, backpropagation, loss calculation, and model saving/loading.
ai backpropagation deep-learning machine-learning mlp neural-networks numpy python slp
Last synced: 30 Apr 2026
https://github.com/linggarm/smart-caloriemax
A web app that utilizes Genetic Algorithms to generate a list of foods offering maximum calorie content within a specified budget.
artificial-intelligence css evolutionary-algorithms flask genetic-algorithms html javascript knapsack-problem machine-learning numpy python
Last synced: 12 Apr 2026
https://github.com/abhinav330/data-science-projects
The Data Science Projects folder contains various projects related to data analysis, machine learning, and exploratory data analysis (EDA). Each project focuses on a specific dataset and utilizes different techniques and algorithms to extract insights and make predictions.
decision-trees exploratory-data-analysis k-means-clustering k-nearest-neighbours kaggle linear-regression logistic-regression machine-learning machine-learning-algorithms matplotlib numpy pandas plotly python random-forest-classifier support-vector-machines
Last synced: 30 May 2026
https://github.com/harshita2234/breast-cancer-prediction
A machine learning project to predict breast cancer using logistic regression. This project includes data preprocessing, feature scaling, model training, and evaluation, based on a guided project from Coursera.
breast-cancer-prediction jupyter-notebook logistic-regression machine-learning matplotlib numpy pandas scikit-learn
Last synced: 12 Apr 2026
https://github.com/prakashjha1/stock-trend-prediction
Deep learning for predicting stock market prices and trends has become even more popular than before. I have used yahoo finance to collect the data and LSTM to build the stock trend model.
deep-learning keras lstm lstm-neural-networks machine-learning numpy pandas pandas-datareader prediction python rnn tensorflow
Last synced: 11 Apr 2026
https://github.com/carlthome/ipytoolbox
A collection of IPython magics and other utilities
ipython jupyter matplotlib numpy
Last synced: 18 Jan 2026
https://github.com/ngirimana/ml_knn
Welcome to the KNN Project! This will be a simple project very similar to the lecture, except you'll be given another data set. Go ahead and just follow the directions below.
artificial-intelligence knn-algorithm knn-classification knn-classifier machine-learning matplotlib numpy pandas python3 searbon
Last synced: 12 Apr 2026
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/rkarahul/vehicle-number-plate-detection-and-ocr-reading-using-opencv-and-paddleocr
complated Vehicle Number Plate Detection and OCR Reading Using OpenCV and PaddleOCR
numpy opencv paddleocr paddlepaddle pandas python
Last synced: 12 Apr 2026
https://github.com/kanishk1420/renewabled-data-helper
An AI-powered assistant designed to help analysts, developers, and investors efficiently analyze and extract critical insights from renewable energy project documents. Built using Python, Google Gemini, FAISS, and Streamlit
gemini-api langchain mongodb numpy python streamlit
Last synced: 11 Apr 2026
https://github.com/3rd-son/knn-breast-cancer-prediction-model-
A breast cancer prediction model using KNN with an accuracy of 96%
jupyter-notebook knn-classifier matplotlib numpy pandas python scikit-learn scipy search
Last synced: 11 Apr 2026
https://github.com/harmonicode/image-mixer
A PyQt5-based application for real-time image processing and reconstruction using frequency components like magnitude, phase, real, and imaginary parts. Adjust brightness and contrast, and mix images with ease.
fourier-transform image-processing numpy opencv pyqt5 python signal-processing
Last synced: 13 Mar 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/faisal-khann/comprehensive_banking_portfolio
This analysis explores the banking customer dataset to uncover key patterns in account holdings, loan portfolios, income profiles, and transactional behavior. By integrating both financial and demographic variables, we examine customer engagement, lending trends, and risk exposure across different segments.
data-manipulation eda matplotlib numpy pandas powerbi python seaborn
Last synced: 20 Apr 2026
https://github.com/faizantkhan/regression-project-bangalore-property-price-prediction
🏠 Bangalore Property Price Prediction is a comprehensive project designed to accurately predict property prices in Bangalore. Leveraging advanced regression techniques and a dataset sourced from Kaggle, the model undergoes meticulous feature engineering, data cleaning, and parameter tuning to ensure high accuracy.
backend-api css data-cleaning data-science data-visualization eda flask html javascript machine-learning-algorithms numpy pandas project project-repository property python regression-models server
Last synced: 14 Apr 2026
https://github.com/anish202020/weather_prediction_model_21int68_internship
Predicts weather using data analysis and machine learning neural networks. The project reads data from a CSV file, processes it, trains a neural network, and visualizes the results.
keras-neural-networks keras-tensorflow matplotlib numpy pandas sklearn
Last synced: 12 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/geson-anko/numpy_ndarray_msgs
A ROS2 package for transmitting NumPy ndarrays between ROS2 nodes.
Last synced: 23 Feb 2026
https://github.com/charmve/numpycnn
Building Convolutional Neural Networks From Scratch using NumPy
cnn computer-vision deep-learning deep-learning-tutorial machine-learning numpy project python tutotrial
Last synced: 22 Apr 2026
https://github.com/5hraddha/interconnect
Interconnect : Clients Churn Prediction using ML
decisiontreeclassifier dummyclassifier lgbmclassifier logisticregression matplotlib numpy ordinalencoder pandas randomforestclassifier scipy scipy-stats seaborn sklearn standardscaler
Last synced: 27 Jan 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/sralter/term_deposit_marketing
Predicting which customers will most likely purchase a type of financial product, achieving a time savings of over 93%.
matplotlib numpy optuna pandas seaborn sklearn
Last synced: 30 Apr 2026
https://github.com/gracysapra/pandas-numpy-data-visualisation
This repository contains essential Python scripts and notebooks for data analysis and visualization. It includes: pandas: Data manipulation and analysis, including operations on series and dataframes. NumPy: Efficient numerical computations and array processing. Data Visualization: Creating insightful visualizations using Matplotlib and Seaborn.
data-science data-visualization matplotlib numpy numpy-arrays pandas pandas-dataframe pandas-series seaborn
Last synced: 07 May 2026
https://github.com/techassi/hfu-imgcomp
Image processing and computer graphics SOSE 22
computer-vision image-processing numpy opencv python
Last synced: 11 Apr 2026
https://github.com/mahnoorsheikh16/Credit-Card-Default-Prediction
This project focuses on predicting whether a customer will default on their credit card payment in the upcoming month. Utilizing historical transaction data and customer demographics, the project employs various machine learning algorithms to distinguish between risky and non-risky customers for better credit risk management.
chi-square-test encoding hiplot imblearn json knn-imputer matplotlib numpy pandas pca-analysis pillow plotly robust-scalar scipy seaborn sklearn smote streamlit ttest visualization
Last synced: 01 Mar 2025
https://github.com/nikhilroxtomar/introduction-to-numpy
A list of jupyter notebook explaining the various functions and properties of Numpy.
Last synced: 21 Apr 2026
https://github.com/prashver/stock-price-prediction-lstm
Using Recurrent Neural Network (RNN) and Long Short-Term Memory (LSTM), this project predicts Nestle India stock prices. The dataset spans from May 18, 2018 to May 20, 2022, and results are visualized using matplotlib.
keras lstm-model matplotlib numpy pandas recurrent-neural-network
Last synced: 12 Apr 2026
https://github.com/harikrishnan669/python
Basic Python programs and Try outs..
matplotlib numpy pandas python tkinter tkinter-gui
Last synced: 27 Jan 2026
https://github.com/kelvinjuliusarmandoh/loan-approval-prediction
Implementing Machine Learning for predicting loan approval
classification loan-default-prediction machine-learning matplotlib-pyplot numpy pandas scikit-learn seaborn
Last synced: 01 May 2026
https://github.com/anarya22/heart-disease-classification
Predicting heart disease using machine learning. This notebook looks into various python base ML and DS libraries in an attempt to build a machine learning model capable of predicting whether or not someone has heart disease based on their medical attributes.
data-cleaning data-visualization machine-learning matplotlib numpy pandas scikit-learn
Last synced: 01 May 2026
https://github.com/datarohit/end-to-end-machine-learning-projects
This repo contains multiple simple and complex End to End DataScience Projects crated using Python and Streamlit and hosted on Heroku and Streamlit.
heroku heroku-deployment machine-learning matplotlib numpy pandas python seaborn sklearn streamlit streamlit-webapp
Last synced: 14 Apr 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/vochicong/ai-memo
Notebooks about machine learning (AI) math and tools
azure-notebooks colaboratory machine-learning math numpy
Last synced: 24 Feb 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/paulo-santos-ds/dados-telefonia
Este projeto tem como objetivo desenvolver um modelo que possa analisar o comportamento do cliente e recomendar um dos planos mais recentes de uma companhia telefônica fictícia.
matplotlib numpy pandas python3 sklearn
Last synced: 12 Apr 2026
https://github.com/chuvalniy/torchy
Built from scratch neural network library using only NumPy
backpropogation from-scratch gradient math neural-net numpy pytorch-like
Last synced: 01 May 2026
https://github.com/simran2911/flight-price-pridiction
This github repositiory contains the Flight Price Prediction project aims to develop a machine learning model to predict flight ticket prices based on various factors such as departure and arrival locations, dates, airlines, and other relevant features.
accuracy-score catboostregressor machine-learning matplotlib numpy pandas r2-score random-forest-regression seaborn xgboost-regression
Last synced: 21 Apr 2026
https://github.com/macagua/entrenamiento.data_scientist_python
Repositorio de manuales y recursos del entrenamiento "Data Scientist en Python" realizado por Leonardo J. Caballero G.
data-analytics data-scientist data-visualization numpy pandas-dataframe python37 streamlit
Last synced: 01 May 2026
https://github.com/vineet416/chronic-kidney-disease-prediction
This repository contain code of Chronic Kidney Disease Detection Prediction Project. The goal of this project is predict the chronic kidney disease using parameters like Diabetes Mellitus, Blood Urea, Sugar, Hypertension etc.. I used multiple machine learning algorithms with hyperparameter tuning which is having highest accuracy score of 97.5
data-visualization data-wrangling exploratory-data-analysis feature-engineering feature-selection hyperparameter-tuning machine-learning matplotlib numpy pandas plotly pre-processing python seaborn sklearn-library statsmodels
Last synced: 14 Apr 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/imaginesamurai/advanced-vision-system
A Python-based camera handling utility that provides seamless control over video capture with advanced zoom functionality. Features include adjustable resolution, smooth digital zoom controls, and efficient frame processing, ideal for computer vision applications.
camera computer-vision cv2 cv2-library night-vision night-vision-camera night-vision-goggles numpy opencv opencv-python python python3 real-time realtime stable supoort thermal thermal-camera thermal-images video
Last synced: 16 Apr 2026
https://github.com/MahiPonii/Hyperion_Sort
lz4 numba numpy pandas-python python python3 scipy sorting-algorithms tensorflow
Last synced: 15 Oct 2025
https://github.com/varshan1123/football-analysis
Designed a soccer analytics system using YOLOv11 for player and ball tracking, with team classification and real-world movement analysis, enabling precise speed and distance assessments. Integrated automated reporting to enhance data-driven decisions for coaches and analysts.
gemini-api kmeans-clustering numpy opencv ultralytics yolov11
Last synced: 02 May 2026
https://github.com/michael-insights/portfolio
This repository showcases my projects and skills in Data Analytics, Data Science, and Machine Learning. It includes hands-on work in data analysis, predictive modeling, and machine learning algorithms, aimed at solving real-world problems.
data-analytics data-science data-visualization datapreprocessing jupyter-notebooks machine-learning matplotlib numpy pandas predictive-modeling python scikit-learn sql
Last synced: 11 Apr 2026
https://github.com/cchandre/rg
Renormalization for the break-up of invariant tori in Hamiltonian flows
expm hamiltonian hamiltonian-dynamics invariant-tori kolmogorov-arnold-moser numpy python3 renormalization-group scipy
Last synced: 01 May 2026
https://github.com/dudynets/numerical-methods-labs-tkinter
Labs for Numerical Methods course at Ivan Franko Lviv National University.
interpolation labs linear-algebra matplotlib numerical-methods numpy python tkinter university
Last synced: 14 May 2026
https://github.com/kwanit1142/machine-learning-models-on-different-scenarios
Pattern Recognition and Machine Learning based Assignments and Labs, under Prof. Richa Singh in Course CSL2050.
deep-learning diabetes iris machine-learning matplotlib mlxtend mnist nltk numpy pandas pytorch regex seaborn sklearn
Last synced: 12 Apr 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/brenofariasdasilva/worked-example-miner
Worked Example Miner (WEM): A Comprehensive Tool for Analyzing Java Repositories.
apache-kafka autometrics ck code-metrics code-quality-metrics distributed-systems heuristic java-code-analyzer java-repositories matplotlib numpy pydriller python refactoring-miner scikit-learn software-engineering wem worked-example-miner zookeeper
Last synced: 20 Apr 2026
https://github.com/arnoldchrisoduor1/machinelearning-and-neuralnetworks
Starting out in Machine Learning.
numpy pandas python scikit-learn scipy sql tensorflow2
Last synced: 11 Apr 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/lostvikx/data-analysis-py
Notes & Code following Python for Data Analysis textbook
data-analytics matplotlib notes numpy pandas
Last synced: 20 Apr 2026
https://github.com/rajharit77/weather-project
Repository for exam on the openweathermap api's project
apache-airflow dataframe jupyter-notebook looker-studio matplotlib numpy openweathermap-api 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/prashver/titanic-survival-prediction
This project tackles the Titanic challenge on Kaggle, predicting passenger survival based on variables like age, sex, and passenger class. The Jupyter notebook covers essential steps of a data science pipeline, including exploratory data analysis, data cleaning, feature engineering, and modeling. The dataset used is the Titanic dataset.
classification-algorithm machine-learning-algorithms matplotlib numpy pandas scikit-learn seaborn
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/akash-rajak/large-image-preview
Python Script to view large image using scroll bars.
cv2 large-image large-image-preview numpy python3 tkinter
Last synced: 04 May 2026
https://github.com/iv4n-ga6l/realtime-car-traffic-tracking
Realtime car traffic tracking using yolov8 model
cartracking numpy opencv python ultralytics yolov8 yolov8n
Last synced: 02 May 2026
https://github.com/sspathak/eye-mouse
Control your PC's mouse by just looking at the screen!
artificial-intelligence computer-vision cv2 eye-mouse gaze-tracking keras keras-classification-models keras-implementations keras-models machine-learning matplotlib numpy python python3
Last synced: 20 Apr 2026
https://github.com/zazi2002/machine-learning-project
Introduction to Machine Learning project with the goal of improving the classification performance on a dataset by optimizing the number of features and weak learners.
dimentionality-reduction ensemble-learning numpy pca random-forest scikit-learn
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/serhatderya/tabular-playground-series
This repository contains solutions of monthly Tabular Playground Series in Kaggle.
ai artificial-intelligence data data-preprocessing data-processing data-science data-visualization jupyter-notebook kaggle machine-learning numpy pandas python regression scikit-learn scikitlearn-machine-learning seaborn software statsmodels
Last synced: 11 Apr 2026
https://github.com/hansalemaos/cythonunique
Fast implementation of unique elements in an array - up to 30x faster than NumPy
Last synced: 28 May 2026
https://github.com/pratishtha-abrol/principlecomponentanalysis
Principle Component Analysis with Numpy and Python
numpy principal-component-analysis python
Last synced: 03 May 2026
https://github.com/nirmalvatsyayan/data-analyst-nanodegree
Udacity data analyst nanodegree project submissions and learning
data-analysis numpy pandas python statistics udacity-data-analyst-nanodegree
Last synced: 12 Apr 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/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/datarohit/nlp-course-files
The files in this Repo are files for the online NLP-Course from Udemy.com which I completed.
nlp nlp-machine-learning nltk numpy panda python sklearn spacy
Last synced: 12 Apr 2026
https://github.com/datarohit/garbage-image-classification
This is Garbage Image Classification End-To-End Project built using Python and Streamlit.
cnn-classification cnn-keras inceptionv3 keras-tensorflow matplotlib numpy
Last synced: 30 Apr 2026
https://github.com/nomadsdev/pulse-detect
PulseDetect is a Python tool that detects audio frequencies in real-time. It captures sound from the microphone and identifies the dominant frequency using pyaudio and numpy
numpy pulse-detect pyaudio python scipy
Last synced: 07 Jan 2026
https://github.com/rhazra-003/indiebot
A basic chatbot which answers questions based on history of India
chatbot jupyter-notebook nlp nltk numpy python3 sckit-learn
Last synced: 20 Apr 2026
https://github.com/ilovenooodles/image-compression
Tugas Besar 2 Aljabar Linear dan Geometri
image-compression numpy python svd-matrix-factorisation
Last synced: 20 Apr 2026
https://github.com/uea-geral/rna-perceptron-exercise
🤖Disciplina de RNA: treinamento de um neurônio Perceptron.
jupyter-notebook neural-network numpy perceptron python scikit-learn
Last synced: 13 Apr 2026
https://github.com/dwarkadhish2005/weather-predictor
Built a model based on collected data which takes various parameters and predicts the weather
classifier matplotlib numpy pandas sklearn xgboost
Last synced: 20 Apr 2026
https://github.com/ayaanjawaid/google_playstore_data_analysis
This project provides an in-depth analysis of Google Play Store apps and user reviews, focusing on understanding app performance, user sentiment, and key trends in app categories. Using Python, I performed data cleaning, feature engineering, and exploratory data analysis (EDA) on app data and reviews.
data-analysis eda html numpy pandas-dataframe plotly python vizualisation
Last synced: 24 Feb 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/soumya6tiwari/customer-segmentation-using-rfm-analysis
This project focuses on customer segmentation using RFM (Recency, Frequency, Monetary) analysis and K-Means clustering. It enables businesses to identify high-value customers, optimize marketing strategies, and improve customer retention through data-driven insights.
backend clustering flask frontend kmeans-clustering matplotlib numpy pandas python rfm-analysis scikit-learn unsupervised-learning
Last synced: 16 Feb 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/abideen-olawuwo/image-classification
Multi Class Image Classification Problem
classification deep-learning image-classification machine-learning matplotlib numpy pandas tensorflow transfer-learning
Last synced: 19 Apr 2026
https://github.com/faisalahmed21/cse330-numerical-methods
jupyter-notebook numpy pandas python
Last synced: 19 Apr 2026
https://github.com/octcarp-courses/SUSTech_CS303-AI_F23_Works
(49.8/50) Course code of CS303 2023 Fall: Artificial Intelligence, SUSTech. Taught by Prof. Ke TANG.
Last synced: 24 Oct 2025
https://github.com/bielstela/connect-four
Numpy implementation of the game connect four (AKA four in a row)
game-2d numpy numpy-exercises python
Last synced: 19 Apr 2026
https://github.com/wilfriedmercier/somptimised
An optimised version of sklearn-som with extended functionalities.
machine-learning machine-learning-algorithms numpy python python3 self-organizing-map som
Last synced: 09 Jun 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/utkarsh-284/deep-learning
This repository contains the documents and main project file needed for building DNN from scratch using NumPy.
data-science deep-learning deep-neural-networks machine-learning mnist mnist-handwriting-recognition neural-networks numpy python3
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/simipk12/eda-healthcare-project
Healthcare Insurance Cost Analysis This project analyzes the Healthcare Insurance dataset to explore factors that influence medical charges. The goal is to identify key drivers of insurance costs, detect outliers, and provide actionable insights for individuals, insurance companies, and policymakers.
eda matplotlib numpy pandas python seaborn
Last synced: 04 May 2026
https://github.com/muralisuvvani/airbnb-exploratory-analysis
Exploratory Data Analysis (EDA) on Airbnb NYC dataset to uncover trends, patterns, and insights. Data cleaning and visualization of Airbnb listings in New York City. Analyzing Airbnb NYC 2019 dataset using Python (Pandas, Numpy, Matplotlib, Seaborn)
analytics data-visualization exploratory-data-analysis numpy pandas python3
Last synced: 04 May 2026
https://github.com/teddylee777/data-exam
데이터 분석 연습문제 풀이
dataframe jupyter numpy pandas
Last synced: 19 Apr 2026
https://github.com/Zion-Dev1/E-commerce-Analysis
Short machine learning project which analyses customer behaviour 🔎
analysis clustering ecommerce machine-learning numpy pandas sklearn
Last synced: 24 Oct 2025
https://github.com/aryansk/human-counting-system
HumanVision-Detector is a real-time human detection system built with OpenCV and HOG (Histogram of Oriented Gradients) descriptor. The system can detect and count people in both images and video streams, making it suitable for various applications including surveillance, crowd monitoring, and foot traffic analysis.
argparse imutils machine-learning machine-learning-algorithms numpy opencv python
Last synced: 19 Apr 2026
https://github.com/sreejabethu/cost-of-living-index-globally
This Streamlit app is a data visualization tool that allows users to explore and compare the cost of living indices across different countries. The app takes in a dataset of cost of living indices for various countries and provides an interactive interface for users to select specific indices and countries to visualize.
bargraphs costofliving costoflivingindex csv datavisualization index matplotlib-pyplot numpy pandas-dataframe plotly python seaborn streamlit-webapp
Last synced: 19 Apr 2026