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-02-04 00:22:28 UTC
- JSON Representation
https://github.com/deepcloudlabs/dcl702-2021-jul-12
DCL-702: Data Analytics using Python
data-analytics numpy pandas python3
Last synced: 18 Oct 2025
https://github.com/davityak03/customer-churn-model-using-ann
ann elu keras leaky-relu matplotlib-pyplot numpy pandas prelu python seaborn
Last synced: 30 Dec 2025
https://github.com/0nom4d/306radiator
Mathematical EPITECH Project - This project reproduces the behaviour of a radiator placed at a position in a room of a given size.
epitech epitech-project numpy pytest python3
Last synced: 01 Apr 2025
https://github.com/farha-dahman/investigate_dataset
Investigate [No-show appointments] Dataset
data-analyst jupyter-notebook matplotlib numpy pandas python
Last synced: 03 Sep 2025
https://github.com/davityak03/animal-image-classification-using-cnn
Animal image classification using Convolutional Neural Networks (CNNs) involves training a model to recognize and categorize different animal species based on their images. The CNN architecture excels at automatically extracting features from images, such as shapes and textures, which are crucial for accurate classification.
cnn-classification keras numpy pandas pretrained-models python tensorflow
Last synced: 11 Dec 2025
https://github.com/lmizner/codecademy_life_expectancy
Calculate quartiles, quantiles, and the inter-quartile range (IQR) for a variable
histogram jupyter-notebook matplotlib-pyplot numpy pandas python quantiles quartiles
Last synced: 02 Apr 2025
https://github.com/lmizner/codecademy_life_expectancy_gdp
Utilize understanding of data visualization to analyze and plot data about GDP and life expectancy
barplot jupyter-notebook lineplot matplotlib-pyplot numpy pandas python scatterplot seaborn
Last synced: 17 Jun 2025
https://github.com/jacobpclouse/526-hw-3-sss
ICSI 526 Homework 3 - Spring 2023 - Shamir Secret Sharing
encryption-decryption lagrange-polynomial-interpolation numpy opencv pil python3 shamir-s-secret-sharing-scheme shamir-secret-sharing shamirs-secret-sharing
Last synced: 01 Mar 2025
https://github.com/rsc-88/titanic
Data Science
jupyter-notebook numpy pandas python
Last synced: 01 Apr 2025
https://github.com/shhiivvaam/regression
Linear Regression Model
linear-regression numpy python
Last synced: 26 Mar 2025
https://github.com/gandholisarat/mlp-backprop-pmat403
This repository contains a Jupyter Notebook developed for my course, demonstrating symbolic and numerical computation, visualization, and problem-solving in Python using libraries such as SymPy, NumPy, SciPy, and Matplotlib.
jupyter jypyternotebook matplotlib numpy
Last synced: 07 Sep 2025
https://github.com/abdullah2020/hamoye_stageb
This is my Hamoye Stage B project. The project focuses on Predicting Energy Efficiency of Buildings. It implemented different Machine Learning algorithm technique that are not limited to Linear Regression, LASSO, Ridge etc.
eda lasso-regression linear-regression numpy pandas predictive-modeling regression-models ridge-regression rmse rsquare-values
Last synced: 26 Mar 2025
https://github.com/minjii1079/pytune
Building PyTune, a Python guitar tuner that uses PyAudio for recording, NumPy for math operations, and SciPy for FFT (Fast Fourier Transform) and signal processing.
fft guitar-tuner music numpy pyaudio python3 scipy
Last synced: 05 Oct 2025
https://github.com/als8446/tripleten-data-science-projects
Projects Overview Projects made in the Data Scientist course from TripleTen LatAm
data data-analysis hypothesis-tests machine matplotlib numpy pandas python scipy sklearn
Last synced: 05 Oct 2025
https://github.com/kostadinlambov/time-series-forecasting
This project evaluates the predictive performance of a CNN-LSTM Hybrid deep learning model for Bitcoin price movement prediction.
keras-tensorflow matplotlib-pyplot mlflow numpy optuna pandas python scikit-learn seaborn statsmodels ta-lib tensorflow
Last synced: 05 Oct 2025
https://github.com/erick957/saleprice-prediction-dataset-analysis-and-cleaning-advance-regression
🏠 Predict house prices using advanced regression techniques with this comprehensive analysis and cleaning project, from data loading to model deployment.
data-analysis data-science eda google-colab machine-learning numpy pandas python scikit-learn scikit-learn-python
Last synced: 05 Oct 2025
https://github.com/kianaabrisham/svm-from-scratch
Linear SVM from scratch with hinge loss + decision boundaries
classification from-scratch fundamentals hinge-loss numpy optimization scikit-learn svm
Last synced: 05 Oct 2025
https://github.com/akhil-krishnan-r/super_market_analysis
The growth of supermarkets in most populated cities are increasing and market competitions are also high. This dataset is one of the historical sales of supermarket company which has recorded in 3 different branches for 3 months data. Predictive data analytics methods are easy to apply with this dataset
data-visualization matplotlib numpy pandas seaborn
Last synced: 06 Oct 2025
https://github.com/akashparley/ipl-data-analysis
The IPL Data Analysis project focuses on extracting valuable insights from IPL match data using various data analytics techniques. By analyzing historical match outcomes, player performances, team comparisons, and venue statistics, the project visualizes trends and patterns through graphs like bar charts, line graphs, and scatter plots.
analytics data-visualization excel metplotlib numpy pandas python seaborn tableau-dashboards
Last synced: 06 Oct 2025
https://github.com/mani-prakash-n-r/stock_market_prediction_system
This project uses LSTM networks to predict stock prices based on historical data, providing insights for informed investment decisions..LSTM, NumPy, Scikit-Learn, Matplotlib, yfinance and TensorFlow
lstm matplotlib numpy python sckiit-learn tensorflow yfinance
Last synced: 17 Jan 2026
https://github.com/sudharshan-bathini/chat-bot-using-cornell-movie-data-set
Developed an AI chatbot using the Cornell Movie Dialogs dataset; trained an LSTM-based model to generate context-aware, conversational responses for user inputs.
keras lstm-sentiment-analysis neural-networks nlp numpy python tensorflow tokenizer
Last synced: 30 Dec 2025
https://github.com/christabelsakyi/tsec
This project implements a time series forecasting solution for predicting electricity consumption based on historical data. It provides multiple model options, a Flask API for deployment, and visualization tools.
facebook numpy pandas python sklearn time-series-analysis
Last synced: 07 Oct 2025
https://github.com/christabelsakyi/employee_attrition_prediction
This project implements a machine learning pipeline for predicting employee attrition using HR data. The system analyzes various factors that contribute to employee turnover and provides predictions to help HR departments take preventive measures.
machine-learning numpy pandas plotly python sklearn streamlit
Last synced: 30 Dec 2025
https://github.com/isratafrin826/linear-regression-model
Linear Regression is a statistical method used to model the relationship between a dependent variable (target) and one or more independent variables (features) by fitting a straight line (regression line) to the data. It predicts the target value based on the linear relationship and is commonly used for forecasting and trend analysis.
googlecolaboratory numpy pandas sklearn
Last synced: 07 Oct 2025
https://github.com/raveenaross/bulldozer-price-prediction
Predicting the sale price of bulldozers using machine learning
matplotlib numpy pandas sklearn time
Last synced: 07 Oct 2025
https://github.com/subhadipsinha722133/credit-card-fraud-dection
Web application for detecting fraudulent credit card transactions using machine learning
data-visualization fraud-detection machine-learning matplotlib numpy pandas seborn sklearn streamlit
Last synced: 30 Dec 2025
https://github.com/tdeepa20/heart-disease-prediction-using-ml
Machine Learning models to predict heart disease using patient medical data
datascience jupyer-notebook machinelearning numpy python sklearn
Last synced: 07 Oct 2025
https://github.com/bbhargavpanchal/brain-tumor-segmentation-unet
U-Net based Convolutional Neural Network for brain tumor segmentation using MRI images. Implemented in Python with TensorFlow, OpenCV, and Scikit-learn.
keras-tensorflow numpy opencv pandas python scikit-learn sklearn tensorflow
Last synced: 07 Oct 2025
https://github.com/shreenidhi7700/auto_price_prediction
We are required to use Machine Learning algorithms to predict the price of cars with the available independent variables such as Horsepower, no-of-cylinders, engine-type, city_mpg, highway_mpg etc.
decision-tree-regression ensemble knn-regression linear-regression machine-learning-algorithms matplotlib-pyplot numpy pandas python3 random-forest-regression regression seaborn xgboost-regression
Last synced: 07 Oct 2025
https://github.com/NetBr3ak/Planetary-System-Simulation
Planetary System Simulation enables users to simulate the trajectories of two planets in a gravitational system. Through a simple web interface, users can predict planetary movements using technologies such as Flask, NumPy, and SciPy.
astronomy flask gravitational-dynamics numerical-analysis numpy physics planetary-systems scipy simulation web-application
Last synced: 08 Oct 2025
https://github.com/cosmicsid004/air_draw
Digital drawing....
handtracking mediapipe numpy opencv
Last synced: 08 Oct 2025
https://github.com/christs8920/data-science-py
A collection of data science projects made in python.
data-science data-visualization machine-learning matplotlib nltk numpy pandas python sklearn svm-classifier visualization
Last synced: 08 Oct 2025
https://github.com/sudarshanasrao/ee559-machine_learning-usc
USC graduate level Machine Learning course
cnn keras machine-learning neural-networks numpy python scikit-learn scipy tensorflow
Last synced: 08 Oct 2025
https://github.com/hiftd22/wpattern
📈 Analyze and visualize stock patterns with wPattern for better trading insights. Simplify your investment decisions through data-driven analysis.
cli finance financial-analysis financial-data matplotlib numpy pandas pattern-recognition python scikit-learn stock-scanner technical-analysis yfinance
Last synced: 08 Oct 2025
https://github.com/alex-s2222/mem_chat_bot
телеграмм бот для создания gif из текста введённого пользователем
cv2 google-api moviepy numpy python python-telegram-bot requests
Last synced: 08 Oct 2025
https://github.com/unikraft/lib-python-numpy
The fundamental package for scientific computing with Python.
library numpy unikraft unikraft-library
Last synced: 08 Oct 2025
https://github.com/piragashparam36/image-classification
classification numpy pickle sklearn supervised-learning svm
Last synced: 18 Jan 2026
https://github.com/harshavardh8n/machine-learning-projects
Machine Learning Projects: A collection of machine learning projects developed as part of the curriculum, utilizing libraries such as NumPy, Pandas, Seaborn, and Matplotlib. These projects demonstrate various algorithms, including Apriori and Decision Trees, showcasing practical applications and data analysis techniques.
apriori-algorithm decision-trees jupyter-notebook machine-learning numpy pandas python
Last synced: 18 Jan 2026
https://github.com/piyushxbhardwaj/credit-card-fraud-detection
In this project, we focus on developing a machine learning model to detect fraudulent transactions within credit card data. Credit card fraud poses a significant challenge to financial institutions and consumers globally, with traditional rule-based detection systems often struggling to adapt to new fraud tactics.
matplotlib numpy pandas python scikit-image seaborn
Last synced: 09 Oct 2025
https://github.com/mkdirer/disaster-tweet-nlp-adaboost-transformers
A machine learning project that classifies tweets as disaster-related or non-disaster-related using transformers and the AdaBoost technique. Achieved an accuracy of approximately 80% on the validation set
geopy keras matplotlib numpy pandas python sklearn tensorflow
Last synced: 16 Oct 2025
https://github.com/lewis-morris/image_augment
Image augmentation for CNN's. Aiming to increase generalization.
augmentation image numpy python
Last synced: 09 Oct 2025
https://github.com/hmotez/medclaimml
An AI-powered machine learning application designed to process healthcare reimbursement claims. It analyzes medical documents, client information, insurance policies, and legal regulations to predict accurate reimbursement amounts, ensuring efficiency, compliance, and fraud detection.
healthcare jest-tests mern-stack mongodb nodejs nosql numpy pytorch react scikit-learn tailwindcss
Last synced: 09 Oct 2025
https://github.com/samuelpuerta/modelosiasaberprocolombia
PROYECTO KAGGLE - Crear un modelo para predecir el redimiento de los estudiantes en las pruebas Saber Pro
ai ia jupyter-notebook machine-learning numpy pandas prediction-model predictive-modeling python
Last synced: 09 Oct 2025
https://github.com/nyx1311/timelstm
TimeLSTM: An interactive Streamlit app for multi-step time series forecasting using LSTM networks, featuring data preprocessing, visualization, GPU-accelerated model training, and automated result export.
deep-learning deep-neural-networks lstm-neural-networks numpy pandas ploty python3 scikit-learn-python statsmodels streamlit torch tqdm
Last synced: 09 Oct 2025
https://github.com/johanntf/direccion_maximo_crecimiento
Dirección de máximo crecimiento en una función multivariable dado un punto de partida
customtkinter matplotlib numpy python
Last synced: 09 Oct 2025
https://github.com/batrick-swaistan/nalaiya_thiran
Nalaiya Thiran IBM Course Training
matplotlib numpy pandas-dataframe python
Last synced: 09 Oct 2025
https://github.com/03-bunny-06/japan-heart-attack-analysis
This project analyzes heart attack data in Japan, focusing on gender-based differences in risk factors such as smoking, diabetes, alcohol consumption, and regional variations. The dataset is cleaned and processed using Pandas and NumPy, extracting insights on affected individuals based on lifestyle and health conditions.
data-cleaning dataframes numpy pandas python risk-analysis
Last synced: 09 Oct 2025
https://github.com/chandadiya2004/movie-recommendation-system
A Movie Recommendation System built using TfidfVectorizer and cosine similarity. The model processes a large dataset of movies and recommends similar movies based on a given input movie by analyzing textual features and calculating similarity scores.
cosine-similarity numpy pandas python sklearn tfidf-vectorizer
Last synced: 10 Oct 2025
https://github.com/sohitbennett/roadsafe
A Deep learning computer vision system for real-time traffic safety monitoring.
computer-vision esrgan keras numpy pandas python scikit-learn tensorflow tesseract-ocr yolov5 yolov8
Last synced: 10 Oct 2025
https://github.com/ravi0529/e-commerce-annual-spend-model
A basic Linear Regression model for predicting annual customer's spending
jupyter-notebook linear-regression matplotlib numpy pandas python scikit-learn scipy
Last synced: 10 Oct 2025
https://github.com/farhannirzhor/python_eda_project_on_diwali_sales_analysis
In this project, I was given a sales data. I analyzed their sales data and shared a summary
data-cleaning data-manipulation exploratory-data-analysis matplotlib numpy pandas python seaborn
Last synced: 10 Oct 2025
https://github.com/0eix/deepclassifier
DeepClassify - A Versatile Command Line Image Classifier
classification classifier cli cnn command-line-app deep-learning numpy pandas pillow python pytorch torchvision transfer-learning
Last synced: 10 Oct 2025
https://github.com/fnfkkengine/website-performance-data-analysis-project
🌐 Analyze website performance data to gain insights on user engagement, traffic trends, and optimize your digital presence effectively.
analysis analytics dashboard data-analyst data-collection data-preprocessing data-visualization dax funnel-analysis jupyter-notebook matplotlib mysql numpy paid-search power-query project-management python storytelling
Last synced: 10 Oct 2025
https://github.com/brainiacsloth/brighttv_viewership_analytics_python
This repository serves to provide an EDA framework for BrightTV Viewership Data.
jupyter-notebook metadata numpy pandas python
Last synced: 10 Oct 2025
https://github.com/pedrolustosa/energyforecasting
This project offers a complete solution for solar energy generation analysis and forecasting, using different machine learning models and a modern, intuitive web interface.
artificial-intelligence axios bootstrap5 chartjs css data-science fastapi fontawesome html5 numpy pandas python r react react-bootstrap rpy2 sklearn spinner toastr typescript
Last synced: 30 Dec 2025
https://github.com/anjaliwork20/heart-failure-prediction
Heart Failure Prediction in Humans
failure-detection heart heart-disease machine-learning machine-learning-algorithms matplotlib numpy pandas python scikit-learn scikitlearn-machine-learning seaborn svc-model
Last synced: 21 Jan 2026
https://github.com/iamwatchdogs/cardiovascular-risk-prediction
This mini-project uses machine learning algorithms to predict possible risks of heart disease by analyzing given data.
jupyter-notebook machine-learning-algorithms matplotlib numpy pandas python scikit-learn seaborn
Last synced: 30 Dec 2025
https://github.com/priyanshulathi/air-quality-index-prediction
Machine learning based air quality index prediction using environmental and pollutant data to classify and forecast pollution levels.
machine-learning matplotlib numpy pandas python scikit-learn seaborn
Last synced: 19 Jan 2026
https://github.com/massimilianovisintainer/rock-vs-mine-prediction
Rock vs. Mine classification using Logistic Regression
machine-learning model numpy pandas sklearn
Last synced: 21 Jan 2026
https://github.com/aravind2152/dune-imperium-vision
🐍🎲 Python-powered Computer Vision project automating gameplay for the board game Dune Empire 🚀! The system accurately identifies and counts player units—colored cubes—in conflict zones ⚔️ and garrisons 🛡️ using image processing techniques! 🔍✨
board-game canny-edge-detection clahe-method computer-vision hough-transform hsv-color-detection image-processing matplotlib numpy opencv python
Last synced: 11 Oct 2025
https://github.com/eljandoubi/genre_classification
Create an ML pipeline for Genre Classification using MLflow.
hydra machine-learning mlflow numpy pandas pandas-profiling pytest scikit-learn scipy wandb
Last synced: 30 Dec 2025
https://github.com/eny2930/ai-ml-projects
A project demonstrating various libraries and tools in using algorithms in machine learning. This repository includes code samples, datasets, and detailed explanations.
iris-dataset keras linear-regression logistic-regression matplotlib numpy pandas pytorch sckiit-learn seaborn sentiment-analysis
Last synced: 11 Oct 2025
https://github.com/rooneyrulz/cat-dog-classifier
Building a model using a convolutional neural network that well-classifying custom cat vs dog image data. including visualizations, data-preprocessing, future predictions, model-evaluation, identifying overfitting, and more.
artificial-intelligence convolutional-neural-networks data-preprocessing data-visualizations deep-learning keras matplotlib numpy pandas predictive-modeling python3 seaborn tensorflow2
Last synced: 30 Dec 2025
https://github.com/dwija12903/ai-lab
A collection of practical implementations from my AI Labs course
keras numpy sckit-learn tensorflow
Last synced: 19 Jan 2026
https://github.com/dev-dur/student_exam_analysis
This is a beginner-friendly data analysis mini-project using NumPy, Pandas, and Matplotlib. The project generates random student exam scores, analyzes them, and visualizes the results.
matplotlib-pyplot numpy pandas python
Last synced: 12 Oct 2025
https://github.com/sayidmushtaq/reportcard
Tracking and analyzing student grades. It calculates averages, identifies top performers, and generates performance reports with ease.👨🏼🎓👨🏼🎓
begginer-project numpy reporting-tool
Last synced: 27 Jan 2026
https://github.com/nikita620/churn-prediction-using-machine-learning-
Major project on Python and AI
decision-tree-classifier matplotlib numpy pandas pickle python random-forest-classifier xgboost-classifier
Last synced: 12 Oct 2025
https://github.com/angelarreola/ai_notes
Notas de la materia "Inteligencia Artificial" para su posterior extraccion mediante algun modelo de lenguaje que nos permita dar respuestas personalizadas con base a la informacion presente en este repositorio.
ai matplotlib numpy pandas phaserjs python scikit-learn
Last synced: 21 Jan 2026
https://github.com/andreazoccatelli/knn_fromscratch
knn implementation in numpy
classification knn-classifier machine-learning numpy
Last synced: 12 Oct 2025
https://github.com/vishal-verma-96/pre-owned-car-price-prediction-using-streamlit-app
Capstone Project by skill Academy- Exploratory Analysis, Visualization and Prediction of Used Car Prices. Deploying the highest-scoring model with Streamlit web app
data-analysis data-science jupyter-notebook machine-learning machine-learning-algorithms matplotlib numpy pandas python3 regression-algorithms scikit-learn seaborn streamlit
Last synced: 13 Oct 2025
https://github.com/khushi130404/regulexa
Regulexa is a Python project that showcases and compares Ridge, Lasso, and Elastic-Net regularization techniques in machine learning. It includes visualizations and performance insights to help prevent overfitting and improve model generalization.
elastic-net-regression lasso-regression numpy ridge-regression
Last synced: 14 Oct 2025
https://github.com/dyceszn/i.duruohacos102
First-year deep dive into problem-solving with Python—featuring class practices and projects using NumPy, Pandas, Tkinter, and psycopg2.
Last synced: 14 Oct 2025
https://github.com/alphan26/breastcancerclassification
This project involves a binary classification problem where we applied PyTorch to detect breast cancer.
matplotlib numpy pandas python pytorch
Last synced: 30 Dec 2025
https://github.com/ayorick23/python-data-science-cheat-sheet
Guía rápida y práctica de sintaxis, comandos y funciones esenciales de Python para Ciencia de Datos. Perfecta para recordar cómo usar las librerías más comunes como NumPy, Pandas, Matplotlib y Scikit-learn en tus análisis diarios.
cheat-sheet data-analysis data-science data-visualization deep-learning jupyter-notebook machine-learning matplotlib ml numpy pandas python scikit-learn scipy seaborn statistics sympy tensorflow
Last synced: 14 Oct 2025
https://github.com/ireneflorez/sf-kindergarten-lottery
Data analysis reviewing data and findings on the public school kindergarten lottery in San Francisco
ipynb-jupyter-notebook jupyter-notebook numpy pandas python sql
Last synced: 14 Oct 2025
https://github.com/hansalemaos/cirdhighspeedcoverter
High speed conversion of IP addresses represented in CIDR notation into their corresponding start and end IPs, along with their respective subnet masks.
cidr data-manipulation ip-addresses ip-conversion network network-management network-security numpy pandas subnet-mask
Last synced: 27 Jan 2026
https://github.com/ravi-aratchige/spacefarer
What type of astronaut would you be?
astronaut astronauts flask jupyter jupyter-notebook machine-learning numpy pandas python scikit-learn space tailwind tailwindcss
Last synced: 14 Oct 2025
https://github.com/patilsukanya/assignment-05.-multiple-linear-regression-q2
Used libraries and functions as follows:
collinearity-diagnostics cooks-distance correlation-analysis eda heteroscedasticity homoscedasticity leverage-score mlr multiple-linear-regression numpy ols-regression pairplot python regress-exog residual-analysis rsquare-values smf statsmodels vif
Last synced: 15 Oct 2025
https://github.com/razvan48/digit-recognizer-in-python
A simple digit recognizer written using Python.
graphics knn knn-algorithm knn-classification machine-learning machine-learning-algorithms numpy pygame python
Last synced: 16 Oct 2025
https://github.com/anish37860/python_party
Python summer party by Interview Master & in partnership with DataCamp
Last synced: 16 Oct 2025
https://github.com/balajig-24/titanic_data_analysics-
Project Title: Titanic Survival Prediction Project Overview The Titanic Survival Prediction project is a classic machine learning problem that aims to predict whether a passenger survived the Titanic disaster based on various features such as age, gender, passenger class, and more. This project demonstrates my ability to clean, analyze, and model.
jupyter-notebook matplotlib numpy pandas python scikit-learn seaborn
Last synced: 16 Oct 2025
https://github.com/jovicdev97/financial-loan-datascience-notebook
using numpy and pandas to analyze a synthetic loan dataset with python
data-analysis matlabplot numpy pandas plotting python seaborn
Last synced: 26 Dec 2025
https://github.com/harmanveer-2546/bird-species-prediction-using-deep-learning
Using convolutional neural networks to build and train a bird species classifier on bird pics data with corresponding species labels, also build GUI for the same.
3d-graph callback deep-learning eda gui gui-application image-generator imageclassification keras-tensorflow matplotlib maxpooling mobilenetv2 numpy opencv pillow plotly python seaborn transfer-learning visualization
Last synced: 17 Oct 2025
https://github.com/al-ghaly/stock-market-simulation
Simulate and visualize stock market behavior
matplotlib numpy python python-visualization
Last synced: 17 Oct 2025
https://github.com/vikkiezdev/ai-global-index-analysis
This project analyzes the AI readiness of 62 countries using key indicators like government strategy, commercial activity, research, development, and infrastructure. Through data cleaning, EDA, and visualization, it identifies key drivers of AI adoption and competitiveness.
cleaning-data correlation-analysis eda matplotlib numpy pandas python3 seaborn statistical-analysis
Last synced: 17 Oct 2025
https://github.com/sudip-13/plant-disease-detection
Plant disease detection from leaf uses machine learning to identify diseases for early intervention
cloudinary css docker jwt-token keras matplotlib-pyplot mongodb nodejs numpy reactjs tensorflow tensorflow-serving
Last synced: 30 Dec 2025
https://github.com/paulo-santos-ds/analise_dados_musicais
Dashboard para compreender as preferências musicais dos ouvintes, tendências regionais e o impacto de artistas específicos.
Last synced: 17 Oct 2025
https://github.com/ola-kaznowska/-image-processing
Image Processing
ai artificial-intelligence cv2 math numpy python
Last synced: 17 Oct 2025
https://github.com/cosmoquester/numpy-neural-net
This is neural network samples implemented with numpy without machine learning libraries.
implementation neural-network numpy
Last synced: 22 Jan 2026
https://github.com/sunilvarma-l/liverdiseaseprediction
"Streamlit app to predict liver disease risk using a machine learning model based on patient input data."
machine-learning matplotlib numpy pandas pickle python scikit-learn seaborn streamlit
Last synced: 18 Oct 2025
https://github.com/baschin1103/neural-network-building-in-python
In this repository is a programm with a pretrained artificial neural network from Building AI. The network predicts the price of a cabin based on it's attributes.
bias building-ai forward-pass functioning identity linear-combinations neural-network numpy python regression relu
Last synced: 18 Oct 2025
https://github.com/madhurjain/carnd-traffic-sign-classifier-project-2
CarND Traffic Sign Classifier Project #2
carnd matplotlib numpy pandas python self-driving-car tensorflow
Last synced: 19 Oct 2025
https://github.com/architj6/gesture-volume-control
Easily control your system volume with simple hand gestures! This project leverages OpenCV, MediaPipe, and Pycaw to track hand movements and adjust the system volume dynamically. Say goodbye to keyboard shortcuts and volume buttons—just move your hand to set the volume!
handgesture mediapipe numpy opencv os pycaw python python3 volume-control
Last synced: 19 Oct 2025
https://github.com/omarsaad21/it-salary-eda
A python EDA project implemented on IT department salaries data we made data exploration and made data visulization for some questions on dataset
data explotary-data-analysis juypter-notebook numpy pandas python visualization
Last synced: 19 Oct 2025
https://github.com/abdelrahman-amen/active_learning_with_different_query_strategies
This project explores the implementation of active learning techniques, focusing on various query strategies to optimize the selection of informative data points for model training. It aims to reduce the amount of labeled data required while improving model performance, especially in scenarios with limited labeled data.
activelearning cuda entropy kldivergence margin numpy python pyto uncertainty
Last synced: 19 Oct 2025