NumPy
NumPy is an open source library for the Python programming language, adding support for large, multidimensional arrays, and matrices, along with a large collection of high-level mathematical functions to operate on these arrays.
- GitHub: https://github.com/topics/numpy
- Wikipedia: https://en.wikipedia.org/wiki/NumPy
- Repo: https://github.com/numpy/numpy
- Created by: Travis Oliphant
- Related Topics: python, scipy,
- Last updated: 2026-06-26 00:18:09 UTC
- JSON Representation
https://github.com/ngirimana/decision-trees-and-random-forest-
For this project we will be exploring publicly available data from [LendingClub.com](www.lendingclub.com). Lending Club connects people who need money (borrowers) with people who have money (investors). Hopefully, as an investor you would want to invest in people who showed a profile of having a high probability of paying you back. We will try to create a model that will help predict this. Lending club had a [very interesting year in 2016](https://en.wikipedia.org/wiki/Lending_Club#2016), so let's check out some of their data and keep the context in mind. This data is from before they even went public. We will use lending data from 2007-2010 and be trying to classify and predict whether or not the borrower paid back their loan in full. You can download the data from [here](https://www.lendingclub.com/info/download-data.action) or just use the csv already provided. It's recommended you use the csv provided as it has been cleaned of NA values. Here are what the columns represent: * credit.policy: 1 if the customer meets the credit underwriting criteria of LendingClub.com, and 0 otherwise. * purpose: The purpose of the loan (takes values "credit_card", "debt_consolidation", "educational", "major_purchase", "small_business", and "all_other"). * int.rate: The interest rate of the loan, as a proportion (a rate of 11% would be stored as 0.11). Borrowers judged by LendingClub.com to be more risky are assigned higher interest rates. * installment: The monthly installments owed by the borrower if the loan is funded. * log.annual.inc: The natural log of the self-reported annual income of the borrower. * dti: The debt-to-income ratio of the borrower (amount of debt divided by annual income). * fico: The FICO credit score of the borrower. * days.with.cr.line: The number of days the borrower has had a credit line. * revol.bal: The borrower's revolving balance (amount unpaid at the end of the credit card billing cycle). * revol.util: The borrower's revolving line utilization rate (the amount of the credit line used relative to total credit available). * inq.last.6mths: The borrower's number of inquiries by creditors in the last 6 months. * delinq.2yrs: The number of times the borrower had been 30+ days past due on a payment in the past 2 years. * pub.rec: The borrower's number of derogatory public records (bankruptcy filings, tax liens, or judgments).
artificial-intelligence decision-tree-classifier machine-learning matplotlib numpy pandas python3 random-forest-classifier seaborn
Last synced: 11 Apr 2026
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/shibam120302/plant_deseases_prediction
Plant disease forecasting is a management system used to predict the occurrence or change in severity of plant diseases. At the field scale, these systems are used by growers to make economic decisions about disease treatments for control.
Last synced: 13 Apr 2026
https://github.com/juanpablo70/pgad-nba-prediction-project
Programming for Data Analysis from Open Data Sources
data-science jupyter-notebook matplotlib mysql numpy pandas pymysql python scipy seaburn sqlalchemy
Last synced: 13 Apr 2026
https://github.com/anvesham/machinelearning_models_using_matlab
Stepwise Multiple Linear Regression (With Interactions) and Random Forest Regression on predicting the Productivity of the Garment Factory Workers
bagging-ensemble bayesian-optimization decision-trees jupyter-notebook machine-learning matlab multiple-linear-regression-model numpy python random-forest-regression
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/aarryasutar/credit_eda
This project focuses on cleaning and analyzing a loan application dataset to gain insights into the factors influencing loan defaults. Through systematic data cleaning, visualization, and merging with previous application data, it provides a robust foundation for further predictive modeling.
binning boxplot correlation-matrix data-cleaning data-splitting dataframe feature-engineering heatmap jupyter-notebook matplotlib numpy pandas python scikit-learn seaborn
Last synced: 13 Apr 2026
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/fearless-spider/stooq-dax-seasonal
Parsing seasonality from time series data can often be useful in data analytics. It helps with analyzing seasonality for decision making as well as for more accurate forecasts. Python can be used to separate out these trend and seasonal components.
numpy pandas python statistics
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/dpgitaccount/file-handling-data-analytics-toolkits
In this repo File handling, Inventory management system and data toolkits resources are provided these are essential for managing, storing, and manipulating data in various formats, such as JSON files. JSON (JavaScript Object Notation), is widely used for data exchange due to its simplicity and readability. also File Handling included in this repo.
filehandling inventory-management json jupyter-notebook numpy os
Last synced: 13 Apr 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/nafisalawalidris/tools-for-data-science
It covers popular languages (Python, R, SQL) and libraries (NumPy, Pandas) used in the field. The author shares their objectives of teaching data analysis, web development, and critical thinking skills. The repository also includes code examples, explanations of arithmetic expressions, and contact information for the author.
arithmetic-expressions data-analysis data-science data-visualization languages libraries matplotlib numpy pandas programming python r sql tools web-development
Last synced: 11 Apr 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/moviedatascraper
Explore the cinematic universe with our IMDb web scraping project! Dive into movie data with ease, uncovering insights from cast to critical reviews. With dynamic visualizations and reliable data, let's journey through the world of movies like never before. Lights, camera, analysis!
beautifulsoup beautifulsoup4 data data-analysis jupyter-notebook matplotlib numpy pandas programming python python3 scraping seaborn software web
Last synced: 01 Mar 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/codewitheshayoutube/corvit_python_data_analytics_course
I teach Python & Data Analytics at Corvit Systems. This repository contains all course materials, including code, assignments, projects, and resources. ⭐ Stay updated!
matplotlib numpy pandas python python3 scikitlearn-machine-learning seaborn
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/clayrisser/math-playground
Personal math playground
graph math matplotlib numpy playground python
Last synced: 26 Apr 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/celineboutinon/bottleneck
ENSAE-ENSAI Formation Continue (Cepe)/OpenClassrooms Data Analyst 2022-2023 - Projet 5
data-analysis data-analytics data-visualisation dataframes market-intelligence marketing-analytics matplotlib-pyplot missingno numpy pandas python seaborn
Last synced: 07 Sep 2025
https://github.com/mansurpro/digitrecognizer
DigitRecognizer is a simple, handcrafted neural network implemented with NumPy to classify handwritten digits from the MNIST dataset. This project demonstrates the foundational principles of neural networks, including forward propagation, backpropagation, and gradient descent, all built from scratch without relying on deep learning frameworks.
backpropagation custom-dataset data-visualization deep-learning from-scratch gradient-descent handwritten-digit-recognition machine-learning minimal-dependencies mnist neural-network numpy python
Last synced: 16 May 2026
https://github.com/martincastroalvarez/python-deep-learning-algorithms
Combinatorics implemented with numpy, matplotlib and scipy.
algebra combinatorics matplotlib numpy python scipy
Last synced: 13 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/camilajaviera91/clustering-first-approach
This code will help to understand, in a simple way, how the clustering model works. To achieve this, we will input certain variables (strings and integers), then plot them to visualize and analyze how the values are positioned.
array cluster clustering dictionaries matplotlib numpy pandas python
Last synced: 13 Apr 2026
https://github.com/moataz-elmesmary/analog-clock-opencv
Computer vision project implemented with OpenCV
computer-vision cv2 numpy opencv
Last synced: 07 May 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/avs123a/image-color-spaces-morphology-demo
Simple demo that shows extracting RGB and HSV channels, converting from RGB to HSV and reverse converting. There are 4 main morphological operations used: erosion, diletion, opening and closing image
demo image-processing jupyter-notebook numpy opencv python3
Last synced: 05 May 2026
https://github.com/hossein-cod/deep-learning-for-training
Analysi hear disease data set with deep learning
accuracy chart jupyter keras matplotlib numpy pandas py python sklearn tensorflow
Last synced: 09 Mar 2026
https://github.com/chirindaopensource/non_linear_forecasting_backcasting
Python implementation of Gourieroux-Jasiak's (2025) mixed causal-noncausal VAR models. Features probabilistic forecasting, nonlinear innovation filtering, and state-dependent IRF analysis for financial time series with explosive dynamics. Enables robust risk assessment and structural analysis of speculative behavior.
bootstrap bubble-analysis financial-modeling forecasting jupyter-notebook monte-carlo nonlinear-modeling numpy pandas python quantitative-finance research-implementation risk-management scipy statistical-modeling time-series uncertainty-quantification var-models
Last synced: 11 Apr 2026
https://github.com/pymivn/vinastats
Khám phá các sự thật ở Việt Nam với thống kê và số liệu từ tổng cục thống kê Việt Nam
numpy pandas statistics vietnam
Last synced: 02 Apr 2026
https://github.com/micmurawski/cloud-array
cloud-array is an open-source Python library for storing and streaming large Numpy Arrays on local file systems and major cloud proviers CDNs.
aws azure big-data bigarray blob-storage cloud data-structures digitalocean-spaces gcp gcp-cloud-storage ibm-cloud-object-storage numpy s3 stream-processing streaming zadara
Last synced: 12 Aug 2025
https://github.com/faizantkhan/numpy
NumPy Practice Repository Dive into the world of numerical computing with our collection of NumPy exercises. Perfect for beginners and seasoned programmers alike, this repository offers a range of challenges to sharpen your array manipulation and data analysis skills.
data-science library machine-learning numpy numpy-arrays numpy-library numpy-python outlier outlier-detection python pythonlibrarires tutorial
Last synced: 21 May 2026
https://github.com/rudrodip/timmygrad
scalar value gradient descent optimizer
backpropagation gradient-descent multilayer-perceptron-network neural-network numpy python3 pytorch
Last synced: 09 May 2026
https://github.com/jpcadena/palmer-penguins
Palmer Penguins
analytics csv data data-analytics data-science exploratory-data-analysis matplotlib numpy palmer-penguin pandas plotly pylint python seaborn visualization
Last synced: 11 Apr 2026
https://github.com/bhuvan-s-prasad/streamlit-regression
A machine learning project that predicts housing prices in California using regression techniques. This project includes comprehensive exploratory data analysis, feature engineering, linear regression modeling, and an interactive Streamlit web application for making predictions.
california-housing-price-prediction exploratory-data-analysis linear-regression machine-learning matplotlib numpy pandas python scikit-learn seaborn streamlit supervised-learning
Last synced: 11 Apr 2026
https://github.com/privatepeople/dataanalysis
데이터 분석 공부를 위한 저장소
data-analysis data-science data-visualization matplotlib numpy pandas python scikit-learn scipy
Last synced: 26 Jan 2026
https://github.com/staciax/data-science
data-science matplotlib numpy skit-learn
Last synced: 18 Nov 2025
https://github.com/guru-bharadwaj20/saliency-maps
A saliency-guided autonomous driving system using cmSalGAN heatmaps, a custom Fusion model, and Faster R-CNN detection. It generates refined saliency maps, trains a saliency-aware detector, and simulates vehicle navigation using datasets like NJUD, NLPR, and STEREO.
cmsalgan numpy opencv python pytorch torchvision
Last synced: 18 Nov 2025
https://github.com/waynewbishop/bishop-algorithms-quiver-package
Quiver is a Swift package that provides vector operations for Swift applications.
data-science linear-algebra numpy swift vectors
Last synced: 31 Mar 2025
https://github.com/stdlib-js/blas-ext-linspace
Return a new ndarray filled with linearly spaced values over a specified interval along one or more ndarray dimensions.
arange arrange javascript linear linspace math mathematics matlab ndarray node node-js nodejs numpy seq sequence statistics stats stdlib
Last synced: 04 May 2026
https://github.com/rnuv/artificial-neural-network
A Simple 2 layered Artificial Neural Network library made from scratch in Python and NumPy. Fitted with a feed forward method and backpropagation.
neural-network numpy python tensorflow
Last synced: 18 Mar 2025
https://github.com/dataspieler12345/property-plotly-dashboard
bootstrap css3 dash numpy pandas plotly-dash python3
Last synced: 08 Apr 2026
https://github.com/chokzb/covid19_vaccination_analysis
An EDA project examining global COVID-19 vaccination progress. The notebook investigates vaccination trends by country, daily vaccination rates, timeline patterns, and dose distribution. The project includes visualisations created with Matplotlib, Seaborn, and Plotly.
covid-19 data-analysis data-visualization jupyter-notebook matplotlib numpy pandas plotly python seaborn vaccination
Last synced: 07 May 2026
https://github.com/ahmedabdalkreem/naive-bayes
Show what types of naive-bayes and how to use model and deal with data ( Numerical, Categorical and Mixed between Numerical and Categorical )
Last synced: 10 Apr 2026
https://github.com/pavanreddy565/infosys_python_for_datascience
Data Science Course Tasks Repository This repository contains tasks and projects completed during the Data Science course from Infosys Springboard. It includes setup instructions for running Jupyter Notebook sessions in a virtual environment.
Last synced: 29 Apr 2026
https://github.com/dragonscypher/sustaining-balance
Innovative Data Approaches for Food Security and Environment
geopandas huggingface-transformers jupyter-notebook matplotlib nlp nltk-python numpy pandas python pytorch scikit-learn seaborn spacy tableau tensorflow
Last synced: 12 Apr 2026
https://github.com/biasandrade/rede-neural-do-zero-classificacao-binaria
🧠 Rede Neural Artificial construída do ZERO (só NumPy) para detectar fraudes em transações | Forward/Backward Propagation | Sigmoid | Gradiente Descendente
backpropagation binary-classification deep-learning fraud-detection from-scratch gradient-descent machine-learning neural-network numpy python
Last synced: 18 Nov 2025
https://github.com/pthmhatre/smart-attendance-system-using-face-recognition
This project aims to create a smart attendance system using face recognition technology. The system captures and recognizes faces in real-time and marks attendance automatically, providing a seamless and efficient way to manage attendance records.
adafruit computervision css face-recognition iot iot-application javascript mysql numpy opencv php pickle python raspeberry-pi rfid
Last synced: 12 Apr 2026
https://github.com/leogaudin/python_piscine_for_data_science
42 • Python Piscine for Data Science
42 data-science matplotlib numpy oop pandas piscine python
Last synced: 13 Apr 2026
https://github.com/jacekkala/statistics_hypothesis_testing
Statistics & Hypothesis Testing in Python
charts hypothesis-testing jupyter-notebook matplotlib numpy pandas python scipy-stats seaborn statistics
Last synced: 11 Feb 2026
https://github.com/klihe/astar-visualization
I am trying to implement *a path finding algorithm and create a visualization of it with Python and numpy library
algorithm astar-algorithm numpy pathfinding pygame python visualization
Last synced: 06 Apr 2025
https://github.com/nirmaldeepponnada/codeclauseinternshipproject2
Python, NLTK, Scikit-Learn, Pandas, NumPy, Pickle, SciPy, and JSON are used for text preprocessing, feature engineering, multi-label classification, and model persistence.
nltk numpy pandas pickle python scikit-learn scipy
Last synced: 07 Apr 2026
https://github.com/l-gre/tradefx-ai
A Python-based project exploring algorithmic trading strategies, including backtesting, real-time data integration, and predictive modelling with TensorFlow and Keras. Key topics include technical indicators, risk management, and leveraging AWS and broker APIs for automated trading
algorithmic-trading aws backtesting broker-api keras machine-learning matplotlib numpy pandas portfolio-optimisation python real-time-data-integration risk-management technical-indicators tensorflow
Last synced: 12 Apr 2026
https://github.com/lorenzorottigni/ml-titanic
Machine Learning python bootcamp: logistic regression on titanic dataset
ipynb logistic-regression machine-learning numpy pandas python scikit-learn seaborn
Last synced: 12 Apr 2026
https://github.com/shwetapardhi/assignment-3-q3-hypothesis-testing
Chi2 contengency independence test image of Buyer Ratio Assume Null Hypothesis as Ho: Independence of categorical variables (male-female buyer rations are similar across regions (does not vary and are not related) Thus Alternate Hypothesis as Ha: Dependence of categorical variables (male-female buyer rations are NOT similar across regions (does v
chi2-contingency contingency-analysis hypothesis-testing norm numpy pandas python scipy stats
Last synced: 12 Apr 2026
https://github.com/djdhairya/car-accident-detection
csv cv2 geocoder geolocation keras math matplotlib numpy opencv pandas scikit-learn system tiwilo transformer
Last synced: 12 Apr 2026
https://github.com/diegorezm/spc
Analise de espectros de Infravermelho por Transformada de Fourier (FTIR)
ftir-data-analysis numpy python
Last synced: 21 Apr 2026
https://github.com/akhileshthite/india-population
ML (simple linear regression) model for predicting India's population.
machine-learning numpy pandas python scikit-learn
Last synced: 09 Apr 2026
https://github.com/saopicc/ddfacet-kernels
Modular implementation of the DDFacet Gridding Kernels
Last synced: 26 Jan 2026
https://github.com/windjammer6/7.-numpy-pandas-matplotlib-learning-and-practice-python
My learning journey of Python's Libraries NumPy, Pandas and Matplotlib
matplotlib numpy pandas python
Last synced: 08 May 2026
https://github.com/amirkh777/data-science-yandex-practicum
My projects from the Yandex Practicum Data Science course.
data-science matplotlib numpy pandas python scikit-learn scipy seaborn
Last synced: 12 Apr 2026
https://github.com/kumpatlapavankumar/medical-insurance-cost-estimation-using-machine-learning
Using python,numpy,pandas,seaborn,matplotlib and machine learning techniques
accuracy-score data-science data-visualization decision-trees exploratory-data-analysis gradient-boosting-classifier label-encoding linear-regression machine-learning matplotlib model-selection-and-evaluation numpy pandas prediction preprocessing python random-forest train-test-split xgboost-regression
Last synced: 28 Apr 2026
https://github.com/lohiyah/real-estate-price-forecast
A Python-based app predicting real estate prices using machine learning. Built with Pandas, NumPy, Scikit-learn, Matplotlib, and Seaborn for data processing and visualization, and Flask for the web interface.
flask matplotlib numpy pandas python3 scikit-learn seaborn
Last synced: 11 Apr 2026
https://github.com/yash-3-bit/pubg-game-prediction
catboost-model data-visualization feature-engineering numpy pandas
Last synced: 13 Apr 2026
https://github.com/harmanveer-2546/wafer-fault-detection
The goal is to eliminate manual work in identifying faulty wafers. Opening and handling suspected wafers disrupts the entire process. False negatives result in wasted time, manpower, and costs.
clustering data-transformation feature-selection machine-learning matplotlib numpy pandas python random-forest roc-auc-curve roc-auc-score seaborn sklearn svc xgboost
Last synced: 11 Apr 2026
https://github.com/codeslash21/data_analyst_nanodegree
Notes and projects on Data Analyst Nanodegree.
data-analysis data-analyst-nanodegree data-cleaning data-visualization data-wrangling numpy pandas python3
Last synced: 06 May 2026
https://github.com/newsoftwareculture/datascience
jupyter-notebook keras-tensorflow numpy object-detection opencv pandas python3 tensorflow
Last synced: 12 Apr 2026
https://github.com/shhiivvaam/traffic_prediction
This project explores the application of advanced neural network architectures, including Multi-Layer Perceptron (MLP), Long Short-Term Memory (LSTM), and Gated Recurrent Unit (GRU), to forecast traffic volume. 👍👍✅
conv1d conv2d keras lstm matplotlib numpy pandas seaborn sklearn statsmodels tensorflow
Last synced: 12 Apr 2026
https://github.com/maruf346/python-programs
Here some basic python programs are uploaded. Find your needed one. Happy coding!
dict-python list-in-python numpy numpy-exercises pandas-python set-in-python tuples-in-python
Last synced: 16 May 2026
https://github.com/epsoft/embedding
Embedding
adam dense embedding flatten itertools numpy onehotencoder optimizers pandas sequential tensorflow
Last synced: 12 Apr 2026
https://github.com/sanjanahombal/sentiment-analysis-using-neural-networks
This project explores sentiment analysis using neural networks
convolutional-neural-networks countvectorizer deep-learning keras matplotlib neural-network numpy python tensorflow tfidf-vectorizer
Last synced: 06 Jan 2026
https://github.com/harmanveer2546/campus-recruitment-prediction
Student Campus-Placement Prediction ML Project using Python
decision-trees machine-learning matplotlib numpy pandas python random-forest scipy seaborn
Last synced: 11 Apr 2026
https://github.com/jonad/customer_segment
Creating customer segments using unsupervised machine learning algorithm.
clustering clustering-algorithm gaussian-mixture-models jupyter-notebook kmeans-clustering matplotlib numpy pandas python scikit-learn
Last synced: 10 Apr 2026
https://github.com/iamkushvanth/marketing-campaign-analysis
Data analysis comparing the performance of Facebook and AdWords ad campaigns in 2019, Using Statical Methods such as A/B test focusing on clicks, conversions, cost-effectiveness, and seasonal trends.
ab-testing hypothesis-testing linear-regression matplotlib-pyplot numpy pandas python regression-analysis scikit-learn scipy stastistics
Last synced: 07 Apr 2026
https://github.com/mohith-2002/plotchart
PlotChart is a web application created by the Python library Streamlit.
matplotlib numpy pandas python streamlit
Last synced: 12 Apr 2026
https://github.com/jcm-ai/robust-mlops-elevating-machine-learning-to-production-scale
This project aims to address the challenge faced by the Office of Foreign Labor Certification in managing a high volume of job certification applications for employers seeking to hire foreign workers in the United States. By leveraging ML models, this project seeks to streamline the process of shortlisting visa applicants based on historical data.
aws-ec2 aws-ecr aws-s3 cicd-pipeline data-science docker-image end-to-end exploratory-data-analysis git github-actions html machine-learning-models mlops mlops-project model-deployment mongodb numpy pandas python yaml
Last synced: 09 Apr 2026
https://github.com/jorisbertier/learnpython
Project for learn Python
beautifulsoup4 matplotlib numpy pandas python seaborn
Last synced: 05 May 2026
https://github.com/lexxai/goit_python_ds_hw_05
Метод опорних векторів -Support Vector Machine, SVM. Дерева рішень - RandomForestClassifier, XGBClassifier
classification numpy pandas python random-forest-classifier reporting scikit-learn svm-classifier svm-model xgbclassifier
Last synced: 12 Apr 2026
https://github.com/jillmpla/pythonxmldatabase
A Python & XML database application for a book collection.
database matplotlib numpy pandas pandas-dataframe python xml
Last synced: 12 Apr 2026
https://github.com/prakshal0809/machine_learning_algorithms
This project showcases basic machine learning programs I developed during my studies, written in Python, intended for educational use or as a foundation for more advanced projects.
machine-learning matplotlib numpy pandas python
Last synced: 12 Apr 2026