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/hariprasath-v/av_job-a-thon-august-2022
Build a Machine Learning model to predict the CTR(click through rate) of an email campaign based on the email campaigning information.
exploratory-data-analysis klib machine-learning matplotlib numpy pandas pycaret-library regression seaborn sklearn
Last synced: 12 Apr 2026
https://github.com/ieCecchetti/Python_ML_DL_examples
A variety of Machine Learning and Deep Learning scripts in Python. Included some theorical info about that in the Readme
bayes-classifier bayesian-statistics deep-learning kernel machine-learning matplotlib neural-network numpy pandas pca pca-analysis python scikitlearn-machine-learning scipy shi
Last synced: 10 Mar 2025
https://github.com/yousefalaaali/video-game-sales
Data Analysis Project - Video Game Sales
k-means-clustering matplotlib numpy pandas principal-component-analysis python scikit-learn seaborn
Last synced: 12 Apr 2026
https://github.com/mat-kubiak/manual-ml
DIY ML framework (using only NumPy!) + various demos
artificial-intelligence examples machine-learning ml ml-framework neural-networks numpy
Last synced: 06 May 2026
https://github.com/fimbres/emotion-recognition
This is an AI project developed in Python to recognize emotions in people.
ai kaggle-dataset keras numpy opencv python tensorflow
Last synced: 12 Apr 2026
https://github.com/khushi130404/echobot
EchoBot is a chatbot built using TensorFlow to classify user inputs into predefined intents and respond accordingly. It uses a neural network trained with the data in intents.json.
keras nlp nltk numpy pickle tensorflow
Last synced: 12 Apr 2026
https://github.com/shahsuvarli/election-voters-data-analysis-pandas
Educational project analyzing Azerbaijan voter demographics with pandas, focusing on data cleaning, grouping, and visualization.
cleaning data grouping matplotlib numpy pandas python visualization
Last synced: 12 Apr 2026
https://github.com/jsnevt/knn_neighborhood
ML - classificaรงรฃo por vizinhanรงa
kneighborsclassifier matplotlib numpy pandas seaborn
Last synced: 13 May 2026
https://github.com/konynour/facedectection
This project demonstrates real-time face detection using OpenCV and a pre-trained SSD (Single Shot MultiBox Detector) model. The system captures video from a camera, processes the frames, detects faces, and displays the results with bounding boxes and confidence scores. This application showcases the use of deep learning models for object detection
cv2 jupyter-notebook lambda-functions matplotlib numpy opencv python3
Last synced: 12 Apr 2026
https://github.com/aqueeqazam/numpy-for-mathematical-computing
You're at the perfect spot if you're interested in developing your career in data science or machine learning, or if you just enjoy having fun with mathematical operations.
mathematics numpy numpy-arrays
Last synced: 19 Apr 2026
https://github.com/supriya811106/whatsapp-chat-analyzer-app
Analyze WhatsApp chats with Python, Streamlit, and data visualization. Explore messaging patterns, content trends, and emoji usage to uncover insights from your conversations.
analyzer-web-app chat-analytics chat-analyzer data-preprocessing data-visualization emojis machine-learning matplotlib natural-language-processing nltk numpy pandas plotly python3 seaborn sentiment-analysis streamlit-webapp text-analysis user-engagement
Last synced: 30 Dec 2025
https://github.com/tebogoyungmercykay/mathematical_modelling_in_python
Python is an interpreted, object-oriented, high-level programming language with dynamic semantics. Its high-level built in data structures, combined with dynamic typing and dynamic binding, make it very attractive for Rapid Application Development, as well as for use as a scripting or glue language to connect existing components together. Python's simple, easy to learn syntax emphasizes readability and therefore reduces the cost of program maintenance. Python supports modules and packages, which encourages program modularity and code reuse. The Python interpreter and the extensive standard library are available in source or binary form without charge for all major platforms, and can be freely distributed.
clock counter differential-equations equations-and-plotting growth-factor is-sorted lamda-expressions linearization logistic-difference-equations mathplotlib numpy pell-recursive polyfit python recursion rieman-sums sympy
Last synced: 14 Mar 2025
https://github.com/AsuquoAA/CDC_2017_Immunization_Data_Analysis
This project analyzes data from the CDC's 2017 National Immunization Survey Public Use File (NISPUF17) to answer research questions about immunization, child health, and vaccine-related behaviors.
Last synced: 21 Jul 2025
https://github.com/rubada/machine-learning-with-ruba-dabbas
Advance your skills and start your career here, by taking the online courses on Intuidemy.
course learning machine machine-learning matplotlib matplotlib-pyplot models numpy pandas python scikit-learn
Last synced: 12 Apr 2026
https://github.com/shreyazh/respire
To deal with Respiratory Challenges
machine-learning matplotlib numpy pandas pillow python scikit-learn seaborn
Last synced: 12 Apr 2026
https://github.com/sudarshanc00/mnist-digit-classification
This project uses a machine learning model to classify handwritten digits (0-9) from the MNIST dataset, a popular collection of grayscale images for image classification benchmarking. It includes a Jupyter Notebook to train a neural network, enabling accurate recognition and classification of digits.
jupyter-notebook matplotlib numpy python tensorflow
Last synced: 12 Apr 2026
https://github.com/trissim/polystore
Framework-agnostic multi-backend storage abstraction for ML and scientific computing
backend data io jax ml multi-framework numpy pytorch scientific-computing storage tensorflow zarr
Last synced: 12 Apr 2026
https://github.com/adarshpheonix2810/fake-job-post-detection
This project focuses on detecting fake job posts using machine learning. Fake job advertisements are often created to scam individuals by stealing personal information or money.
data-analysis deep-learning joblib machine-learning nlp-machine-learning numpy pandas python scikit-learn tkinter
Last synced: 12 Apr 2026
https://github.com/id-andyyy/alfahack
๐๐ฐ Investment propensity prediction model
catboost hackathon-project jupyter lightgbm numpy optuna pandas python scikit-learn
Last synced: 12 Apr 2026
https://github.com/riya2624/heart-disease-diagnostic-analysis
Analyzed heart disease diagnostic data through an ETL process, ensuring data accuracy and readiness for analysis using Python (Pandas, NumPy, Matplotlib, Seaborn). Conducted comprehensive exploratory data analysis (EDA) to uncover trends related to heart disease rates by gender and age. Developed interactive dashboards with Power BI and Tableau
dashboard dax-query eda machine-learning matplotlib numpy pandas python seaborn
Last synced: 12 Apr 2026
https://github.com/liviuxyz-ctrl/financialportofoliosimulator
FinancialPortfolio is your financial planning ally, helping you manage portfolios, calculate future values, and visualize performance, all with user-friendly ease๐
matplotlib numpy python simulation
Last synced: 12 Apr 2026
https://github.com/fatimaafzaal/car_price_prediction
Trains Random Forest and Gradient Boosting models to predict car prices based on user inputs for various car attributes, evaluating models and making predictions using the best-performing model.
car-price-prediction ensemble-learning gradient-boosting matplotlib numpy pandas random-forest regression regression-models scikit-learn seaborn
Last synced: 09 Apr 2026
https://github.com/5hraddha/optimize-oil-well-locations
In the quest for harnessing valuable energy resources, the OilyGiant mining company wants to expand its operations by discovering new oil well locations. To achieve this, a data-driven approach is adopted, leveraging geological exploration data from three distinct regions and employing techniques in data analysis and modeling.
linear-regression numpy pandas scikit-learn supervised-learning
Last synced: 06 May 2026
https://github.com/kaladabrio2020/algebra-linear-computacional
algebra cpp matplotlib numpy python
Last synced: 12 Apr 2026
https://github.com/anupreet02/deep-learning-challenge
The objective of this analysis is to develop a deep learning model capable of predicting whether a charity funded by Alphabet Soup is likely to be successful. The model is built using the charity dataset, which contains various features related to each charity, and is used to classify charities as successful or not based on these features.
numpy pandas sckit-learn tensorflow
Last synced: 12 Apr 2026
https://github.com/gurpreet0022/unveiling-pcos
Data Driven approach to get insights about PCOS
analysis eda insights matplotlib numpy pandas python3 scipy-stats seaborn visualisation
Last synced: 12 Apr 2026
https://github.com/webintellectual/coloured-image-to-b-w-converter-web-app
A Streamlit web application to convert a coloured image to black and white image.
numpy opencv pil pillow python3 streamlit streamlit-webapp
Last synced: 12 Apr 2026
https://github.com/frolov-andrey2405/prime-numbers-and-polar-coordinate-system
Prime numbers and polar coordinate system
Last synced: 01 May 2026
https://github.com/jpcadena/ventas-facturas
Ventas con facturas
data data-analysis data-exploration data-extraction data-science excel feature-engineering matplotlib microsoft numpy pandas powerbi product-sales pylint python receipts sales
Last synced: 12 Apr 2026
https://github.com/francislauriano/chatsoftex
Plataforma desenvolvida em Python que visa automatizar e agilizar o processo de avaliaรงรฃo de projetos de inovaรงรฃo tecnolรณgica, utilizando inteligรชncia artificial e critรฉrios padronizados com base na Lei do Bem.
cryptography fernet firebase flask flask-jwt-extended hugging-face-transformers numpy openai pdfplumber postgresql pyjwt pymupdf-fitz pypdf2 python pytorch scikit-learn scipy spacy sqlalchemy tensorflow
Last synced: 03 Apr 2026
https://github.com/chopikus/raytracing-bench
Benchmarking ray tracers in Python, Java, Numpy, Cupy, Pypy
cupy java numpy pypy python raytracing
Last synced: 06 May 2026
https://github.com/bhiogade/hpi-analysis
House price index (HPI) Analysis
data-analysis data-cleaning data-visualization gathering-data numpy pandas-python
Last synced: 30 Apr 2026
https://github.com/elifftosunn/data-labeling
Bu araรง veri kazฤฑma aลamasฤฑndan sonra verilerin istenilen kategoriye gรถre etiketlenmesi ve kullanฤฑlmayacak olan verilerin database'ten silinmesi ile makine รถฤrenmesi modellerini kullanmak iรงin etiketleme adฤฑmฤฑnฤฑnฤฑ otomatikleลtirmek amaรงlฤฑ yapฤฑlmฤฑลtฤฑr.
base64 kaleido numpy os pandas plotly postgresql psycopg2 psycopg2-binary time
Last synced: 12 Apr 2026
https://github.com/chandkund/iris-classification
Iris Classification project using machine learning to classify iris flowers into Setosa, Versicolour, and Virginica species. Includes data exploration, model training with SVM, Logistic Regression, and Decision Tree, and performance evaluation. Contributions welcome! Python, Pandas, Scikit-learn, Seaborn, Matplotlib.
machine-learning matplotlib-pyplot numpy pandas python sklearn
Last synced: 21 Jan 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/djdhairya/electronic-search-engine
bytesio countervector nltk numpy pandas pickel pillow sklearn streamlit
Last synced: 13 Apr 2026
https://github.com/daksh777/expressando
Expressando is a rock, paper, scissors game made using Python (TensorFlow, Keras and OpenCV)
keras keras-tensorflow machine-learning numpy opencv opencv-python tensorflow
Last synced: 13 Apr 2026
https://github.com/gustavo-venceslau/housing-price
A Machine Learning project to create a model to predict housing prices. The project is based on the example in chapter 2 of the book Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow by Aurรฉlion Gรฉron
conda machine-learning matplotlib numpy pandas python sklearn
Last synced: 13 Apr 2026
https://github.com/dineshdhamodharan24/industrial-copper-modeling
It seems like you have a project that involves modeling industrial copper data using Python and several libraries such as pandas, numpy, and scikit-learn. This is a common and practical approach, as these libraries are widely used for data manipulation, analysis, and machine learning tasks.
bussiness-solution numpy pandas pickle pickle-file seaborn sklearn-library streamlit
Last synced: 13 Apr 2026
https://github.com/sopheakchan/dull-razor-algorithm
DullRazor hair removal for dermoscopic skin images.
Last synced: 06 May 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/preethiphilip/prosper-loan-data-analysis
This project explores the Prosper loan dataset to uncover trends, borrower behaviors, and factors influencing loan performance. Using Python and data visualization techniques, the analysis examines key variables such as credit scores, loan status, income ranges, and debt-to-income ratios to gain insights into credit risk and lending patterns.
jupyter-notebook matplotlib numpy pandas python3 seaborn
Last synced: 13 Apr 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/alinenog/desenvolve_gb_2022
Formaรงรฃo Desenvolve 2022 do Grupo Boticรกrio na รกrea de dados
data-analysis data-science googlesheet machine-learning numpy pandas python
Last synced: 13 Apr 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/lorenzorottigni/ml-ecommerce
Machine Learning python bootcamp: linear regression on ecommerce dataset
ipynb linear-regression machine-learning numpy pandas python scikit-learn seaborn
Last synced: 07 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/mike014/soundbot
This Repository will contain the prototype of a ChatBot created for the playback of audio, or everything related to audio in the world of video games and not.
chatbot dsp nlp nlp-library nlp-machine-learning numpy python scipy sound-processing
Last synced: 13 Apr 2026
https://github.com/tralahm/datascience
Getting started with Data science Numerical Analysis and Scientific Computing
hmmlearn ipynb jupyterlab keras numpy pandas python3 scipy tensorflow
Last synced: 10 Apr 2026
https://github.com/eesunmoon/applied_machine_learning
[Fall 2024] Applied Machine Learning
applied-machine-learning clustering cnn data-preprocessing eda linear-regression machine-learning matplotlib neural-networks nltk-python numpy pandas pca python scikit-learn seaborn tensorflow text-classification
Last synced: 13 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/athul64/tmdb-dataset-analysis
This data set contains information about 10,000 movies extracted from TMDB. The dataset contains movies from 1960 to 2015. Including user ratings and revenue. Original data from Kaggle.
data-visualization dataframe eda numpy pandas python
Last synced: 14 Apr 2026
https://github.com/murugavl/customer_churn_prediction
Customer churn prediction is a crucial task in business analytics, helping companies identify customers who are likely to leave and take preventive actions. This project utilizes Machine Learning (ML) techniques to analyze customer behavior and predict churn.
jupyter-notebook machine-learning matplotlib numpy pandas pickle python scikit-learn streamlit
Last synced: 13 Apr 2026
https://github.com/elmezianech/classifyreviews_nlp
Revolutionize customer feedback analysis with our NLP Insights Analyzer. Utilize cutting-edge text preprocessing to transform raw reviews into a machine-friendly format. Explore sentiment models, such as Logistic Regression and Naive Bayes, employing cross-validation for model robustness.
accuracy-score ai countvectorizer cross-validation joblib logistic-regression machine-learning ml multinomialnb naive-bayes-classifier nltk-library numpy pandas randomforestclassifier svc
Last synced: 06 May 2026
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/privatepeople/dataanalysis
๋ฐ์ดํฐ ๋ถ์ ๊ณต๋ถ๋ฅผ ์ํ ์ ์ฅ์
data-analysis data-science data-visualization matplotlib numpy pandas python scikit-learn scipy
Last synced: 26 Jan 2026
https://github.com/eigenein/coursera
My Coursera assignments
course course-work coursera coursera-assignment coursera-course coursera-data-science coursera-machine-learning coursera-specialization courses jupyter-notebook kotlin machine-learning numpy pandas python scipy sklearn
Last synced: 13 Apr 2026
https://github.com/christiansassi/signal-image-and-video-project
Project developed by Pietro Bologna (@bolognapietro) and Christian Sassi for the Signal, Image and Video course.
image-processing mri-segmentation numpy opencv python
Last synced: 06 May 2026
https://github.com/the-developer-306/neural-style-transfer
Neural Style Transfer project leveraging TensorFlow and VGG19 to blend artistic styles with content images. Features include style and content initialization, multi-layer feature extraction, total variation loss, and post-processing enhancements like sharpening, upscaling, and brightening.
deep-learning image-processing neural-style-transfer numpy opencv-python post-processing tensorflow transfer-learning vgg19
Last synced: 01 May 2026
https://github.com/debjyotisaha/deep-learning-projects-phase-1
Deep Learning Projects which demonstrate the use of Python and its complex ML algorithms
deep-learning machine-learning neural-network numpy opencv pandas python seaborn streamlit
Last synced: 13 Apr 2026
https://github.com/anarya22/accenture-north-america-data-analytics-and-visualization-job-simulation-on-forage
Completed a simulation focused on advising a hypothetical social media client as a Data Analyst at Accenture. Cleaned, modelled and analyzed 7 datasets to uncover insights into content trends to inform strategic decisions. Prepared a PowerPoint deck and video presentation to communicate key insights for the client and internal stakeholders.
analyzing-visualization data-cleaning data-visualization numpy pandas powerbi powerpoint-presentations
Last synced: 09 May 2026
https://github.com/pratyush905/farecast-nyc-taxifare-predictor
Machine learning models to predict nyc taxi fare based on given dataset
jupiter-notebook kaggle machine-learning matplotlib numpy python regression-models scikit-learn
Last synced: 13 Apr 2026
https://github.com/sanjaiveeran44/shopping-intent-analasys
This project predicts whether a visitor to an e-commerce website will make a purchase based on their browsing behavior. It includes data analysis, preprocessing, and machine learning modeling to understand online shopping patterns.
matplotlib matplotlib-pyplot numpy pandas python3 sklearn tensorflow
Last synced: 13 Apr 2026
https://github.com/dmarks84/coursework_project_text-mining-topic-modeling
Project for University of Michigan Applied Data Science Specialization -- Developed functions to score similarity between text passages.
data-modeling data-reporting data-visualization databases eda nlp numpy pandas python statistics text-mining
Last synced: 12 Apr 2026
https://github.com/prab9166/-web-content-extraction-and-sentiment-analysis-
web content extraction and sentiment analysis on URLs provided in an Excel file. Its divided into classes to manage different stages such as data loading, web scraping, text processing, sentiment scoring, and output generation
beautifulsoup lxml nltk-python numpy pandas python re requests xlsxwriter
Last synced: 06 May 2026
https://github.com/joiceo/python
Projetos e exercรญcios em Python
eda machine-learning numpy pandas python seaborn sklearn
Last synced: 13 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/sahilmate/gesturepainter
Virtual Painting Application
gesturepainter mediapi numpy opencv virtualpaint
Last synced: 06 May 2026
https://github.com/hafaio/hilbert-bytes
A python library for converting between d-dimensional points and indices on a hilbert curve
hilbert-curve numba numpy python
Last synced: 12 Feb 2026
https://github.com/archishmansengupta/dnn
Digit Neural Network is a digit recognition network based on MNIST data set using numpy, pandas and matplotlib
matplotlib mnist neural-network numpy pandas python
Last synced: 13 Apr 2026
https://github.com/harmanveer-2546/world-best-cities
Ranking of cities on social, environmental and economic factors.
best-cities-to-live-in cities continent data-loading exploratory-data-analysis geopandas hovering india matplotlib numpy os pandas plotly pre-processing seaborn visualization world world-map
Last synced: 08 May 2026
https://github.com/harmanveer-2546/prediction-of-ticket-cancellation
The objective is to develop a model that accurately predicts whether users will cancel their tickets. Each cancellation incurs a fine for the ticket registration site from the passenger company.
datetime evaluation gridsearchcv labelencoder numpy pandas standardscaler stratified-k-fold train-test-split xgboost-model
Last synced: 04 May 2026
https://github.com/bearddan2000/python-web-3d-matplotlib-vertical-bar-graph
A demo of creating a 3d vertical bar graph.
3d bar graph matplotlib numpy pandas python vertical web
Last synced: 03 May 2026
https://github.com/csengupta1101/rock-paper-scissor-game
Rock Paper Scissor game built with Python 3. Jupyter notebook used as IDE. Code File , Read Me attached herewith.
game if-else-statements numpy python python3 random
Last synced: 11 May 2026
https://github.com/benjifinance/benjimlmodel
This is the ML model of the Benji Application
ai ai-prediction analyzing-data forcasting matchine-learning ml numpy pandas python3 random-forest
Last synced: 11 Apr 2026
https://github.com/charanpool/image-patch-mapping
A Python toolkit for image processing โ edge detection, template matching, and patch detection using OpenCV
canny-edge-detector computer-vision edge-detection image-processing numpy opencv python sobel-filter template-matching
Last synced: 18 Jan 2026
https://github.com/raffaeleterribile/bike-sharing
jupyter-notebook machine-learning numpy pandas pytorch udacity-nanodegree
Last synced: 29 Apr 2026
https://github.com/prowilliam/maze_generator
A maze generator is created where you can modify its dimensions and shows a red route where it describes the solution of the maze, and it is exported in png format
Last synced: 28 Apr 2026
https://github.com/akansharajput280799/covid19-impact-analysis-usa
Data Analysis and Predictive Modeling to study COVID-19 impact across age groups, regions, and seasons in the USA.
classification-algorithm clustering-algorithm data-preprocessing data-visualization descriptive-statistics exploratory-data-analysis matplotlib numpy pandas seaborn
Last synced: 13 Apr 2026
https://github.com/zvdy/movie_recommendation
Movie Recommendation Search Engine using Jupyter Notebooks, Pandas, Nnmpy, SciKit Learn, IPyWidgets
data-science jupyter-notebook machine-learning numpy pandas python scikit-learn
Last synced: 13 Apr 2026
https://github.com/suresh-28/weather-forecasting-using-machine-learning
Weather Forecasting using machine Learning in python
csv-files jupyter-notebook machine-learning ml numpy pandas-dataframe prediction python
Last synced: 13 Apr 2026
https://github.com/vishal-verma-96/Honey_Production_Analysis_using_Python
In this project, I analyzed U.S. honey production from 1998 to 2021 across different U.S. cities, explored yields, and examined production values using Matplotlib and Seaborn visualizations.
matplotlib numpy pandas python-3 python-visualization seaborn
Last synced: 19 Apr 2025
https://github.com/saifalibaig/covid-19-infection-rate-analysis-using-python
Analysis of Covid-19 Infection rate and the world happiness report to identify if there is any relationship between infection rate and happiness
data-analysis data-visualization jupyter-notebook numpy pandas python3 sns
Last synced: 18 Apr 2026
https://github.com/dhruwsunita/iphones-eda-analysis
EDA analysis on apple products.
data-analysis data-visualization eda matplotlib numpy pandas plotly python seaborn
Last synced: 06 May 2026
https://github.com/a-parida12/numericalmethods
Teaching Material for Workshop for Engineering Students
Last synced: 13 Apr 2026
https://github.com/fearless-spider/ai_with_python
AI with Python playground
artificial-intelligence numpy python3 vagrant
Last synced: 08 May 2026
https://github.com/isabelacaldeira/projetnumerique
Let's talk physics through code!
jupyter-notebook matplotlib numpy physics python python3 university-project
Last synced: 13 Apr 2026
https://github.com/dmarks84/coursework_project_ml-classification
Project for IBM Data Science course on Machine Learning -- Trained ML models for classification, evaluating based on a variety of metrics
classification communication data-modeling dataframes numpy pandas python scikit-learn supervised-ml
Last synced: 11 Apr 2026
https://github.com/yipjunkai/pyvolr
Modern Black-Scholes-Merton pricing, Greeks, and implied volatility for Python. Rust core. Drop-in replacement for the abandoned py_vollib.
black-scholes black-scholes-merton greeks implied-volatility maturin numpy options options-pricing py-vollib pyo3 python quant quantitative-finance rust
Last synced: 30 May 2026
https://github.com/shibbir24/a-data-driven-approach-to-food-security-and-supermarket-accessibility
A Data-Driven Approach to Food Security and Supermarket Accessibility
data-analysis matplotlib numpy pandas python3 seaborn
Last synced: 13 Apr 2026
https://github.com/sulaimanniazi/image-histogram-generator
Python based image histogram generator and plotter
cv2 cv2-library histogram image image-processing numpy os pylab python python-script python3 random skimage
Last synced: 28 Apr 2026
https://github.com/ivangael/image-toolbox-backend
api-rest flask numpy opencv python tensorflow
Last synced: 28 Apr 2025
https://github.com/hanzdr/2d-3d-object-transformation
For my Linear Algebra Project Defense
matplotlib-python matrix numpy
Last synced: 19 Apr 2026