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-24 00:18:03 UTC
- JSON Representation
https://github.com/thearnavrustagi/cepstral_analysis
audio feature extraction
cepstral-analysis feature-extraction numpy python3 scipy
Last synced: 07 May 2026
https://github.com/jonad/titanic_survival
Basic decision tree model for Titanic dataset. Predict who will survive.
jupyter-notebook matplotlib numpy pandas python3 titanic-survival-prediction
Last synced: 07 May 2026
https://github.com/suhas-005/jovian-data-analysis-course-assignment
These are my assignments for Data Analysis : Zero to Pandas course by Jovian.ai
data-analysis data-analytics numpy pandas python
Last synced: 07 May 2026
https://github.com/ashwani-199/web-scraping2023
Python Web-Scraping 2023
beautifulsoup4 django-framework numpy pandas python rest-api
Last synced: 07 May 2026
https://github.com/amruta33/bike_sharing
Building ML model for Bike sharing
linear-regression matplotlib numpy pandas python3 seaborn
Last synced: 07 May 2026
https://github.com/theamnabb/my-ai-brain
A complete, structured AI learning journey from scratch to advanced. Includes daily logs, mini projects, roadmaps, and useful resources for Artificial Intelligence, Machine Learning, Deep Learning, and Generative AI.
matplotlib numpy pandas pyhton3
Last synced: 07 May 2026
https://github.com/ai-ahmed/bda-and-ds
Dual Course: EMC2 Data Scientist & Big Data Analytics & IBM Professional Data Science Course
analytics big-data data-science jupyter-notebook jupyterlab linear-algebra mathematics matplotlib ml numpy pandas probability seaborn sklearn statistics
Last synced: 07 May 2026
https://github.com/jonad/chicago_crime_analysis
Exploratory data analysis on Chicago Crime dataset.
jupyter-notebook matplotlib numpy pandas python3
Last synced: 07 May 2026
https://github.com/shantanudhanawade/mini-projects
Price prediction with linear regression
matplotlib-python numpy pandas scikit-learn-python
Last synced: 07 May 2026
https://github.com/s-hirata0831/graphicsprocessing
Pythonによる画像処理基礎実験(with OpenCV)
Last synced: 07 May 2026
https://github.com/helosantosdesousa/analise-dados-titanic
Análise de dados com o dataset 'Titanic - Machine Learning from disaster'
analise-de-dados analise-exploratoria bootcamp bootcamp-project data-analysis data-girls data-science matplotlib numpy pandas python
Last synced: 07 May 2026
https://github.com/pointer2alvee/machine-learning-algorithms-scratch
Core Machine Learning concepts , algorithms & maths implemented completely from scratch using Python & numpy only.
machine-learning-algorithms numpy pandas probabilistic-machine-learning python statistical-models
Last synced: 07 May 2026
https://github.com/mgitrov/kulo-chatbot
A retrieval based chatbot aiming to simulate human-like conversation with the user via text messages on chat.
artificial-neural-networks bag-of-words deep-learning json keras lemmatization natural-language-processing nltk numpy tkinter tokenization
Last synced: 07 May 2026
https://github.com/krishbharadwaj5678/gestureninja
Play Fruit Ninja using just your index finger with real time gesture tracking. No mouse, no keyboard — just your webcam and smooth slicing.
automation computer-vision cvzone finger-tracking fruit-ninja game-development gamedev gesture-recognition hand-tracking mediapipe mouse mouse-control numpy opencv pyautogui python realtime virtualmouse webcam
Last synced: 07 May 2026
https://github.com/abideen-olawuwo/vg_sales
Predicting Games Sales
machine-learning matplotlib numpy pandas seaborn sklearn
Last synced: 07 May 2026
https://github.com/alekiie/streamlit-dashboard
A dashboard that utilizes the power of streamlit charts to create intuitive and easy to understand charts for data visualization.
data-visualization matplotlib numpy pandas python3 streamlit
Last synced: 07 May 2026
https://github.com/ayushpatel2026/stock_predictor
Neural Networks to Predict Stock Prices
data-science flask-api machine-learning neural-network numpy python pytorch
Last synced: 07 May 2026
https://github.com/mnitin-reddy/coffee-shop-sales-analytics
This project analyzes coffee shop sales data to uncover key insights, focusing on customer behavior, product performance, and sales trends. Using Pandas, Matplotlib, and Seaborn, the analysis identifies peak sales hours, popular product categories, and opportunities for upselling or bundling.
datasceince datavisualization exploratory-data-analysis matplotlib numpy pandas python seaborn
Last synced: 07 May 2026
https://github.com/ebadshabbir/bluff-detection-model-polynomial_regression-
This project predicts employee salaries based on position levels using Linear and Polynomial Regression models. It trains models with degrees 2, 3, and 4 on a dataset of job titles, position levels, and salaries, and predicts the salary for a position level of 6.5. The results are visualized to compare model performance.
jupyter-notebook linear-regression machine-learning matplotlib-pyplot multiple-linear-regression numpy polynomial-regression python
Last synced: 07 May 2026
https://github.com/imskully/python-cv-fault-detection
Fault detection algorithm that determines whether or not a fault exists within a ring using raw computer vision.
ccl computer-vision matplotlib morphology numpy opencv python
Last synced: 07 May 2026
https://github.com/hackintoshrao/first-neural-network
Simple Neural Network with a hidden layer written from scratch using Numpy for prediction the bike sharing sales
deep-learning neural-networks numpy python
Last synced: 07 May 2026
https://github.com/ifimust/room_generator
Room generator service for 2D game levels
flask google-app-engine microservice numpy procedural-generation python
Last synced: 07 May 2026
https://github.com/leftcoastnerdgirl/extract_transform_load
This mini project introduces data cleaning through ETL
data-cleaning etl extract-transform-load json merge-sort numpy pandas-dataframe pandas-python
Last synced: 07 May 2026
https://github.com/pereira-elizabeth/aah-2d-hermitian
Minimal 2D AAH model: build, diagonalize, and plot spectrum (NumPy/Matplotlib)
condensed-matter numpy physics scipy tight-binding
Last synced: 07 May 2026
https://github.com/kavayk29/audio-classification-using-python-library
This is a audio classification Project using python Libraries such as librosa to make the visual representation of the audio files, and using numpy to make array of data for manipulation and then extraction the features for classification to train and test of CNN model.
librosa matplotlib-pyplot mfcc-features numpy pandas sklearn-library
Last synced: 07 May 2026
https://github.com/jimmymugendi/bulding-a-decision-tree-to-predict-customer-churn
This repo desribes bulding a decision tree to predict customer churn in a given organisation
accuracy-score decision-tree-classifier matplotlib-pyplot numpy pandas-dataframe scikit-learn
Last synced: 07 May 2026
https://github.com/christabelsakyi/sentiment_analysis
This project involves analyzing customer reviews to classify them as positive or negative using Logistic Regression. The workflow includes text preprocessing, feature extraction, training a model, making predictions, and evaluating its performance. Dataset
imblearn machine-learning nltk numpy python sklearn
Last synced: 07 May 2026
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: 07 May 2026
https://github.com/arnie1x/massive-dataset-lab
This project involves basic data manipulation with JSON files, focusing on tasks related to data processing of the MASSive dataset and file management.
data-science numpy pandas pandas-dataframe python3
Last synced: 07 May 2026
https://github.com/aimin-nur/dataanalyst-cohortanalysis
Sebuah project Data Analayst untuk mengetahui bagaimana pola pembelian pelanggan dalam periode waktu tertentu (Cohort Analysis)..
cohort-analysis numpy pandas pytz
Last synced: 07 May 2026
https://github.com/bettenoch/yolo_real_time_object_detector
The YOLO Real-Time Object Detector leverages the ultralytics package to provide robust object detection capabilities. This project is designed to identify and classify objects in images, video streams, and live webcam feeds with high accuracy and efficiency.
numpy object-detection object-tracking pandas python3 real-time-processing ultralytics yolov8
Last synced: 07 May 2026
https://github.com/prajakta1321/exoplanet-atmospheric-characterization-1
A machine learning project to classify exoplanets using light curve image data. Developed as part of the ML4SCI GSoC 2025 Test Task. Includes data processing, CNN-based model, and full report.
classification colab-notebook dbscan gsoc-2025 machine-learning-algorithms matplotlib-python ml numpy open-source pca-analysis python3 seaborn
Last synced: 07 May 2026
https://github.com/isabelacaldeira/plongee
Here is a program that we made using Python and Jupyter Notebook used to solve a physic problem about diving
jupyter-notebook matplotlib numpy physics python university university-project
Last synced: 08 May 2026
https://github.com/ragnarok540/sympy-tutorial
matplotlib numba numpy scipy simpy
Last synced: 07 May 2026
https://github.com/louisblankemeier/numpytex
Latex script generator that generates an aesthetically appealing table using a numpy array.
latex numpy script-generator table
Last synced: 07 May 2026
https://github.com/r-mahesh45/reccomendation-system
This project involves building a recommender system using cosine similarity to measure the similarity between items or users. It leverages numerical data to provide personalized recommendations. The model focuses on extracting meaningful insights and improving decision-making processes.
numpy pandas-dataframe python3 scikitlearn-machine-learning
Last synced: 07 May 2026
https://github.com/navid-kalaei/numpy-neural-network
Neural network implemented in Numpy to predict bike sharing on real data
deep-learning neural-network numpy python
Last synced: 07 May 2026
https://github.com/manishkr1754/loan_eligibility_prediction_python
Predict Loan Eligibility for a Finance company
bivariate-analysis data-visualization decision-trees evaluation-metrics exploratory-data-analysis feature-engineering hypothesis-generation logistic-regression matplotlib model-building numpy pandas random-forest seaborn sklearn univariate-analysis xgboost
Last synced: 08 May 2026
https://github.com/kostadinlambov/the-galois-field-in-cryptography
This project is about Galois fields, what properties they have and how they can be used in cryptography.
aes-encryption asymmetric-cryptography encryption-decryption extension-fields finite-fields galois-fields numpy prime-fields python symmetric-cryptography
Last synced: 08 May 2026
https://github.com/djdurga/predictive_analysis_in_diabetes
This project applies Logistic Regression to predict diabetes in patients using the Pima Indians Diabetes Dataset. It covers the full data science lifecycle — from data imputation and exploration to model training, evaluation, and insights.
Last synced: 08 May 2026
https://github.com/tinaland101/carcinoma-regression-project
The goal of this project is to analyze and visualize the results of a clinical study involving the treatment of squamous cell carcinoma (SCC) in mice. As a senior data analyst, you are tasked with preparing a technical report for Pymaceuticals, Inc.
linear-regression mathplotlib numpy pandas pyhton
Last synced: 08 May 2026
https://github.com/khushi130404/k_means
This repository showcases 2D, 3D, and custom K-Means clustering models with visualizations. It includes both Jupyter notebooks and Python scripts for ease of reproducibility.
clustering-algorithm k-means-clustering numpy plotly sklearn
Last synced: 08 May 2026
https://github.com/haimgoldfisher/data_visualization_final_project
Final project of the Data Visualization course, Ariel university.
adaboost bayesian-learning catboost ensemble-learning gradient-boosting gridsearchcv matplotlib numpy pandas plotly seaborn semi-supervised-learning voting-classifier
Last synced: 08 May 2026
https://github.com/rsc-88/titanic
Data Science
jupyter-notebook numpy pandas python
Last synced: 08 May 2026
https://github.com/gama1903/digital_image_processing
Implementation of Basic Algorithms of Digital Image Processing mainly through Numpy.
digital-image-processing numpy opencv python
Last synced: 08 May 2026
https://github.com/chdl17/imdb-assignment
This GitHub repository contains a project that performs an analysis of the IMDb movie rating dataset. The data is used to explore the relationships between various features and the movie rating. Visualizations are used to illustrate the results of the analysis. The code is organized into a Jupyter Notebook file and data files.
Last synced: 08 May 2026
https://github.com/dhruvil-26/python-projects
This repository contains Python projects showcasing data analysis and visualization. 1. IMDB Movie Analysis: Analyzing movie trends, genres, and ratings. 2. Loan Default Analysis EDA: Exploring factors contributing to loan defaults.
eda imdb-dataset loan-default-analysis matplotlib numpy pandas python seaborn visualization
Last synced: 08 May 2026
https://github.com/prakashjha1/stock-investment-analysis
Stock Investment Analysis Project can help investor to select the better performing stocks.
data-analysis data-science numpy pandas pandas-datareader parallel-programming python
Last synced: 08 May 2026
https://github.com/zuecopio/vco_2425
Computer Vision (VCO) subject practices
cv2 matplotlib numpy opencv pilllow
Last synced: 08 May 2026
https://github.com/octavioduarte/datascience
A repository with study notes on Data Science concepts, NumPy, pandas, and an introduction to statistics.
data-science jupyter-notebook numpy pandas
Last synced: 08 May 2026
https://github.com/amiegirl/ford_gobike-tripdata
This data set includes information about individual rides made in a bike-sharing system covering the greater San Francisco Bay area.
jupyter-notebook matplotlib numpy pandas python seaborn
Last synced: 08 May 2026
https://github.com/niteshchawla/nc-walmart-casestudy
The Management team at Walmart Inc. wants to analyze the customer purchase behavior (specifically, purchase amount) against the customer’s gender and the various other factors to help the business make better decisions. They want to understand if the spending habits differ between male and female customers:.
central-limit-theorem confidence-intervals matplotlib-pyplot numpy pandas python scipy-stats seaborn stats
Last synced: 08 May 2026
https://github.com/harmanveer-2546/sports-bets-winning-algorithm
Sports betting is the activity of predicting sports results and placing a wager on the outcome.
adaboostclassifier ascii betting-models ensemble extratreesclassifier gradientboostingclassifier kneighborsclassifier labelencoder matplotlib mlpclassifier nfl nflstats numpy pandas plotly python seaborn sports-data string winning-algorithm
Last synced: 08 May 2026
https://github.com/rohansoni45/ipl-win-predictor
A machine learning model that predicts the outcome of IPL matches based on historical data and player performance. Built using Python and libraries like Pandas, NumPy, and scikit-learn. This project demonstrates the use of classification algorithms to predict match outcomes.
classification data-science ipl machine-learning model-evaluation numpy pandas python sklearn sports-analytics
Last synced: 08 May 2026
https://github.com/antonio-f/simple-k-nearest-neighbors
Simple K-Nearest Neighbors using partial sort
101 k-nearest-neighbors knn numpy partial-sort python tutorial
Last synced: 08 May 2026
https://github.com/alz-11/ftoc
Fahrenheit to Celsius conversion analysis, comparing accurate and approximate methods with visualizations and error analysis.
approximation celsius conversion data-visualization error-analysis fahrenheit fahrenheit-to-celsius jupyter jupyter-notebook matplotlib numpy python python-3 python3
Last synced: 08 May 2026
https://github.com/diloabininyeri/face-detect
python opencv face detect
artificial-intelligence deep-learning detection face facedetection machine-learning numpy object opencv people pyhton recognition
Last synced: 08 May 2026
https://github.com/moustafamohamed01/data-analysis-ecommerce-purchases
Data Analysis : Analyzing (Ecommerce Purchases) dataset from Kaggle
jupiter-notebook numpy pandas python
Last synced: 08 May 2026
https://github.com/thekartikeyamishra/data-preprocessor
A Google Colab module for interactive data preprocessing. Handles missing values, categorical encoding (One-Hot, Label), and numerical scaling (Standard, MinMax). Outputs a cleaned dataset
ipywidgets numpy pandas python scikit-learn
Last synced: 08 May 2026
https://github.com/deepcloudlabs/dcl702-2020-sep-16
DCL-702: Data Analytics using Python
data-analytics numpy pandas python python-3
Last synced: 08 May 2026
https://github.com/0290192029/apartment-price-predictor
Python-проект по прогнозированию стоимости аренды квартир с помощью линейной регрессии. Практическая работа по теме: "Основы машинного обучения" дисциплины "МДК 13.01: Основы применения методов искусственного интеллекта в программировании".
apartment-price-prediction apartments-for-rent api correios-api data-analysis feature-engineering feature-enginering linear-regression linear-regression-models mlops numpy prediction-model r seaborn
Last synced: 08 May 2026
https://github.com/sahil210695/numpy-basics
A brief overview of NumPy basics
data-science numpy numpy-tutorial python
Last synced: 08 May 2026
https://github.com/sunnyrao07/water-quality-analysis
A machine learning project that predicts water potability based on chemical and physical attributes, using models like Logistic Regression, Random Forest, and XGBoost.
data-cleaning label-encoding logistic-regression matplotlib model-evaluation numpy pandas pyhton random-forest sckiit-learn seaborn smote standard-scaler xgboost
Last synced: 08 May 2026
https://github.com/daniel-brai/alx-t-x-udacity-data-analytics-nanodegree
A 3-month nanodegree going through the intricacies of data analysis with Python and its various libraries such Pandas, Numpy, matplotlib, seaborn and others
matplotlib numpy pandas python3
Last synced: 08 May 2026
https://github.com/chdl17/credit-eda-casestudy
Credit EDA is a GitHub repository designed to provide educational materials and tools for exploring credit risk data. The repository contains notebooks, datasets, and code samples to help users learn and apply these concepts to credit data.
exploratory-data-analysis numpy pandas
Last synced: 08 May 2026
https://github.com/satvikpraveen/numpymasterpro
A hands-on, production-ready toolkit to master NumPy — from first principles to real-world applications. Includes modular Jupyter notebooks, reusable utility scripts, cheatsheets, and advanced projects like K-Means clustering from scratch.
broadcasting data-analysis data-science data-source data-visualization jupyter-notebook kmeans-clustering linear-algebra machine-learning matrix-algebra numerical-computation numpy numpy-broadcasting numpy-examples numpy-tutorial open-source python scientific-computing standardization vectorization
Last synced: 08 May 2026
https://github.com/saurabh274/aerofit-statistics-and-probability
The market research team at AeroFit wants to identify the characteristics of the target audience for each type of treadmill offered by the company, to provide a better recommendation of the treadmills to the new customers. The team decides to investigate whether there are differences across the product with respect to customer characteristics.
matplotlib-pyplot numpy pandas probability python seaborn statistics
Last synced: 08 May 2026
https://github.com/nova-land/kalmanfilter-python
Kalman Filter in PyTorch and Numpy
kalman-filter numpy python pytorch
Last synced: 08 May 2026
https://github.com/fasih-khan99/resume-screening
AI-Powered Resume Screener & Ranker
ai logistic-regression nltk numpy pandas python resume-screening spacy-nlp
Last synced: 08 May 2026
https://github.com/amiralisajadi/image-classification-neural-network
Custom deep learning model for binary image classification. Entirely built from scratch in Python with NumPy, including all ML functions, activations, and optimizations.
deep-learning image-classification image-classification-model machine-learning neural-networks numpy
Last synced: 08 May 2026
https://github.com/diegodscamara/whisperlive
🎙️ WhisperLive: Real-time audio transcription powered by OpenAI's Whisper model. Convert live speech to text with high accuracy, supporting multiple languages and real-time processing. Perfect for accessibility, content creation, and live captioning.
ai blackhole numpy python wave whisper
Last synced: 09 May 2026
https://github.com/shingiraibhengesa/house-price-predictor
A machine learning project that predicts house prices based on user input features such as square footage, number of bedrooms, and more.
machine-learning-models matplotlib numpy python scikit-learn seaborn
Last synced: 09 May 2026
https://github.com/aliakbar-omidi/ten-most-populous-cities-of-iran
This project is to show the densely populated cities of Iran on the map
basemap matplotlib numpy pandas python
Last synced: 09 May 2026
https://github.com/raghavendranhp/predictive-analytics-in-automotive-manufacturing-testing-time-optimization
Explore machine learning for automotive testing optimization. Predictive analytics to reduce testing time and environmental impact.
elasticnet extratreesregressor fastica model-pipeline numpy pandas pca randomforestregressor svr-regression-prediction xgboost
Last synced: 09 May 2026
https://github.com/jsnevt/series_temporais
Previsão de eventos que ocorrem sazonalmente
datetime matplotlib numpy pandas
Last synced: 09 May 2026
https://github.com/omogbolahan94/lego-analysis
Analysis of LEGO data from 1949 to 2021.
Last synced: 09 May 2026
https://github.com/kemalcalak/developing-driverless-vehicles
This project includes the software required for an autonomous vehicle
numpy object-detection opencv segmentation yolo
Last synced: 09 May 2026
https://github.com/mahmood-anaam/deterministic-dynamic-programming
This repository explores deterministic dynamic programming solutions for the Shortest Path Problem (SPP) and the Traveling Salesperson Problem (TSP). It includes graphical representations, a detailed Jupyter notebook, and practical implementations for optimizing travel routes and minimizing costs in various city-based scenarios.
dynamic-programming graph-theory jupyter-notebook numpy python shortest-path-problem traveling-salesperson-problem
Last synced: 09 May 2026
https://github.com/dhruvv1402/x-twitter-bot-python
A Python-powered Twitter bot for content generation, analytics, and automation using Twitter API v2.
huggingface-transformers matplotlib nltk numpy pandas pillow python requests schedule textblob threading tweepy twitter-api wordcloud
Last synced: 09 May 2026
https://github.com/rishieeee/spam-email-classifier
A simple machine learning project that classifies emails as spam or ham using TF-IDF and a Multinomial Naive Bayes model. The project covers data cleaning, text preprocessing, feature extraction, model training, and evaluation. A great beginner-friendly introduction to NLP and ML workflows.
multinomial-naive-bayes numpy pandas python sckit-learn tf-idf
Last synced: 09 May 2026
https://github.com/aliyahscoding/tiny-recommender
Tiny item-item recommender in Python using cosine similarity over a toy user–item matrix. Simple CLI to print top-N recommendations.
collaborative-filtering cosine-similarity numpy pandas python recommender-system
Last synced: 09 May 2026
https://github.com/mattkevan/data-science
Notes from learning various data science topics.
data-science matplotlib numpy python3
Last synced: 09 May 2026
https://github.com/starlitdreams/lunar-landing
This project implements a DQN agent using PyTorch to solve the LunarLander-v2 environment from OpenAI Gym. The agent learns to control the lunar lander using experience replay and a target network, aiming to maximize rewards by landing smoothly. Uses CUDA for computation.
artificial-intelligence cuda deep-learning gymnasium neural-network neural-networks numpy nvidia-gpu python python3 torch
Last synced: 09 May 2026
https://github.com/flexthink/matricize
A convenience library to convert between pure Python objects and their vectorized representations
data machine-learning numpy python
Last synced: 09 May 2026
https://github.com/ishaj72/analysis_model2
Dataset analysis model using matplotlib and other libraries
machine-learning matplotlib numpy pandas
Last synced: 09 May 2026
https://github.com/kingsley-ezenwaka/mean-var-std
This is a (mini) Python project, completed as part of the requirements for the Data Analysis with Python certification from freeCodeCamp.com.
Last synced: 09 May 2026
https://github.com/amr-yasser226/pagerank-power-method
Modular Python implementation of the PageRank algorithm via the power method, with discrete‑math foundations, end‑to‑end code, and experimental validation.
discrete-mathematics graph-algorithms markov-chain network-analysis networks numpy pagerank power-method python scipy
Last synced: 09 May 2026
https://github.com/brian-hepler-phd/kak-decomposition-qml
Cartan decomposition (SU(4)) via Lie theory and QML – exact + variational approaches for two-qubit gates.
lie-theory machine-learning numpy pennylane qml quantum-computing quantum-gate-decomposition scipy su4
Last synced: 09 May 2026
https://github.com/mktechai-0786/data-analysis-on-dr-visits
Data Analysis On Dr. Visits dataset
data-analysis matplotlib-pyplot numpy pandas seaborn
Last synced: 09 May 2026
https://github.com/sivasurya681/financial-expense-tracker
The Financial Expense Tracker is a Python-based app built with Flet, Pandas, NumPy, and Matplotlib.pyplot for seamless expense management. It enables real-time tracking, categorization, and data visualization through bar and pie charts. Users can generate summaries, export/import data, and make informed financial decisions easily.
calculator-application differntial expense-tracker flet matplotlib-pyplot numpy pandas python salary-calculator total
Last synced: 09 May 2026
https://github.com/khaymanii/credit-card-fraud-detection-model
This model was built using python and Logistic Regression Machine Learning algorithm
matplotlib numpy pandas python sckit-learn
Last synced: 09 May 2026
https://github.com/mairagalvao/final_grades
An analysis of the final grades of students using Python
matplotlib numpy pandas python3
Last synced: 09 May 2026
https://github.com/aroojzahra908/machine-learning
This repository contains helpful guides and materials for easily understanding Pandas, NumPy, and Matplotlib libraries, which are essential tools for creating visual representations of data.
algorithms machine-learning-algorithms matplotlib numpy pandas
Last synced: 09 May 2026
https://github.com/priyanshul28/exercise_pandas
A Pandas exercise demonstrating the loading, cleaning and reorganization of data in .xlsx or .csv files, descriptive statistics, data visualization, statistical approximation of data with the normal distribution, etc.). Libraries include Pandas, NumPy, Scipy, SymPy, MatplotLib.
data-cleaning data-visualization matplotlib numpy pandas
Last synced: 09 May 2026
https://github.com/chuvalniy/tulia
Contains self-implemented Machine Learning algorithms using only numpy.
boosting from-scratch knn learning logistic-regression machine ml numpy python random-forest regression sklearn testing xgboost
Last synced: 09 May 2026
https://github.com/michaelzheng67/real_estate_ml
AI experiment developed to run against simulated real estate and investing environment
Last synced: 09 May 2026