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-23 00:21:44 UTC
- JSON Representation
https://github.com/gregoritsch3/project_radioactive_decay
An analytic ( system of coupled ODEs), numeric (Runge-Kutta 4, Newton-Raphson) and stochastic (Monte Carlo) treatment of the chained radioactive decay of Bi[210, 83] into Po[210,84], as well as the emission of alpha-particles. Associated comments and paper are in Croatian.
cplusplus matplotlib montecarlo-simulation numerical-methods numpy python radioactive-decay scipy
Last synced: 12 Apr 2026
https://github.com/jpcano/boston_housing
Predicting Boston Housing Prices using supervised Machine Learning algorithms
cross-validation machine-learning numpy pandas python regression-models scikit-learn
Last synced: 12 Apr 2026
https://github.com/themihirmathur/soiligator
Soiligator is an advanced machine learning project designed to optimize irrigation management by predicting whether irrigation is necessary based on environmental and soil-related data.
auc-score logistic-regression machine-learning matplotlib numpy pandas python random-forest-classifier roc-curve scikit-learn seaborn standardscaler support-vector-machine
Last synced: 12 Apr 2026
https://github.com/emhash/machine-learning-and-ai
Personal tasks or codes of Machine Learning and Artificial Intelligence. Practice codes and projects of Ml/AI will be share here.
ai datasets ipynb jupyter-notebook keras linear-regression logistic-regression machine-learning machine-learning-algorithms numpy opencv pandas python seaborn sklearn tensorflow
Last synced: 05 Jan 2026
https://github.com/ramyacp14/sentimentanalysis
Implements a sentiment analysis model to determine the emotional tone behind text, helping understand attitudes, opinions, and emotions in online mentions.
machine-learning natural-language-processing nltk numpy pandas python scikit-learn
Last synced: 07 Apr 2026
https://github.com/rajaditya01/refactored_py_ds_ml_bootcamp
Learning ML
deep-learning eda machine-learning numpy pandas python static
Last synced: 12 Apr 2026
https://github.com/magnitopic/ft-linear-regression
Your first implementation of a machine learning algorithm. Predicting the price of a car by it's milage
42school ai ai-algorithm ft-linear-regression linear-regression machine-learning matplotlib numpy pandas prediction-algorithm python
Last synced: 16 Apr 2026
https://github.com/nishantchamate/semvii_aiml
S.P.I.T. Semester VII'th AIML Experiments
keras matplotlib mlflow numpy pandas plotly pytorch scikit-learn scipy tensorflow
Last synced: 27 Sep 2025
https://github.com/nadahamdy217/movies-data-etl-using-python-gcp
Developed a comprehensive ETL pipeline for movie data using Python, Docker, and a GCP Pub/Sub emulator. Successfully processed and published the data in a local Docker environment, showcasing advanced data engineering skills.
analytics data data-engineering data-ingestion data-preparation data-preprocessing data-processing data-project docker etl etl-pipeline gcp matplotlib matplotlib-pyplot numpy pandas pubsub python scipy seaborn
Last synced: 06 Jan 2026
https://github.com/nk-works/creditflow-ai
CreditFlow AI predicts loan defaulters using Artificial Neural Networks (ANNs). This model uses historical loan data to predict the likelihood of default for new loan applications.
ai artificial-neural-networks deep-learning jupyter-notebook machine-learning matplotlib numpy pandas python scikit-learn seaborn tensorflow
Last synced: 24 Jun 2025
https://github.com/lijesh010/employeeanalysis-
This is a simple data analysis project developed as part of my Entri Elevate Data Science and Machine Learning course. It serves as a practical demonstration of my skills in data analysis.
jupyter-notebook matplotlib numpy pandas python seaborn
Last synced: 12 Apr 2026
https://github.com/kumartusha/Data_Scientist-AI-ML-_Training_Anudip_Foundation
Anudip Foundation Data Analytics Training 📊 A repository containing projects, assignments, and coursework from the Anudip Foundation Data Analytics training program. This includes work on: 🧹 Data Cleaning & Preprocessing 📉 Data Visualization & EDA 📊 Statistical Analysis
excel matplotlib numpy pandas powerbi python scipy sql
Last synced: 27 Sep 2025
https://github.com/fabricioarendtorres/streamauc
Light-weight package for classification metrics computed on streams or minibatches of data. Mainly for area under the curve (AUC) of precision-recall (PR) or receiver operating characteristic (ROC) curves. Supports multi-class setting with either macro- or micro aggregation..
classification-model machine-learning metrics numpy precision-recall-curve receiver-operating-characteristic
Last synced: 06 Jan 2026
https://github.com/manishkumarpatel07/heartattack_risk_prediction
"Heart Attack Risk Prediction" uses machine learning to estimate the likelihood of a heart attack based on user-provided data like physical attributes, symptoms, and medical history. This system enables remote screening, identifying high-risk individuals, and easing medical system burdens by providing early, data-driven health risk assessments.
boruta knn-algorithm matplotlib numpy pandas python scikit-learn
Last synced: 09 Apr 2026
https://github.com/iwitaly/aws-lambda-docker-builder
Docker image for building packages for AWS Lambda with Python environment
aws aws-lambda docker docker-image numpy python python3
Last synced: 09 Apr 2026
https://github.com/lorenzorottigni/ml-universities
Machine Learning python bootcamp: K mean clustering with public/private universities dataset
k-mean-clustering machine-learning numpy pandas python scikit-learn seaborn
Last synced: 05 Apr 2026
https://github.com/lorenzorottigni/ml-random
Machine Learning course of Piero Savastano 7: matplotlib, accuracy_score, precision_score, recall_score, f1_score, classification_report
machine-learning matplotlib metrics numpy
Last synced: 04 May 2026
https://github.com/mpoojithavigneswari/bangalore-house-price-prediction
This project involves creating a website that predicts Bangalore house prices with 94.65% accuracy using a machine learning algorithm.
data-analysis data-science flask-server machine-learning matplotlib numpy pandas python scikit-learn seaborn
Last synced: 12 Apr 2026
https://github.com/bhushan148/ipl-stats-analysis
This project explores IPL data to show team and player performances. 📈 Key highlights include analyzing match results, highest scores, and performance at different venues. 🏟️ It uses charts to reveal trends like win margins and average scores by venue. 📉 Discover important insights into what affects match outcomes and team success.
jupyter-notebook markdown matplotlib-pyplot numpy pandas python seaborn
Last synced: 12 Apr 2026
https://github.com/visu512/spotify-music-recommender
Built Spotify Music recommendation system using Machine learning
csv-files dataset jupyter-notebook kmeans-clustering machine-learning matplotlib numpy panda python scikit-learn spotify-api stream vscode
Last synced: 12 Apr 2026
https://github.com/aleksandarbuk/machine-learning
The Machine Learning Library repository provides a collection of scripts and tools leveraging Scikit-Learn, Pandas, and NumPy for various machine learning tasks and data analysis.
matplotlib numpy python scikit-learn tensorflow
Last synced: 16 Apr 2026
https://github.com/22p31a0512/sentimental-analysis
Build a model to classify text as positive, negative, or neutral. Apply NLP techniques for preprocessing and machine learning for classification. Aim for accurate sentiment prediction on various text formats.
feature-engineering machine-learning natural-language-processing numpy pandas python supervised-learning text-classification text-processing tokenization
Last synced: 12 Apr 2026
https://github.com/estaheri7/dotawinpredictor
This project aims to predict the outcome of Dota 2 matches based on the heroes picked by both the Radiant and Dire teams
data-science dota2 machine-learning numpy pandas python random-forest sklearn support-vector-machines
Last synced: 09 Mar 2026
https://github.com/niteshchawla/aerofit-casestudy
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: 09 Apr 2026
https://github.com/waghraj1699/codeclauseinternship_customer_segmentation_tool
Implementing customer segmentation using ML, covering exploring advantages, preprocessing, K-means clustering, and visualization.
data-preprocessing kmeans-clustering machine-learning numpy pandas visualization
Last synced: 08 May 2026
https://github.com/ewakamoto/03.-python-projects
This is my collection of Python Projects
jupyter jupyter-notebook matplotlib numpy pandas python seaborn
Last synced: 12 Apr 2026
https://github.com/knightkun77/image_classification_project
Image Classification Using Python
keras machine-learning matplotlib numpy opencv python tensorflow tikinter
Last synced: 24 Jan 2026
https://github.com/sonatipek/matris_transactions_py
My "Python Programlama-I" lesson's homework. Some matris transactions with numpy library in Python
matrix numpy numpy-arrays python sonatipek
Last synced: 24 Mar 2025
https://github.com/src3453/fluentscope
An oscilloscope that makes listening waveform more fun
audio-visualizer correlation mic-audio numpy oscilloscope pyaudio pygame pygame-application python python3 realtime trigger
Last synced: 30 Apr 2026
https://github.com/sothulthorn/stock-prediction-portal
The Stock Prediction Portal is a full-stack web application that demonstrates how to use machine learning models to analyze stock market data and forecast future trends.
axios django django-rest-framework javascript keras matplotlib numpy pandas python react tensorflow yfinance
Last synced: 02 Apr 2026
https://github.com/mrandolph95/grad-projects
Projects completed during my ASU grad program for Social Data Science.
beautifulsoup nltk numpy pandas regression-analysis sckiit-learn seaborn selenium
Last synced: 09 Apr 2026
https://github.com/abideen-olawuwo/stroke-prediction
A stroke Prediction Model
adaboostclassifier catboost decision-tree-classifier kneighborsclassifier logistic-regression matplotlib numpy pandas random-forest-classifier seaborn sklearn xgboost-classifier
Last synced: 09 Apr 2026
https://github.com/akashkg03/feynn-labs-internship
This repository contains the projects I did as a Data Science intern with Feynn Labs.
data-science machine-learning matplotlib numpy pandas python scipy seaborn
Last synced: 07 Jan 2026
https://github.com/prarthana-singh/potato-disease-classification-using-deep-learning
🌱 Potato Disease Classification using Deep Learning – A deep learning-based model to detect and classify potato plant diseases using image processing and CNNs. Built with TensorFlow/Keras & Python.
agriculture cnn deep-learning image-classification keras machine-learning neural-network numpy pandas plant-disease-detection python3 streaming tensorflow
Last synced: 12 Apr 2026
https://github.com/linggarm/fruit-images-search-engine
A Content Based Image Retrieval (CBIR) application of Information Retrieval with fruit images
artificial-intelligence cbir computer-vision content-based-image-retrieval css flask html information-retrieval javascript machine-learning numpy pillow python search-engine tensorflow
Last synced: 12 Apr 2026
https://github.com/yahiazakaria445/image-classification-using-vgg-16
computer vision model for 10 classes classification
matplotlib numpy opencv pandas sklearn tensorflow
Last synced: 12 Apr 2026
https://github.com/0xunkn0wn4m1r/data_engineering_banking_project
🏦 Build a complete data engineering workflow for a banking system, showcasing ETL processes, data transformations, and an interactive financial dashboard.
automation data-analysis data-cleaning data-science feature-engineering fintech-bank flask-api loan-default-prediction machine-learning mlops model-explainability numpy postgresql scikit-learn segmentation shap sql unsupervised-learning
Last synced: 09 Apr 2026
https://github.com/alejoduarte23/bs6472
Serviceability assessment as per BS 6472 for human exposure to vibration in buildings Vibration sources other than blasting
matplotlib numpy pydantic scipy
Last synced: 07 Jan 2026
https://github.com/niteshchawla/online-marketing-time-series-case-study
An ads and marketing based company helping businesses elicit maximum clicks @ minimum cost.
acf arima-forecasting exogenous-factors exploratory-data-analysis numpy pacf-autocorrelation pandas prophet-facebook-model sarimax-model time-series-analysis
Last synced: 01 Aug 2025
https://github.com/programmersteve/price_regression_ml
jupyter machine-learning matplotlib numpy pandas python scikit-learn
Last synced: 12 Apr 2026
https://github.com/otuemre/housepricingml
A machine learning project predicting house prices using regression models. Covers data preprocessing, feature engineering, and model comparison to achieve accurate results. Developed for a Kaggle competition, focusing on effective ML workflows and model interpretability.
eda encoding evaluation-metrics kaggle-competition lightgbm-regressor machine-learning matplotlib-pyplot neural-networks numpy pandas preprocessing python ridge-regression scikit-learn seaborn tensorflow xgboost-regression
Last synced: 13 Apr 2026
https://github.com/shohail-dev/ai-medical-model
keras matplotlib numpy pandas pyplot scipy sklearn-metrics tensorflow
Last synced: 07 Jan 2026
https://github.com/reckonsys/datascience-docker
A docker image with numpy, scipy, nltk and pandas pre-installed with pip
docker docker-image dockerfile nltk numpy pandas scipy
Last synced: 10 Mar 2025
https://github.com/ericchw/youth_discord_nlp_chatbot
A python AI chatbot with emotion detection model. Frontend using PHP, API using Flask and database using PostgreSQL. Collaborate with CyberYouth from SJS. @HKMU 2022-2023 FYP
ai bootstrap chatbot chinese-nlp docker emontion-detection flask jquery machine-learning nlp nlp-machine-learning nltk numpy pgsql php postgresql pycord torch transformers
Last synced: 21 Jan 2026
https://github.com/andrewzhoumq123/sci_graph_api
Generates different types of detailed plots for scientific data
fastapi h5py json matplotlib numpy pandas scipy
Last synced: 12 Apr 2026
https://github.com/celineboutinon/chicken-run
OpenClassrooms Data Analyst 2022-2023 - Projet 9
data-analysis data-analytics data-visualisation dataframes matplotlib-pyplot missingno numpy pandas plotly python scikit-learn scipy seaborn statsmodels
Last synced: 09 Apr 2026
https://github.com/sridharyadav07/machine-learning-project-bankruptcy-prevention-
The project explores multiple machine learning algorithms and evaluates their performance using various metrics, such as accuracy and confusion matrices. The models tested include Logistic Regression, K-Nearest Neighbors (KNN), Naive Bayes, and Support Vector Machine (SVM). In addition, regularization techniques (L1, L2) are used to avoid overfit.
data-preprocessing evaluation machine-learning-models matplotlib-pyplot modelbuilding modeldeployment numpy pandas python scikit-learn seaborn
Last synced: 09 Apr 2026
https://github.com/skywalkerSam/Python-101
Introduction to Python 3
bootcamp django flask jupyter-notebook matplotlib ml numpy pandas python-bootcamp python-development python-scripting python3 web-scraping
Last synced: 23 Apr 2025
https://github.com/chandkund/sentiment-analysis-using-nlp
This project focuses on Sentiment Analysis using the textual content from product reviews. The goal is to analyze user sentiments based on their written feedback, particularly focusing on the "reviewText" column in the dataset.
lemmatization matplotlib nlp nltk numpy pandas seaborn tokenization
Last synced: 31 Jan 2026
https://github.com/darkdk123/handwashing-discovery-analysis
A Guided Project in a Boot camp to Analyse the Original Data used in the Discovery of Viruses & Hand Washing By Dr. Ignaz Semmelweis in Vienna General Hospital in the 1840s.
data-analysis data-science data-visualization matplotlib-pyplot numpy pandas plotly-python python seaborn-plots
Last synced: 09 Apr 2026
https://github.com/m-rishab/job-recruitment-prediction-and-hr-dashboard-using-plotly
This project features make it ideal for dynamic HR dashboards, offering insights into candidate profiles and recruitment processes.
correlation-analysis flask kmeans-clustering numpy pandas plotly python scikit-learn seaborn standardscaler
Last synced: 12 Apr 2026
https://github.com/morsalinislamshapon/diabetes-prediction-systemv3
This repository contains a machine learning model that predicts diabetes using user health data. It features an interactive web interface built with Streamlit and provides insights into model predictions through SHAP and permutation importance. 🐙🌟
jupyter-notebook machine-learning matplotlib numpy pandas plotly randomforestclassifier sckit-learn seaborn streamlit-webapp
Last synced: 29 Jul 2025
https://github.com/ajxxxs/spotify-music-analysis
spotify Music (web scraped playlists ) analysis (over 3 states) , trends, features and a music recommendation system.
matplotlib numpy panda scikit-learn seaborn
Last synced: 28 Jul 2025
https://github.com/rajireddy15/employee-attrition-prediction-hr-analytics-
Employee Attrition Prediction (HR Analytics) helps organizations analyze employee data, identify factors driving turnover, and predict attrition using machine learning and visual dashboards, enabling data-driven HR decisions and retention strategies.
data-cleaning data-collection data-manipulation data-preprocessing data-science data-visualization eda feature-engineering imbalanced-data machine-learning mysql-database numpy pandas
Last synced: 04 May 2026
https://github.com/abideen-olawuwo/house-prediction
A house prediction model
matplotlib numpy pandas seaborn sklearn
Last synced: 12 Apr 2026
https://github.com/nandit123/python_on_excel
Data Analysis using python libraries on excel data
csv data-analysis data-science fill fluctuations graph numpy python python-library
Last synced: 16 May 2026
https://github.com/gregoritsch3/exercise_pandas_1
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 descriptive-statistics matplotlib numpy pandas scipy sympy
Last synced: 12 Apr 2026
https://github.com/tachoknight/propanescale
Code to run pumpingstationone.org's propane scale
mqtt mqtt-broker numpy numpy-arrays python python3 serial serial-communication
Last synced: 13 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/n-t-raghava/the_sweet_16
This project detects faces in real-time from a webcam feed or an uploaded image and predicts age (in bins of 5 years) and gender (Male/Female). The model is based on OpenCV’s Deep Neural Network (DNN) module and pre-trained models for face, age, and gender detection.
caffemodel deep-learning flask numpy opencv python
Last synced: 09 Apr 2026
https://github.com/abideen-olawuwo/logistic-regression-house-prediction
Using logistic Regression Model to predict house price
logistic-regression matplotlib numpy pandas python seaborn sklearn
Last synced: 12 Apr 2026
https://github.com/shafaq-aslam/predicting-heart-disease-risk-with-logistic-regression-techniques
Develop a predictive model using logistic regression techniques to assess heart disease risk based on patient health metrics and data analysis.
data-analysis heart-disease logistic-regression machine-learning machine-learning-models matplotlib numpy pandas python scikit-learn seaborn
Last synced: 09 Apr 2026
https://github.com/nilayhangarge/data-analysis-with-python
This repository provides a practical introduction to data acquisition and analysis using Pandas. It covers loading datasets, exploring data, manipulating data, and gaining insights through statistical summaries. Ideal for beginners, it offers code examples and explanations to enhance your data manipulation skills using Pandas for Python.
data-acquisition data-analysis data-analytics data-binning data-cleaning data-engineering data-fundamentals data-insights data-integration data-preprocessing data-science data-wrangling numpy pandas python
Last synced: 12 Apr 2026
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: 04 May 2026
https://github.com/anas436/ibm-cloud-data-analysis-of-cars
Exploratory Data Analysis of Cars in Python
ibmwatson matplotlib numpy pandas python3 seaborn
Last synced: 04 May 2026
https://github.com/mirzaazwad/tymbert
TYMBert is our submission for NCIM 2025, a spam classifier that makes use of knowledge distillation to compress the model while preserving accuracy
bert huggingface-transformers knowledge-distillation machine-learning matplotlib numpy pandas python3 scikit-learn tiny-bert torch
Last synced: 09 Apr 2026
https://github.com/winterwind/covid19_transfer_learning
A larger data science project that uses a 2D Convolutional Neural Network to determine the likelyhood of having covid-19 via CT images
2d-convolution adam-optimizer binary-classification cnn convolutional-neural-networks ct-images ct-scans eigencam gradcam heatmap jupyter-notebook matplotlib matplotlib-pyplot neural-networks numpy pyplot python pytorch resnet-18 transfer-learning
Last synced: 04 May 2026
https://github.com/bpkaur/whats-in-a-name
Exploring dataset of first names of babies born in the US in order to uncover interesting stories
data-analysis datacamp numpy pandas python3
Last synced: 04 May 2026
https://github.com/vyjayanthipolapragada/image_classifier_cnn_data_augmentation
A deep learning project using Convolutional Neural Networks (CNNs) to classify CIFAR-10 images. The model leverages data augmentation, batch normalization, and ReLU activation to improve performance and generalization. Includes training and evaluation scripts for multi-class image classification.
adam-optimizer convolutional-neural-networks data-augmentation deep-learning image-classification jupyter-notebook neural-networks numpy optimizer pandas python pytorch relu-layer
Last synced: 09 Apr 2026
https://github.com/analyticalmonk/neuralnetwork_fromscratch
neural-network neural-network-example numpy python python-3
Last synced: 12 Apr 2026
https://github.com/har8899/students-scores
Data Analysis with Python
dataanalysis dataframe matplotlib numpy python seaborn
Last synced: 09 Apr 2026
https://github.com/dmalexx/lab1_computervision
Computer Vision Intro
matplotlib matplotlib-python numpy opencv rgb
Last synced: 09 May 2026
https://github.com/audrbar/py_site
Website for displaying Data Science Projects build on Streamlit
matplotlib numpy pandas python3 requests streamlit
Last synced: 11 Apr 2026
https://github.com/miguelszzz/simple_mnist
Minimalist MNIST implementation with two hidden layers written in C
ddpm densenet-tensorflow generative-model image-processing keras machine-learning neural-network numpy scratch tensorflow-mnist-train transformer triplet-loss vit vit-mnist
Last synced: 25 Mar 2025
https://github.com/AsuquoAA/Applied_Data_Science_with_Python_Study
matplotlib numpy pandas seaborn
Last synced: 21 Jul 2025
https://github.com/noxs1d/cv-emotion-classification
This project is a deep learning-based system for detecting human emotions from facial images using TensorFlow, OpenCV, and NumPy.
cnn cnn-classification dockerfile keras numpy opencv tensorflow transfer-learning
Last synced: 09 Apr 2026
https://github.com/ola-kaznowska/median-statistic
A program that calculates the median statistic. Program written in Python 3.13.1 with NumPy library during Machine Learning course.
mathematics numpy python python3
Last synced: 04 May 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/arsalan692/python-telusko-playlist
A collection of beginner Python scripts and practice exercises from my early learning days, inspired by Telusko and other resources.
basic-programming bs4 matplotlib numpy oop pandas python requests selenium tkinter
Last synced: 04 May 2026
https://github.com/jpcadena/cancer-classification
Breast cancer classification project.
cancer-detection classification data-analysis data-science deep-learning imblearn machine-learning neuronal-network numpy pandas pylint python scikit-learn supervised-learning tensorflow
Last synced: 09 Apr 2026
https://github.com/vadimkantorov/fasttsv
TSV parser for Python in pure vectorized NumPy code
numpy parsing simd tsv vectorized-code
Last synced: 09 May 2026
https://github.com/azaz9026/machine_learning_algorithms
Machine learning algorithms are computational models that allow computers to understand patterns and forecast or make judgments based on data without the need for explicit programming. These algorithms form the foundation of modern artificial intelligence and are used in a wide range of applications, including image and speech recognition.
machine-learning machine-learning-algorithms numpy pandas python3 seaborn sklearn-library
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/ishtufinquant/portfolio-optimizer
Optimizes stock portfolios using simulation and real-world constraints (SLSQP).
backtesting finance numpy pandas portfolio-optimization python quant scipy yfinance
Last synced: 12 Apr 2026
https://github.com/rifkyiqbal52/data-analytics-and-visualization-projects
used cars dataset analysis and visualization
descriptive-statistics inferential-statistics matplotlib numpy pandas python seaborn stats tableau-public
Last synced: 04 May 2026
https://github.com/ompreetham/nlp-sentiment-analysis-document-scoring-method
NLP Sentiment Analysis Document Scoring Method
countvectorizer document joblib nlkt nlp numpy pandas project re scoring sentiment-analysis sklearn
Last synced: 12 Apr 2026
https://github.com/anushkapal28/maatri-care
MaatriCare is an AI-based healthcare application designed to provide personalized nutrition advice and maternal care recommendations for pregnant women, lactating mothers, and women in general.
gemini-api jupyter-notebook labelencoder numpy pandas python3 random-forest streamlit svm-training
Last synced: 18 Sep 2025
https://github.com/nidomika/digit-recognition
Digit recognition project in Python
digit-recognition numpy opencv python tensorflow
Last synced: 12 Apr 2026
https://github.com/abhishek-patidar066/synthetic-datasets
Synthetic datasets are artificially generated data used for training machine learning models, simulating real-world data while ensuring privacy.
clustering datasets jupyter-notebook libraries matplotlib-pyplot numpy pandas-dataframe python random sklearn
Last synced: 15 Apr 2026
https://github.com/renukadhule/crop_production_python_analysis
This project analyzes crop production data in India from 1997 to 2015, identifying trends, seasonality, and top-performing states and crops. The insights aim to guide improvements in agricultural productivity and policy decisions.
matplotlib numpy pandas python
Last synced: 12 Apr 2026
https://github.com/necraul/perlin-noise-py
Some examples of generating perling noise using Python
noise numpy perlin-noise python python3 vector
Last synced: 11 Mar 2025
https://github.com/dan-niles/neural-networks-from-scratch
A neural network implemented using only NumPy and Pandas for CS3631: Deep Neural Networks
Last synced: 05 May 2026
https://github.com/dahsie/machine_learning_from_scratch
This project aims to implement some machine learning basic techniques(e.g. MinMaxScaler, StandardScaler, TD-IDF, PCA, Logistic Regression, LDA, KNN, Naive Bayes Classifier) using only pyton, numpy and pandas. This will enable me to have hone my data scientist skills
classification clustering data data-processing datascience machienlearning nlp nltk numpy pandas python regression
Last synced: 04 May 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/radithsandeepa/robot-path-visualizer
Welcome to Robot Path Visualizer! This tiny project uses Python, Pygame, and NumPy to replay a precomputed trajectory (x, y, θ). It rotates a robot sprite frame-by-frame and draws a trail, making it handy for diff-drive path playback, simulation demos, and quick visual debugging of robotics experiments.
animation numpy pygame python robot-simulation robotics trajectory-visualization
Last synced: 18 Sep 2025