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/shahinuralambhuiyan/learning-ml
Start learning Machine Learning basic from CodeBasics Channel
anaconda jupyter-notebook kaggle-dataset matplotlib numpy pandas pip python
Last synced: 12 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/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/kavayk29/quora-duplicate-question-pair
This project improves information retrieval by detecting duplicate question pairs in the Quora dataset using data exploration, text preprocessing, feature engineering, and models like Random Forest and LSTM, aiming to streamline question-answering.
beautifulsoup4 bilstm gensim keras lstm matplotlib numpy pandas pytorch random-forest seaborn sklearn tensorflow xgboost
Last synced: 21 Jan 2026
https://github.com/dhruvsrikanth/pynn
Purely NumPy based API for building deep neural networks.
deep-learning deep-learning-framework machine-learning numpy python pytorch
Last synced: 09 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/imdb-reviews-sentiment-analysis
This is a NLP - Sentiment Analysis Project built using Bernoulli-Naive-Bayes Algorithm to Predict is the IMDB Movie Review is Positive or Negative.
bernoulli-naive-bayes classification count-vectorizer multinomial-naive-bayes nltk numpy pandas porter-stemmer regex sentiment-analysis sklearn
Last synced: 29 Apr 2026
https://github.com/felixsoderstrom/perceptron-for-ocr
Training an AI model to recognize handwritten digits
ai backpropagation machine-learning neural-network numpy pytorch
Last synced: 23 Apr 2025
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/mohidex/analyze-movie-rating
Analyzing the distributions of IMDB and Metacritic movie ratings to see if we find anything interesting. To do this, first scrape data for over 2000 movies from imdb website.
beautifulsoup4 jupyter-notebook matplotlib numpy pandas python3 requests webscraping
Last synced: 20 Apr 2026
https://github.com/iver56/cython-region-growing
A quick experiment: Region growing (AKA flood fill) algorithm implemented in Cython and Python
benchmark cython flood-fill numpy python region-growing
Last synced: 25 Apr 2026
https://github.com/nazli-d/binary-classification-using-cnn
This project utilizes a CNN model to classify cat and dog images through training and testing processes. The model is created using the Keras library on the TensorFlow backend.
binary-classification cat-and-dog-classifier cnn convolutional-neural-networks flatten keras max-pooling numpy opencv python relu-activation sigmoid-function tensorflow
Last synced: 13 Apr 2026
https://github.com/manjillama/machine-learning-101
Introduction to machine learning, conda environment, Jupyter Notebook, Pandas, NumPy and Matplotlib.
conda-environment jupyter-notebook machine-learning matplotlib numpy pandas python
Last synced: 13 Apr 2026
https://github.com/vvipjain/stock-trend-analysis
Stock Trend Analysis
matplotlib numpy numpy-arrays numpy-library pandas pandas-dataframe pandas-library pandas-python pyhton3 python seaborn
Last synced: 13 Apr 2026
https://github.com/Vice777/SAFE-HEART
Classify the chances of having a Heart Attack based on your Heart's Condition.
kaggle machine-learning matplotlib mlfromscratch mlp-classifier multilayer-perceptron-network numpy pandas pickle streamlit streamlit-webapp
Last synced: 11 Mar 2025
https://github.com/gitfrandu4/40982-p1
Repositorio de la Práctica 1 en Visión por Computador, explorando el uso de OpenCV para crear imágenes artísticas, manipular píxeles y capturar video. Incluye ejercicios como diseño de un tablero de ajedrez, estilo Mondrian, y un efecto “Pop Art” con la cámara web.
computer-vision image-processing mondrian-style numpy opencv pop-art python visual-art webcam-capture
Last synced: 09 Apr 2026
https://github.com/jigyasag18/gold-price-prediction-project-using-machine-learning
This repository contains a machine learning project focused on predicting gold prices (GLD) using historical stock market data, including indicators such as SPX, USO, SLV, and EUR/USD. The project implements a Random Forest Regressor for accurate price forecasting, complete with data visualization, correlation analysis, and model evaluation metrics
data dataset jupyter-notebook jupyter-notebooks machine-learning machinelearing machinelearningalgorithms machinelearningmodel machinelearningprojects matplotlib mlproject numpy pandas randomforestregressor seaborn
Last synced: 23 Jul 2025
https://github.com/aryansingla45/image-classification-project
A Deep Learning Model which classifies Cats and Dogs.
artificial-neural-networks convolutional-neural-networks deep-learning keras machine-learning numpy pandas python tensorflow
Last synced: 13 Apr 2026
https://github.com/epsoft/text-generation-stopword
text generation stopword
datasets generation nltk nltk-library nltk-python numpy re stopword text wordnet wordnet-library
Last synced: 15 May 2026
https://github.com/epsoft/transfer-learning
Transfer Learning
numpy seaborn tensorflow transfer-learning
Last synced: 06 May 2026
https://github.com/sebsikora/curve_fitting
A short guide to using Python tools to perform arbitrary curve-fitting of research data via constrained minimisation.
curve-fitting minimisation numpy optimisation python scipy
Last synced: 13 Apr 2026
https://github.com/guptaachin/titanic-data-analysis
This is analysis and modelling of the famous Titanic Data Set from Kaggle.
dataanalytics datamining datascience machinelearning numpy pandas python scikit-learn structuredpyramidanalysisplan tableau tableau-desktop
Last synced: 13 Apr 2026
https://github.com/aymen016/emotion-recognition-using-face-detection
A deep learning-based project that detects human faces and predicts their emotions in real-time using OpenCV and a trained neural network model.
gpu-acceleration haar-cascade-classifier keras-tensorflow matplotlib numpy opencv python
Last synced: 13 Apr 2026
https://github.com/jaypanchal9/spotless-data
Spotless Data: A Python-based workflow using Jupyter Notebooks for efficient data cleaning, preprocessing, handling missing values, correcting outliers, and integrating external datasets ideal for quick, reliable, and clean data preparation.
data-cleaning data-preprocessing data-wrangling matplotlib numpy pandas python3
Last synced: 13 Apr 2026
https://github.com/vidhi1290/hr_employee_prediction
"Welcome to the HR Employee Promotion Prediction project! This repository contains the code and resources for a machine learning project that focuses on predicting employee promotions. By analyzing various employee attributes, this project aims to provide valuable insights for HR decision-making and talent recognition within organizations.
data-exploration data-science data-visualization docker hr-employee-prediction hyperparameter-tuning machine-learning matplot model-building numpy pandas scikit-learn seaborn streamlit streamlit-webapp
Last synced: 13 Apr 2026
https://github.com/screamman-ssh/facemousecontrol
This project is about using your nose tip for the mouse's cursor and open your mouth for the left click.
autopy computer-vision face-detection mediapipe-facemesh mouse numpy opencv python python-3-7 ui
Last synced: 13 Apr 2026
https://github.com/harmanveer-2546/supply-chain
Supply chain analytics is a valuable part of data-driven decision-making in various industries such as manufacturing, retail, healthcare, and logistics. It is the process of collecting, analyzing and interpreting data related to the movement of products and services from suppliers to customers.
customer-segmentation-analysis data data-analysis data-cleaning data-insights ggplot2 numpy pandas performance-evaluation predictive-analytics-for-business python risk-assessment sales-analysis statistical-analysis supply-chain tidyverse trend-analysis
Last synced: 10 Apr 2026
https://github.com/aahad91/idv
Interactive Data Visualization - Master Course
matplotlib numpy pandas plotly python3
Last synced: 08 May 2026
https://github.com/otuemre/simplenet
A simple neural network framework built from scratch using Python and NumPy. Designed as a learning tool, SimpleNET includes essential layers, activation functions, and loss functions, enabling users to build and train basic neural networks from the ground up.
backpropagation deep-learning from-scratch machine-learning neural-network numpy python
Last synced: 13 Apr 2026
https://github.com/otivedani/hedge_hog
Histogram of Oriented Gradients, full numpy
feature-extraction histogram-of-oriented-gradients hog-features numpy
Last synced: 13 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: 05 Jul 2025
https://github.com/petitgrizzlies/metaheuristiques
Travaux pratiques de meta heuristique. Unige 2016-2017
cffi cpp golang heuristic-algorithm matplotlib numpy python35
Last synced: 13 Apr 2026
https://github.com/mgobeaalcoba/matplotlib_y_seaborn
Aquí dejaré trabajos de visualización realizados con ambas librerías de Python.
data-analysis data-science data-visualization dataset matplotlib numpy pandas python seaborn
Last synced: 13 Apr 2026
https://github.com/moindalvs/simple_linear_regression_1
Predicting Delivery Time Using Sorting Time
aic bic data-transformation f-statistics likelihood log-transformation matplotlib numpy ols-regression ordinary-least-squares pandas-dataframe pandas-library prediction predictive-modeling residuals rmse-score simple-linear-regression sklearn sklearn-library
Last synced: 17 Apr 2026
https://github.com/parmeetbhamrah/air-quality-india-analysis
Exploratory data analysis of real-time air quality data from Indian cities using Python, Pandas, Matplotlib, and Seaborn.
air-quality data-analysis eda exploratory-data-analysis government-data india matplotlib numpy pandas python seaborn
Last synced: 05 May 2026
https://github.com/jayanthsd2003/dms_sarathi_-driver-monitoring_system-
This is a project which can be seen on TATA Trucks and other premium edition cars based and focussed on the safety and monitoring driver Consciousness state
dlib dlib-face-detection numpy opencv-python pygame python pyttsx3 scipy
Last synced: 13 Apr 2026
https://github.com/tansudasli/analytics-sandbox
from Statistical approach to Machine learning
feature-engineering machine-learning matplotlib numpy opencv pandas probability regex scikit-learn seaborn statistics
Last synced: 13 Apr 2026
https://github.com/akash-rajak/image-noise-remover
Python Script to remove noise from image.
cv2 image-noise-remover numpy os python3 random tkinter
Last synced: 28 Apr 2026
https://github.com/muhammad-fiaz/gpt
A simple implementation based on the "Attention is All You Need" paper, using GPT-2 for text generation.
attention-is-all-you-need gpt gpt-2 gpt-3 gpt-implementation gpt-using-pytorch gpt2 numpy open-source paper-implementations python pytorch pytorch-implementation
Last synced: 13 Apr 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: 28 Apr 2025
https://github.com/iv4n-ga6l/OpenPose-Prediction
Person's body parts or joint position detection using openCV
detection numpy opencv prediction prediction-model python
Last synced: 28 Apr 2025
https://github.com/leabrodyheine/water-pump-status-prediction
This project implements machine learning models to predict the status of water pumps in Tanzania using data from DrivenData's competition. The project includes preprocessing steps, model evaluation using cross-validation, and hyperparameter optimization with Optuna.
argparse cross-validation gradient-boosting-classifier logistic-regression machine-learning multilayer-perceptron numpy optuna pandas random-forest-classifier scikit-learn
Last synced: 11 Apr 2026
https://github.com/sorna-fast/car-price-prediction-exercise-with-regression-model
Car price forecasting with one-variable, two-variable, three-variable, lasso, ridge, and elastic regression models
elastic-net grid-search-hyperparameters jupyter-notebook lasso-regression matplotlib numpy pandas pandas-dataframe pandas-python plotly regression regression-models ridge-regression
Last synced: 16 Mar 2025
https://github.com/epsoft/fingerprint-feature-extraction-master
Fingerprint Feature Extraction master
cv2 extraction farsi feature fingerprint iran master math morphology numpy persian skimage square
Last synced: 21 May 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/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/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/dipeshgoyal013/ipl_win_probability
A project which help you to check win probability of batting team in inning 2nd
machine-learning matplotlib numpy pandas python sklearn
Last synced: 05 Feb 2026
https://github.com/aymen016/image-processing-algorithms
Explore Python-based image processing from scratch with core algorithms like interpolation, convolution, and filtering!
matplotlib numpy pillow python
Last synced: 13 Apr 2026
https://github.com/itancio/realestateprice
This is an application of deep learning to train and predict real estate price dataset in King County, USA.
datat-visualization machine-learning numpy pandas python seaborn
Last synced: 09 Apr 2026
https://github.com/solrikk/optichrom
This repository provides a collection of Python tools and applications for comparing images using various algorithms such as ORB (Oriented FAST and Rotated BRIEF) and SSIM (Structural Similarity Index). The tools include both command-line scripts and graphical user interface (GUI) applications for ease of use
computer-vision cv2 feature-matching image-comparison image-comparison-tool machine-learning numpy object-detection opencv orb python scikit-image ssim tkinter visualization yolo yolov5
Last synced: 18 Jan 2026
https://github.com/fiercex/toynn
Python实现神经网络
mnist-classification neural-network numpy python
Last synced: 15 May 2026
https://github.com/sivatsk26/university-admit-eligibility-predictor
This project is created using Machine Learning and Regression methods- a statistical technique to predict the outcome of event which is to verify the users’ admission eligibility level, considering the universities they have chosen. This is achieved based on the algorithms implemented, when is user feed the application with the required information
html-css-javascript ibm-cloud ibm-watson linear-regression machine-learning matplotlib numpy pandas python python-flask random-forest scikit-learn
Last synced: 13 Apr 2026
https://github.com/hansalemaos/permutation_no_repetition
Permutation without repetition - written in Cython - for Numpy
cython data-science no-repetitions numpy pandas permutations
Last synced: 14 Jan 2026
https://github.com/imswappy/brain-tumor-detection
🧠 Deep learning project for brain tumor classification using MRI images. Built with transfer learning (VGG16 + fine-tuning), TensorFlow/Keras, and deployed via Streamlit. Dataset & model loaded dynamically from KaggleHub. Includes training notebook, evaluation, and interactive web app.
kagglehub keras numpy pandas scikit-learn streamlit tensorflow vgg16-model
Last synced: 13 Apr 2026
https://github.com/quentinwidlocher/cours-python-pandas
Jupyter Lab sur le traitement des données en python
jupyter-lab matplotlib numpy pandas python
Last synced: 13 Apr 2026
https://github.com/takkii/pylean
Data analysis ( 🐍 💎 📈 )
analayze matplotlib numpy pandas python scikit-learn
Last synced: 09 Sep 2025
https://github.com/programmer-rd-ai/dimensionality-reduction
DimRed is a comprehensive Python toolkit for advanced dimensionality reduction, integrating with major machine learning libraries and featuring real-time performance monitoring to enhance data analysis and model efficiency.
analytics data-analysis data-science lightgbm machine-learning matplotlib numpy pandas programming python python3 sklearn university xgboost
Last synced: 01 Mar 2025
https://github.com/21aja/house_price_prediction_revised_project
House price prediction using ML with Decision Tree Regressor achieving 100% accuracy. Preprocessing, EDA, and model evaluation applied using Python, Pandas, NumPy, Scikit-learn, and XGBoost for data-driven insights.
decision-tree-classifier linear-regression numpy pandas xgboost
Last synced: 13 Apr 2026
https://github.com/luluw8071/neural-network-from-scratch-using-numpy
A linear neural network from scratch using Numpy for training MNIST Dataset
deep-neural-networks digit-recognition-mnist mnist-classification neural-network-from-scratch numpy python
Last synced: 15 May 2026
https://github.com/rara-ch/data-analysis-portfolio
This repository to store my data analytics projects, showcasing my skills in SQL and Python.
data-analysis mathematics matplotlib numpy pandas portfolio probability python seaborn sql statistics
Last synced: 12 Mar 2025
https://github.com/rishraks/color-object-detection
This project enables real-time detection of user-defined color objects using a webcam. Users enter a color name, and the program identifies objects matching that color by converting it to its HSV range, applying a mask, and detecting contours. It's a practical tool for object tracking, sorting, and interactive applications.
computer-vision numpy opencv pillow-library
Last synced: 11 Apr 2026
https://github.com/neerajcodes888/diwali-sales-analysis
An open-source repository for sales data analysis. Dive into insightful trends, metrics, and visualizations to empower data-driven decision-making. Ideal for data analysts, business professionals, and enthusiasts seeking comprehensive sales insights. Clone, customize, and contribute to enhance your sales analytics journey.
data-science-projects data-visualization numpy pandas-dataframe python3 sales-analysis seaborn-plots
Last synced: 26 Mar 2025
https://github.com/mchenryspagg/prosper-loan-project
A data analysis project that entails using the data from a fictional loan company known as Prosper to perform exploratory data analysis using univariate, bivariate and multivariate visualizations to produce insights that answers questions asked from the data
datastorytelling exploratory-data-analysis exploratory-data-visualizations jupyter-notebook matplotlib-pyplot numpy pandas python seaborn-plots
Last synced: 13 Apr 2026
https://github.com/imswappy/ads-eda-predictor
Interactive Streamlit app for marketing campaign analytics and prediction. Includes dashboards, EDA, econometrics tests (ADF, cointegration, OLS diagnostics), ML pipelines with preprocessing, CV, and persistence. Predict outcomes with Linear/Ridge/Lasso/Random Forest regressors.
adf breusch-pagan cointegration lasso-regression linear-regression matplotlib-pyplot numpy pandas random-forest ridge-regression seaborn sklearn
Last synced: 02 May 2026
https://github.com/varun-khorgade/churnshield-customer-retention-predictor
Built an ML-based classification model to predict customer churn. Applied data preprocessing, feature engineering, and ensemble algorithms to improve prediction accuracy and help businesses implement retention strategies.
classification-algorithm datapreprocessing f1-score feature-engineering hyperparameter-tuning logistic-regression matplotlib model-evaluation numpy pandas python ran roc-auc scikit-learn seaborn xgboost
Last synced: 07 May 2026
https://github.com/abhijeet107/electric-vehicle-sales-by-state-in-india
This project analyzes EV sales data across Indian states, focusing on sales distribution by vehicle type, category, and region.
matplotlib numpy pandas powerbi python seborn
Last synced: 04 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/mahboobehad/ocausal
Outlier Causal Relations
causality-analysis datamining networkx notebook numpy outlier-detection python
Last synced: 14 Apr 2026
https://github.com/mardavsj/numpy-in-python
The fundamentals of Python NumPy Library.
analysis-tool data-manipulation numpy numpy-arrays numpy-matrix python
Last synced: 14 Apr 2026
https://github.com/arjunan-k/netflix_analysis
Exploratory Data Analysis on Netflix Movies & TV Shows.
matplotlib numpy pandas plotly seaborn
Last synced: 09 May 2026
https://github.com/abhinavsharma07/neural-network-using_numpy
Introduction to Neural Networks (Create a neural network using Numpy)
accuracy feed-forward model neural-networks numpy prediction
Last synced: 18 Jan 2026
https://github.com/savernish/forgenn
forgeNN is a in-development purpose‑built neural network framework combining a transparent NumPy autograd engine with a Keras‑like API and performance oriented primitives. Developed by a college student with an ambitious feature pipeline.
artificial-intelligence deep-learning keras machine-learning mlp-networks neural-network numpy pytorch tensorflow tensors
Last synced: 08 Oct 2025
https://github.com/kshitijshrivastava1903/neural_network_analysis_on_lending_club-dataset
Used tensorflow's neural network model to predict whether or not a person pays back a loan on the basis of his historical data and personal details of 3.9 lakh people like interest rate, employment details, address, etc.
deep-learning dropout-keras earlystopping keras-tensorflow matplotlib-pyplot neural-networks numpy pandas seaborn tensorflow-models
Last synced: 18 Feb 2026
https://github.com/5hraddha/sentiment-analysis
An innovative system for filtering and categorizing movie reviews
countvectorizer dummyclassifier lgbmclassifier logisticregression matplotlib minmaxscaler nltk nltk-stopwords nltk-tokenizer numpy pandas seaborn spacy tfidfvectorizer torch tqdm transformers
Last synced: 18 Jan 2026
https://github.com/rish-16/linearly
Discount NumPu implementation using barebones Linear Algebra concepts
Last synced: 19 May 2026
https://github.com/lostvikx/fintech-pg
Files related to my FinTech course
analytics data-analysis data-science data-visualization finance fundamental-analysis numpy pandas python technical-analysis
Last synced: 14 Apr 2026
https://github.com/peterfication/num-peek
A CLI tool to peek into *.npy files
Last synced: 20 Jan 2026
https://github.com/ryantusi/ai_ml_fundamentals
Welcome to my GitHub repository showcasing projects completed during the AI/ML Foundation course from Codecademy. This repository contains a collection of projects that demonstrate my skills and knowledge in the field of artificial intelligence and machine learning.
artificial-intelligence data-science data-visualization exploratory-data-analysis foundation machine-learning numpy pandas python
Last synced: 14 Apr 2026
https://github.com/vineet416/eda-travel
EDA Travel data by PW Skills Data Analytics Course.
data-encoding data-preparation data-preprocessing data-visualization exploratory-data-analysis jupyter-notebook matplotlib numpy pandas plotly python sklearn-library train-test-split train-test-using-sklearn
Last synced: 14 Apr 2026
https://github.com/cyberoctane29/unicorn-companies-analysis
This project explores unicorn companies, private startups valued at over $1 billion, using Python for data analysis. It covers industry trends, geographic distribution, and investment patterns through EDA, including data cleaning, handling missing values, datetime transformations, and visualizations to uncover key insights.
data-analysis eda numpy pandas python
Last synced: 02 May 2026
https://github.com/gandhasiri-rahul-mohan/association-rules-q1-books
Prepare rules for the all the data sets 1) Try different values of support and confidence. Observe the change in number of rules for different support,confidence values 2) Change the minimum length in apriori algorithm 3) Visulize the obtained rules using different plots
apriori-algorithm association-rules data-science machine-learning numpy pandas python unsupervised-machine-learning
Last synced: 04 May 2026
https://github.com/rahatmoktadir03/market-anomaly-detection
This AI-engineering project involves building a machine learning model to classify financial market conditions and detect potential market crashes. It includes developing investment strategies based on the model’s predictions and designing an AI-driven bot to explain the results to end users.
ai anomaly-detection financial-analysis investment-strategies machine-learning numpy pandas python sklearn
Last synced: 09 Feb 2026
https://github.com/kwanit1142/sars-cov-2-detection-radiology-based-multi-modal-multi-task-framework
Keras-based Implementation for "SARS-CoV-2 Detection: Radiology based Multi-modal Multi-task Framework" (Accepted in 45th IEEE EMBC 2k23)
gans keras matplotlib numpy opencv os pandas pillow scipy sklearn tensorflow transfer-learning wasserstein-distance
Last synced: 14 Apr 2026
https://github.com/hokagem/byakuganvisualizer
The ByakuganVisualizer repository hosts a Python tool designed to compare images and highlight their differences. It simplifies the process of identifying disparities between images, making it ideal for tasks like testing and quality assurance. Moreover, it offers a color filter that can be used to correct images for color-blind users.
color-blind color-correction colorblind image-manipulation numpy pillow
Last synced: 21 Jan 2026
https://github.com/fatma-moanes/deep-learning-labs
My implementation for the labs of the Neural Networks and Deep Learning course that I studied at my university, Zewail City.
classification cnn data-science deep-learning gan keras matplotlib neural-network-architectures neural-networks numpy pandas preprocessing python regression-models regularization seaborn tensorflow time-series-analysis
Last synced: 14 Apr 2026
https://github.com/smallgig/pickomino
Reinforcement Learning Environment with Gymnasium API
api ci coverage-testing gymnasium mypy numpy pip pre-commit pycharm pygame pylint pyright pytest pytest-cov python reinforcement-learning-environments ruff toml xenon
Last synced: 19 Jan 2026
https://github.com/shreeparab1890/flipkart-laptops-analysis-eda
This ipython notebook is the Exploratory data analysis (EDA) of the Laptops listed on Flipkart.
data-analysis eda exploratory-data-analysis matplotlib-pyplot numpy pandas plotly
Last synced: 14 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/omerkel/fractals
Rendering Fractals like Hilbert curves, Julia sets and Mandelbrot sets in various techniques.
fractals glsl-shaders hilbert-curve julia-sets jupyter-notebook mandelbrot-sets matplotlib numpy webgl-shader
Last synced: 13 May 2026
https://github.com/the-developer-306/house-price-predictor
House Price Predictor: Harnessing machine learning algorithms to forecast housing prices in Boston, empowering buyers and sellers with accurate predictions based on key factors like location, crime rate, rooms, accessibility, and more.
csv ipynb-jupyter-notebook joblib matplotlib numpy pandas python scikit-learn
Last synced: 23 Feb 2026
https://github.com/harmanveer-2546/heart-failure-prediction
Heart failure is a severe condition in which the heart is unable to pump blood effectively. Early prediction of heart failure can significantly improve patient outcomes. This project aims to build a predictive model using machine learning techniques to identify patients at risk of heart failure.
exploratory-data-analysis feature-engineering jupyter-notebook matplotlib model-training-and-evaluation numpy pandas python sckiit-learn seaborn visualization-of-results
Last synced: 14 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/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