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-02 00:22:23 UTC
- JSON Representation
https://github.com/linggarm/smart-caloriemax
A web app that utilizes Genetic Algorithms to generate a list of foods offering maximum calorie content within a specified budget.
artificial-intelligence css evolutionary-algorithms flask genetic-algorithms html javascript knapsack-problem machine-learning numpy python
Last synced: 26 Feb 2025
https://github.com/tillahoffmann/idxhound
🐶 Track indices across one or more numpy selections.
data numpy scientific-computing
Last synced: 28 Jun 2025
https://github.com/adalbertobrant/macd
Estudando sobre o uso do streamlit com geração de gráficos e dados da B3
bovespa box-plot golden-cross macd numpy python single-moving-average steamlit stocks
Last synced: 02 Aug 2025
https://github.com/kientech/calories-burnt-prediction-with-machine-learning
The Calories Burnt Prediction with Machine Learning project aims to predict the number of calories burned during physical activities based on various factors such as duration, activity type, age, weight, and more.
fastapi heroku machine-learning matplotlib-pyplot modeling numpy pandas python reactjs tailwindcss
Last synced: 02 Aug 2025
https://github.com/michaelfeil/lstm-dlnn2020
Character-LSTM implementation in Numpy
lstm nlp-machine-learning numpy
Last synced: 28 Feb 2025
https://github.com/mezgoodle/bounder
bound-points cluster-analysis clustering numpy pyqt5 python
Last synced: 12 Jun 2025
https://github.com/louis-finegan/convection-diffusion-models-finite-difference-method-python3
Applying the finite-difference method to the Convection Diffusion equation in python3. Examples included: One dimensional Heat equation, Transport equation, Fokker-Plank equation and some two dimensional examples.
convection-diffusion finite-difference-method fokker-planck-equation heat-equation jupyter-notebook mathematical-modelling matplotlib matplotlib-animation numpy python3 transport-equation
Last synced: 02 Aug 2025
https://github.com/idow09/ud810-problem-sets
Solutions to the problem sets of Introduction to Computer Vision course at Udacity
computer-vision numpy opencv opencv-python problem-sets python solutions udacity
Last synced: 12 Jun 2025
https://github.com/mihirh19/analyzing-crimes-in-la
This GitHub repository contains a comprehensive analysis of crime data in Los Angeles. Leveraging a variety of data sources, tools, and techniques, we have explored patterns, trends, and insights related to criminal activities within the city. Our analysis includes data visualization crime dynamics in different neighborhoods and over time.
dataset machine-learning matplotlib numpy pandas seaborn
Last synced: 02 Apr 2025
https://github.com/ahlem-phantom/django-travel-agency
Travel Agency website built using Django, designed for browsing and booking of travel packages.
beautifulsoup celery djagno django-rest-framework numpy rabbitmq weasyprint
Last synced: 02 Aug 2025
https://github.com/bunu23/image-classification-resnet50-streamlit
This project demonstrates an image classification system using ResNet50, fine-tuned on a custom dataset. It includes a Streamlit application for user interaction, allowing image uploads and classification results. It integrates Google's generative AI models for enhanced analysis.
cnn deep-learning generative-ai keras matplotlib numpy pillow python resnet-50 streamlit tensorflow
Last synced: 30 Dec 2025
https://github.com/sureshbeekhani/machine-learning-algorithms
This Python script processes a housing dataset to predict property prices using a Linear Regression model. It starts by importing essential libraries (NumPy, Pandas, Matplotlib, Seaborn, and scikit-learn).
dataanalysis datascience featurescaling linearregression machinelearning matplotlib numpy pandas python seaborn
Last synced: 04 Sep 2025
https://github.com/reddyprasade/bicycle-sharing-system-in-us
A bicycle-sharing system, public bicycle system, or bike-share scheme, is a service in which bicycles are made available for shared use to individuals on a short term basis for a price or free. Many bike share systems allow people to borrow a bike from a "dock" and return it at another dock belonging to the same system. Docks are special bike racks that lock the bike, and only release it by computer control. The user enters payment information, and the computer unlocks a bike. The user returns the bike by placing it in the dock, which locks it in place. Other systems are dockless. For many systems, smartphone mapping apps show nearby available bikes and open docks.
dataanalysis jupyter maplotlib numpy pandas python r
Last synced: 29 Aug 2025
https://github.com/simranjeet97/quotes-analysis
Kaggle Dataset on Quotes Analysis and Visualization With Python, Pandas and MatplotLib Using Jupyter Notebook.
data data-science datavisualization jupyter-notebook kaggle kaggle-dataset machine-learning matplotlib-pyplot numpy pandas python quotes quotes-application
Last synced: 29 Nov 2025
https://github.com/khaledkamr/mastring-python
This repository covers essential Python programming topics, including basics, OOP, file handling, and database operations. It also contains mini-projects to help solidify your understanding through practical application.
database filehandling functions if-elif-else introduction-to-python list-methods loops numpy oops-in-python python recursion set-methods sqlite3 string-methods tuple-methods
Last synced: 03 Aug 2025
https://github.com/otivedani/hedge_hog
Histogram of Oriented Gradients, full numpy
feature-extraction histogram-of-oriented-gradients hog-features numpy
Last synced: 02 Aug 2025
https://github.com/jonad/dog_detection_app
Identify dog breeds using Convolutional Neural Network.
convolutional-neural-networks keras neural-network numpy opencv-python pandas resnet-50 scikitlearn-machine-learning transfer-learning vgg19
Last synced: 05 Nov 2025
https://github.com/realtristan/micronet
Neural network library from scratch
neural-networks numpy python pytorch
Last synced: 02 Aug 2025
https://github.com/datarohit/heart-disease-prediction
This dataset is taken from kaggle which has various feature of over 600+ humans. By using these features we have to predict if the person has a Heart Disease or not.
classification-algorithm matplotlib-pyplot numpy pandas plotly scipy seaborn
Last synced: 09 Apr 2025
https://github.com/datarohit/tps-january-2022--kaggle-competition
Tabular Playground Series - Jan 2022. This Competition is Posted on Kaggle.com for practicing the EDA and Regression Skills.
kaggle-competition matplotlib numpy pandas regression-algorithms seaborn
Last synced: 09 Apr 2025
https://github.com/datarohit/pima-indians-diabetes-classification
This is a very popular Kaggle Dataset for practicing Classification and EDA. A detailed Statistical Analysis with EDA and many Plots has been done.
classification-algorithims classification-model machine-learning-algorithms matplotlib-pyplot numpy pandas seaborn sklean
Last synced: 09 Apr 2025
https://github.com/datarohit/churn-prediction-for-bank
This Dataset has various information about customers of Bank. The Problem is that many customers tend to leave the bank so using the features give we have to predict whether a customer will leave the Bank or Not.
churn-prediction classification matplotlib-pyplot numpy pandas seaborn sklearn
Last synced: 09 Apr 2025
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: 20 Sep 2025
https://github.com/datarohit/opencv-document-scanner
This is a Document Scanner built using Python and OpenCV. It also has Image Saving Feature. You can adjust the thresholds to find the contours better.
numpy opencv opencv-python python
Last synced: 25 Jun 2025
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/earth-app/doc2lora
Generate LoRA Adapters from documents
ai cloudflare-ai cloudflare-workers lora numpy py python torch
Last synced: 23 Jul 2025
https://github.com/vidursatija/tensorpy
A simple NumPy autodiff library
autograd machine-learning numpy python
Last synced: 25 Mar 2025
https://github.com/dipto1971/statistical-analysis-data-science
Statistical Analysis in Data Science
Last synced: 02 Aug 2025
https://github.com/mgobeaalcoba/pandas_y_numpy
Trabajos realizados con estas librerías de Python para manejo de datos.
data-analysis data-science dataset numpy pandas python
Last synced: 12 Jun 2025
https://github.com/cchandre/confkam
Conjugation method in configuration space for invariant tori of Hamiltonian systems
conjugation hamiltonian hamiltonian-dynamics invariant-tori kolmogorov-arnold-moser numpy python3 scipy
Last synced: 29 Oct 2025
https://github.com/rvats20/python-programming-basic
Python programing basic to develop robust python applications.
data-science eda learning learning-by-doing matplotlib-python numpy pandas python
Last synced: 31 Mar 2025
https://github.com/jmcheon/python_piscine
This is Python Piscine(Bootcamp) at Ecole 42
bootcamp matplotlib numpy pandas piscine python3 seaborn
Last synced: 31 Dec 2025
https://github.com/cchandre/rg
Renormalization for the break-up of invariant tori in Hamiltonian flows
expm hamiltonian hamiltonian-dynamics invariant-tori kolmogorov-arnold-moser numpy python3 renormalization-group scipy
Last synced: 25 Feb 2025
https://github.com/ashishtukaral/sign-language-recognition-using-ai
A real-time Sign Language Recognition system using AI to translate hand signs into text and speech, enhancing communication for individuals with hearing impairments. This web application leverages neural networks and computer vision to provide accurate and accessible translation.
ann classification cnn computer-vision deep-learning flask keras machine-learning matplotlib neural-network numpy oops opencv pandas python3 tensorflow
Last synced: 12 Jul 2025
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: 09 Apr 2025
https://github.com/iBz-04/DiabetesCL
Predicting instances of diabetic & non-diabetic patients with Support vector machine classifier
data-science diabetes-prediction google-colab-notebook machine-learning machine-learning-projects medical-informatics numpy pandas-python python3 sckiit-learn svm-classifier
Last synced: 21 Oct 2025
https://github.com/guifernandess7/megasena-estatisticas-e-analises
Análises e Estatísticas dos jogos da megasena com base em todos os jogos que já ocorreram.
Last synced: 14 Jun 2025
https://github.com/abdullokhonz/python_lessons
Python lessons are here.
abramyan codewars eel flappy-bird gtts instaloader instasaver leetcode lessons numpy os pygame pyowm python python3 random telebot tkinter turtle
Last synced: 28 Feb 2025
https://github.com/vidyasagarmsc/pydataflownote
As I explore Python libraries....
jupyter-notebook numpy python pytorch scikit-learn scipy tensorflow
Last synced: 27 Sep 2025
https://github.com/lironmiz/machine-learning-specialization-course
Master fundamental AI concepts and develop practical machine learning skills in the beginner-friendly, 3-course program by AI visionary Andrew Ng
artificial-neural-networks clustering coursera decision-trees deep-reinforcement-learning gradient-descent linear-regression logistic-regression logistic-regression-classifier machine-learning ml-models numpy project recommender-system regularization-methods scikitlearn-machine-learning supervised-learning tensorflow tree-ensembles xgboost
Last synced: 02 Apr 2025
https://github.com/ashraf-khabar/funcplot-plottingfunctionsmadeeasy
FuncPlot is a user-friendly app built with Kivy and KivyMD that allows you to easily plot and visualize mathematical functions on your desktop or mobile device. With its intuitive interface and support for multiple functions, FuncPlot makes it easy to explore and understand complex mathematical concepts.
kivy kivymd matplotlib numpy python
Last synced: 14 Mar 2025
https://github.com/ansub/mask-detection
A Mask Detection Application using Keras/TensorFlow and OpenCV.
keras numpy opencv python tensorflow
Last synced: 07 Apr 2025
https://github.com/dogan-the-analyst/social_media_data_analysis
Data analysis with Python.
data-analysis jupyter-notebook matplotlib numpy pandas python
Last synced: 25 Feb 2025
https://github.com/datarohit/bank-note-authentication--classification
This is a Kaggle Dataset with information about Bank Note and Classify whether the Bank Note is Authentic or Not. This Dataset is based on Classification problem solved using Sklearn Classification Algorithms.
classification-algorithm machine-learning matplotlib-pyplot numpy pandas seaborn sklearn
Last synced: 09 Apr 2025
https://github.com/tanu272004/-income-mortgage-housing-insights-a-state-city-analysis-
To analyze state & city housing trends and affordability using data analytics.”
bigquery business-intelligence data-analysis data-visualization dax googlecloud kpi numpy powerbi predective-modeling python sql
Last synced: 18 Sep 2025
https://github.com/felixcharotte/housepredictions_tatahousing
Data science project of real estate price prediction website, deployed using a Flask server on AWS, incorporating machine learning for price prediction and a UX HTML/CSS/JavaScript for website building.
aws flask jupyter linear-regression numpy pandas python
Last synced: 20 Feb 2025
https://github.com/furukidesu/crop-disease-identification-model
A deep learning-based system for identifying crop diseases from images, helping farmers detect and manage crop health issues for improved yield and quality.
android cnn convolutional-neural-networks cv deep-learning hacktoberfest jetpack-compose knn numpy plant-disease-identification random-forest streamlit tensorflow tensorflow-lite
Last synced: 23 Jul 2025
https://github.com/simran2911/flight-price-pridiction
This github repositiory contains the Flight Price Prediction project aims to develop a machine learning model to predict flight ticket prices based on various factors such as departure and arrival locations, dates, airlines, and other relevant features.
accuracy-score catboostregressor machine-learning matplotlib numpy pandas r2-score random-forest-regression seaborn xgboost-regression
Last synced: 26 Feb 2025
https://github.com/arif-miad/email-spam-classification-project
keras machine-learning nlp nltk numpy pandas-dataframe svm-classifier
Last synced: 06 Mar 2025
https://github.com/dogan-the-analyst/exploratory_data_analysis_in_python
EDA in Python.
data-analysis jupyter-notebook matplotlib numpy pandas python seaborn
Last synced: 20 Feb 2025
https://github.com/kwanit1142/mask-v-s-no-mask-face-detection-models
Machine-Learning Models based Detection System for Masked v/s No-Masked Human Faces (Can be implemented on Grouped Images too)
deep-learning machine-learning matplotlib numpy opencv pandas pil scipy seaborn skimage sklearn
Last synced: 04 Aug 2025
https://github.com/emmanuelezenwere/aind-aiprojects
Portfolio of AI projects developed during my Udacity AI Nanodegree, covering Planning AI, Constraint Satisfaction, Hidden Markov Models, and Search algorithms.
alpha-beta-pruning astar-algorithm bellman-equation breadth-first-search constraint-satisfaction-problem depth-first-search hidden-markov-model kalman-filter minmax-algorithm networkx nltk numpy pandas scikit-learn scipy sympy
Last synced: 04 Aug 2025
https://github.com/roma-glushko/numpy-katas
🧮 Exercises to sharp scientific computations with Numpy
Last synced: 04 Aug 2025
https://github.com/lintangwisesa/python_recommendation_system
Basic recommendation system using Python & Sklearn
numpy pandas python recommendation-system sklearn
Last synced: 26 Feb 2025
https://github.com/thekartikeyamishra/voicecloner
The Voice Cloner is a Python-based project that leverages Tacotron 2 and WaveGlow models for text-to-speech (TTS) synthesis and basic voice cloning. This project supports 22 official Indian languages, including Sanskrit, making it versatile for multilingual text input.
ai indic-transliteration librosa machine-learning numpy nvidia-pyindex nvidia-tacotron2 nvidia-waveglow python torch torchaudio
Last synced: 20 Feb 2025
https://github.com/mariamabidi/pinn-based-flow-prediction
This repository contains code and experiments for predicting 3D aerodynamic flow around car geometries using Physics-Informed Neural Networks (PINNs) and for analyzing flow features via autoencoder-based clustering.
computer-vision machine-learning neural-network numpy pytorch pyvista scikit-learn
Last synced: 05 Aug 2025
https://github.com/ayuhamaro/py_weight_estimation
體重變化預估
matplotlib numpy pandas python3 scikit-learn scipy
Last synced: 04 Mar 2025
https://github.com/abdulfatir/subkmeans
Numpy and pyCUDA implementation of subKmeans
clustering cuda kdd kmeans numpy pycuda python subspace-clustering
Last synced: 03 Apr 2025
https://github.com/ramamagarwal/mathematical-simulation-projects
This repository comprises my math modelling-based projects covering topics of Linear Algebra, Probability and Statistics.
Last synced: 07 Aug 2025
https://github.com/imsalmanmalik/linear-regression-model-airbnb-prices-seattle
Linear Regression Model on Airbnb prices of Seattle using Dash and Python
airbnb choropleth-map dash dataanalysis datacleaning datamanupilation datascience exploratory-data-analysis feature-engineering machine-learning matplotlib normalization numpy onehot-encoding pandas python seaborn-plots sklearn-library trainandtestsets visualization
Last synced: 05 Sep 2025
https://github.com/rcghpge/pymo
A framework in Mojo for AI/ML/DL applications and other domains.
deep-learning deep-neural-networks machine-learning machine-learning-models magic-cli max-gpu modular mojo mojo-language numpy pandas pymo python python-language scikit-learn
Last synced: 15 Mar 2025
https://github.com/jbayardo/aa-tp1
Machine learning on spam
email-classifier jupyter-notebook numpy pandas python scikit-learn spam-filtering text-processing
Last synced: 30 Dec 2025
https://github.com/tejasvi541/machine-learning
My Machine and Deep Learning Practice and Projects Notebooks
matplotlib numpy python3 pytorch sklearn tensorflow
Last synced: 01 Sep 2025
https://github.com/myounus-codes/saleprice-prediction-dataset-analysis-and-cleaning-advance-regression
In this project I have cleaned the data for the model. Project Google Colab Link: https://colab.research.google.com/drive/1vQY-XEFJSdEkW2PQOSf1j13Yk8L-XXNw?usp=sharing
algorithms data-analysis data-science eda google-colab machine-learning numpy pandas python scikit-learn scikit-learn-python
Last synced: 18 Sep 2025
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: 31 Dec 2025
https://github.com/f1scher7/ai-tutorial
Learning neural networks by building custom implementations for various problems
machine-learning neural-networks numpy python
Last synced: 25 Feb 2025
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: 15 Mar 2025
https://github.com/harmanveer-2546/diabetes-prediction-using-machine-learning
Diabetes is a medical disorder that affects how the body uses food for energy. When blood sugar levels rise, the pancreas releases insulin. If diabetes is not managed, blood sugar levels can rise, increasing the risk of heart attack and stroke. We used Python machine learning to forecast diabetes.
adaboost decision-trees gradient-boosting-classifier gridsearchcv knn-classification machine-learning numpy os pandas pickle python random-forest seaborn svc-model
Last synced: 10 Sep 2025
https://github.com/xaxm007/nn-numpy
A Basic Logistic Regression Neural Network using NumPy and calculus.
critical-indulgence logistic-regression neural-network numpy study
Last synced: 02 Aug 2025
https://github.com/xushiyan/udacity-machine-learning
Content for Udacity's Machine Learning curriculum
jupyter-notebook machine-learning numpy pandas python reinforcement-learning scikit-learn supervised-learning udacity-machine-learning unsupervised-learning
Last synced: 20 Mar 2025
https://github.com/kelvinjuliusarmandoh/loan-approval-prediction
Implementing Machine Learning for predicting loan approval
classification loan-default-prediction machine-learning matplotlib-pyplot numpy pandas scikit-learn seaborn
Last synced: 09 Apr 2025
https://github.com/rakibhhridoy/exploratorydataanalysis-python
Exploratory data analysis is an approach to analyzing data sets to summarize their main characteristics, often with visual methods. A statistical model can be used or not, but primarily EDA is for seeing what the data can tell us beyond the formal modeling or hypothesis testing task.
ab-testing chitest data-science eda exploratory-data-analysis ftest hypotheses hypothesis-testing inferential-statistics numpy pandas python statistical-analysis statistics statsmodels ttest
Last synced: 14 May 2025
https://github.com/yogeshselvarajan/real-estate-price-prediction
To predict the prices of the House (Estate) using the Number of Convenience Stores available in those areas using Simple Linear Regression
linear-regression machine-learning numpy simple-linear-regression sklearn
Last synced: 01 Mar 2025
https://github.com/ayaanjawaid/vizualite
Vizualite allows you to upload dataset and clearly view the attributes and allows you to create vizualizations, you can also download dataset.
matplotlib numpy pandas python3 streamlit
Last synced: 07 Jul 2025
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/drewstone/katz-centrality
Katz centrality of a wheelgraph
centrality graphs networks numpy
Last synced: 06 Mar 2025
https://github.com/udityamerit/curafind-powered-by-ai
CuraFind AI is a web-based application leveraging Natural Language Processing (NLP) to intelligently recommend medicines. Users can search using symptoms, medicine names, or free-text descriptions, and receive suggestions along with brand substitutes for drugs
ai machine-learning nlp numpy pandas scikit-learn
Last synced: 18 Sep 2025
https://github.com/localhostpib/pythonplayground
Playground of destruction :-D
bootstrap designpatterns docker flask html jupyter-notebook matplotlib numpy office365 pandas plone5 plotly pygal python rest-api schedule seaborn sharepoint tal totp
Last synced: 01 Mar 2025
https://github.com/lasithaamarasinghe/face-recognition
This project demonstrates a basic face recognition system using Python, OpenCV, and the face_recognition library.
cmake computer-vision dlib face-recognition numpy opencv python visualstudiocode
Last synced: 27 Feb 2025
https://github.com/rickydoan/machine-learning-risk-model-prediction-classification
This project leverages machine learning to provide insights into loan and credit risk. By analyzing user-provided financial data, it predicts the likelihood of loan default, generates a credit score, and assigns a risk rating. Designed to assist financial institutions and individuals in making informed decisions
classification joblib machine-learning numpy pandas python sklearn-library streamlit
Last synced: 05 May 2025
https://github.com/shivendrra/Seeker
This project will help to write new scripts for YouTube videos from scratch using fine-tuned Llama-7B
ai artificial-intelligence finetuning google-custom-search-api google-custom-search-engine llama2 llm numpy pandas python pytorch react-native reactjs transformers youtube-api
Last synced: 30 Dec 2025
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: 09 Apr 2025
https://github.com/chr5tphr/funcache
Minimally cache python function outputs on disk!
cache disk functions hash memoization metrohash numpy python pytorch
Last synced: 10 Aug 2025
https://github.com/esvs2202/credit-card-fraud-detection-system
This fraud detection system is powered by a Machine Learning model, which accurately identifies whether an initiated transaction is fraudulent.
azurewebapp flask gunicorn-web-server html-css machine-learning matplotlib-pyplot numpy pandas powerbi python3 randomforestclassifier seaborn
Last synced: 04 Dec 2025
https://github.com/ZauJulio/FeaturesAnalyzer
Python data analyze and machine learning tool
gtk machine-learning numpy pandas python sklearn
Last synced: 10 Aug 2025
https://github.com/da-luce/cornell-autobike
Codebase of the Cornell Autonomous Bicycle Team
autonomous-vehicles cornell docker machine-learning mapping matplotlib numba numpy osmnx pytest python3 qlearning robotics scipy tk
Last synced: 26 Jul 2025
https://github.com/chandadiya2004/mnist-digit-classification
This repository demonstrates MNIST digit classification using deep learning. It includes a neural network model built with frameworks like TensorFlow to classify handwritten digits (0-9) from the MNIST dataset. The project covers data loading, preprocessing, model training, evaluation, and accuracy visualization.
confusion-matrix cv2 google-colab-patches keras matplotlib-pyplot numpy pillow python seaborn tensorflow
Last synced: 29 Aug 2025
https://github.com/codeasarjun/_easy_machine_learning
This repo contains a comprehensive tutorial on machine learning with practical implementations and examples using Python.
artificial-intelligence clustering deep-learning jupyter-notebook machine-learning machine-learning-algorithms modelevaluation neural-network numpy pandas preprocessing python python3 regression scipy supervised-learning supervised-machine-learning unsupervised-learning unsupervised-machine-learning
Last synced: 05 Mar 2025
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/nehalmr/qiksit-fall-fest-hackathon-2024
The Qiskit Hackathon is a unique opportunity for students to dive into the fascinating world of quantum computing. Participants will collaborate in teams to tackle a series of challenging problems that test their creativity, problem-solving skills, and understanding of quantum algorithms. This hackathon aims to inspire innovation in QC.
cpython hackathon ibm ibm-qiskit ibm-quantum-challenge matplotlib numpy python python3 qbits qiskit qiskit-tutorial quantum-algorithms quantum-computing quantumcircuits quantumregister
Last synced: 20 Jun 2025
https://github.com/amirdh17/reading-device-for-visually-impaired
This device looks like reading stand which can take photo of the book and read out for visually impaired person. Raspberry Pi 4 is used as controller. Major Python modules used are Pytesseract, OpenCV and Pytts.
autocorrect image-processing nlp numpy opencv-python pillow portable pytesseract-ocr python3 pyttsx3 raspberry-pi-3 skimage thonny
Last synced: 06 Sep 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: 31 Dec 2025
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: 06 Dec 2025