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-25 00:18:02 UTC
- JSON Representation
https://github.com/mrhoban/python-syntax-medical-insurance-project
datascience matplotlib numpy python
Last synced: 04 May 2026
https://github.com/rahulchouhan1/air-quality-data-in-india
India Air Quality Analysis (2015-2024)
matplotlib numpy pandas python
Last synced: 11 Apr 2026
https://github.com/karthik9273/electric-vehicle-market-segmentation
Electric Vehicle market in India using Segmentation analysis and come up with a feasible strategy to enter the market, targeting the segments most likely to use Electric vehicles.
data-science machine-learning-algorithms matplotlib numpy numpy-arrays pandas seaborn statistics
Last synced: 18 Apr 2026
https://github.com/petridhsg/firewall-data-classification
A single implementation of a machine learning algorithm for a firewall data classification task
machine-learning matplotlib numpy python seaborn
Last synced: 01 May 2026
https://github.com/boobshash/numpy-neural-net
Simple and extendable library for deep learning in numpy
deep-learning mlp-classifier numpy
Last synced: 20 Jul 2025
https://github.com/youssefali11997/100-numpy-exercises
100 exercise on NumPy library. NumPy (Numerical Python) is a package used for scientific computing with Python.
Last synced: 18 May 2026
https://github.com/rohansoni45/movie-recommendation-system
This project is a Content-Based Recommender System that suggests movies to users based on their preferences and watched history. The system leverages cosine similarity to find and recommend movies similar to a selected title. It is built using Python and libraries like Pandas, NumPy, and Scikit-learn.
content-based-filtering cosine-similarity data-analysis data-science machine-learning numpy pandas python recommender-system render scikit-learn
Last synced: 17 Apr 2026
https://github.com/ugurcan222/a-different-approach--image-enhancement-with-imputation-and-regression-methods
This experimental work presents a different approach to increase the size and quality of an image by adding a blank pixel around each pixel in an image, enlarging the image, breaking it into parts, and generating these blank pixels by predicting them with models.
ai-image-upscaling computer-vision digital-image-processing gradient-boosting image-analysis image-enhancement image-enlargement image-interpolation image-processing imputation knn machine-learning numpy opencv pixel-prediction python randomforest regression-models super-resolution xgboost
Last synced: 17 Jan 2026
https://github.com/jim-by/scrape_analysis_books
Scraping book data from the website books.toscrape.com and performing analysis on the collected data.
beautifulsoup json matplotlib numpy pandas python scipy scraping seaborn
Last synced: 09 Apr 2026
https://github.com/0xkibh/books-recommendation-system
This is the website with collections of top readed books with the functionaliy of recommendation system. It basically recommends the book on the basis of given books. It also shows data of different books available.
bootstrap css flask font-awesome html numpy pandas pickle
Last synced: 07 Apr 2026
https://github.com/dataspieler12345/mathematics_for_ai
Mathematics for AI
jupyter-notebook matplotlib-pyplot numpy python sympy-library
Last synced: 19 Apr 2026
https://github.com/harmanveer2546/house-price-prediction-using-machine-learning
We all have experienced a time when we have to look up for a new house to buy. But then the journey begins with a lot of frauds, negotiating deals, researching the local areas and so on. So to deal with this kind of issues Today, I prepared a MACHINE LEARNING Based model, trained on the House Price Prediction Dataset.
catboost-classifier linear-regression machine-learning matplotlib numpy pandas python random-forest seaborn support-vector-machine
Last synced: 07 Apr 2026
https://github.com/redreaper420/secret-qr-code-injector
Script for secret QR code injection into PNG images.
image-manipulation numpy pillow png python qrcode steganography
Last synced: 14 May 2026
https://github.com/yusufterzii/numpybasics
numpy numpy-arrays numpy-exercises
Last synced: 18 May 2026
https://github.com/dineshdhamodharan24/singapore_flat_resale_
This project focuses on developing a machine learning model to predict the resale values of apartments in Singapore. The goal is to create a user-friendly online application that enables users to obtain accurate predictions for the resale values of specific properties.
data-analysis flat json numpy pandas pickle project python streamlit
Last synced: 07 Apr 2026
https://github.com/bishopce16/world_weather_analysis
The project’s objective is to improve a travel app to give customers a way to decide their travel destination and ideal hotel based on weather preferences.
apis citipy datetime gmaps json-traversal jupyter-notebook matplotlib numpy pandas python requests scipy
Last synced: 13 Apr 2026
https://github.com/farzeennimran/moon-phases-prediction-using-ai
Deep learning model that predicts the phase of the moon 🌒🌓🌔🌕🌖🌗🌘
artificial-intelligence cnn cv2-library data-science data-visualization deep-learning keras matplotlib numpy opencv predictive-modeling python tensorflow
Last synced: 07 Apr 2026
https://github.com/vbhvsingh0/cdc_immunization
This project explores the relationships in between different vaccines and the sex, age and other basic features in the data.
data-cleansing data-manipulation-with-pandas data-science numpy pandas-python python3
Last synced: 05 May 2026
https://github.com/brenderb/python-projects
General interest and school python projects I completed. Included are lab analysis files (with uncertainty analysis, fitting, and graphing), simulation files (visualization of electric+magnetic fields, etc), specific research project files (data extraction + processing for a building science lab, graphs for a medical physics paper) and misc files
csv fitting matlab matplotlib numpy os pandas pyplot python scipy uncertainty
Last synced: 05 Apr 2025
https://github.com/vbhvsingh0/deforestation_rainfall_correlation
The aim of this project is to check if there is any correlation of rainfall with deforestation in Pennsylvania state of USA.
correlation-analysis data-science matplotlib-pyplot numpy pandas python3
Last synced: 29 Apr 2026
https://github.com/vbhvsingh0/fraudulent_transactions
A few models were developed based on Decision trees and Logistic Regression to categorize fraudulent transactions
credit-card-fraud data-science logistic-regression machine-learning numpy numpy-python pandas pandas-python python3 random-forest-classifier
Last synced: 09 May 2026
https://github.com/avs123a/image-edge-detection-demo
Demo of image edges detection using different operators, norms and custom masks
demo edge-computing edge-detection image-analysis image-manipulation image-processing jupyter-notebook numpy python python27 python3
Last synced: 04 Feb 2026
https://github.com/isa1asn/mnist-neural-net
Applying neural networks on the MNIST dataset (from scratch & using tf)
from-scratch keras mnist-classification neural-networks numpy pandas relu-activation softmax tensorflow
Last synced: 12 Apr 2026
https://github.com/notshrirang/opennn
Neural Networks for humans. An implementation from scratch in Python using NumPy. Consists of Optimizers such as Adam, SGD, Adagrad, RMSProp, and activation functions ReLU, Softmax and Losses. All implemented from scratch.
deep-learning machine-learning neural-network numpy
Last synced: 27 Apr 2026
https://github.com/technologicat/orderfix
Reorder solutions of parametric studies to make continuous curves
cython eigenvalues numpy postprocessing python python2 python27 python3 python34
Last synced: 25 Jan 2026
https://github.com/alexsolov28/vkrb
Выпускная квалификационная работа бакалавра «Система анализа алгоритмов машинного обучения для решения задач классификации с использованием Pandas»
jupyter-notebook matplotlib numpy pandas python scikitlearn seaborn streamlit
Last synced: 15 Feb 2026
https://github.com/harmanveer-2546/motor-vehicle-accidents-in-india
As per the report, a total of 4,61,312 road accidents have been reported by States and Union Territories (UTs) during the calendar year 2022, which claimed 1,68,491 lives and caused injuries to 4,43,366 persons.
accidents accidents-analysis darkgrid data-analysis eda exploratory-data-analysis indian-roads inline matplotlib motor-vehicles numpy pandas review seaborn visualization
Last synced: 19 Jan 2026
https://github.com/mituskillologies/aiml-dypiemr-sep24
Programs conducted at DYPIEMR, Pune in training on AIML during September 2024.
artificial-intelligence data-analysis data-science machine-learning matplotlib neural-network numpy pandas python3
Last synced: 05 Apr 2025
https://github.com/harmanveer-2546/guide-to-regularization
Regularization is a crucial technique in machine learning that helps to prevent overfitting. Overfitting occurs when a model becomes too complex and learns the training data so well that it fails to generalize to new, unseen data.
generalization inline l1 l2 matplotlib numpy overfitting overfitting-prevention overfitting-reduced pandas regularization regularization-methods regularization-techniques regularization-to-avoid-overfitting seaborn
Last synced: 05 Apr 2025
https://github.com/harmanveer-2546/ad-click-prediction-analysis-and-insights
To predict whether a user will click on ad or not.
ads analysis classification-report click insights linearregression matplotlib numpy onehotencoder pandas pipeline prediction preprocessing randomforestclassifier seaborn sklearn sklearn-compose sklearn-library sklearn-metrics standardscaler
Last synced: 27 Jan 2026
https://github.com/djdhairya/fish-species-detection-and-recognition
Dataset
deep-learning epoch heatmap mobilenetv2 numpy pandas relu sckiit-learn train-test-split
Last synced: 20 Jan 2026
https://github.com/rohansahu15/stackoverflow-hashtag-generator
ai machine-learning nlp numpy pandas
Last synced: 18 Jan 2026
https://github.com/chandkund/predicting-heart-disease
Welcome to the Heart Disease Prediction project! 🩺 This project focuses on developing a predictive model to assess heart disease risk based on health indicators like age, cholesterol levels, and blood pressure. By analyzing these features, we aim to create an effective tool for early diagnosis and heart disease prevention
machine-learning matplotlib numpy pandas python seaborn sklearn
Last synced: 18 Jan 2026
https://github.com/shivjotchoudhary/shivjot-core
High-performance Python utilities for AI/ML workflows, computer vision, and enhanced Pandas/NumPy data engineering.
computer-vision data-science machine-learning numpy pandas python
Last synced: 18 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: 12 Sep 2025
https://github.com/aapo-kossi/christmas_tree_spectrogram
Colab notebook to generate a spectrogram visualization on a programmable led installation
colab-notebook numpy pandas python
Last synced: 07 Apr 2026
https://github.com/hanzopgp/tensorflowtest
Learning how to use jupyter notebook, tensorflow, numpy and other librairies for machine learning projects. Following Thibaut Neveu's tutorial.
artificial-intelligence convolutional-neural-networks deep-learning lstm-neural-networks machine-learning matplotlib multilayer-neural-networks numpy personal recurrent-neural-networks sklearn tensorflow
Last synced: 07 Apr 2026
https://github.com/hansalemaos/stridesduplicatefinder
Calculate overlapping values between two arrays and return the results as a DataFrame
duplicates fast numexpr numpy strides
Last synced: 07 Mar 2026
https://github.com/imdadmiran17/data_analysis_exercise
data-analysis numpy numpy-arrays numpy-exercises python3
Last synced: 17 May 2026
https://github.com/subhamsarangi/visualize
Data Visualizations using Python
bokeh matplotlib numpy pandas pyplot python3 seaborn
Last synced: 07 Apr 2026
https://github.com/hbmartin/mathjs-to-func
Compile serialized math.js expression trees into fast, reusable Python callables. Optional parse extra.
ast compiler expression-evaluator expression-parser expressions formula formula-parser formulae mathjs numpy
Last synced: 17 May 2026
https://github.com/razvan48/digit-recognizer-in-python
A simple digit recognizer written using Python.
graphics knn knn-algorithm knn-classification machine-learning machine-learning-algorithms numpy pygame python
Last synced: 17 May 2026
https://github.com/alyssahusna44/poai-image-classification
An implementation of an AI model that classifies animal subspecies. The project involved data preparation, model training using ResNet50, DenseNet121, and MobileNetV3, and evaluation using metrics: accuracy and mAP. 🗂️
artificial-intelligence image-classification machine-learning model-training-and-evaluation neural-networks numpy pandas python tensorflow
Last synced: 09 Apr 2026
https://github.com/orthoin3d/django-ndarrayfield
New Django field to store numpy ndarray.
django django-fields numpy numpy-arrays
Last synced: 07 Mar 2026
https://github.com/hi-shekhar/data_science
Data science
algorithm-comparison decision-trees keras kmeans linear-regression logistic-regression numpy pandas python sentiment-analysis svm time-series visualization webcrawler
Last synced: 05 Apr 2026
https://github.com/zohaib-cheema/defacto
DeFacto is a machine learning-based tool that classifies fake news articles using a hybrid model built with Scikit-learn, TensorFlow, and Keras. The system analyzes social and political content to detect deception in news stories and social media posts, providing a reliable solution to address the growing issue of misinformation.
flask git keras numpy pandas r scikit-learn tensorflow
Last synced: 07 Apr 2026
https://github.com/prajakta1321/authencheck
Amdocs Gen AI Graduate Hackathon 2024-25- A comprehensive fact-checking and misinformation detection system that leverages cutting-edge AI models and multiple news sources to verify information circulating on social media
api bert-fine-tuning flask-application matplotlib ngrok-server nlp nlp-machine-learning numpy pandas python3 scikit-learn seaborn wandb
Last synced: 05 Apr 2026
https://github.com/ediloaz/machine-learning-study-and-tests
Some codes for testing new features in Machine Learning while I'm studying and understand how to works it.
cv2 jupyter-notebook machine-learning numpy python pytorch tensorflow
Last synced: 08 Apr 2026
https://github.com/bbergerud/tenops
Creating a common interface for numpy, pytorch, tensorflow, etc.
Last synced: 20 Jan 2026
https://github.com/jose-zothner-meyer/finance-individual-loans
A comprehensive analysis of a financial institution's loan portfolio using Python, focusing on data preprocessing, exploratory data analysis (EDA), and feature engineering.
credit data-science data-visualization eda exploratory-data-analysis finance jupyter-notebook matplotlib numpy pandas plotly python scipy seaborn
Last synced: 09 Apr 2026
https://github.com/elmezianech/email-spam-ham-classifier-nb-simple
Count Vectorizer Naive Bayes Email Classifier: This Python project utilizes a simple Naive Bayes approach with Count Vectorizer to classify emails as spam or ham. The implementation focuses on word frequency for classification.
countvectorizer emails jupyter-notebook machine-learning ml naive-bayes naive-bayes-classifier numpy pandas python spam-detection spam-filtering
Last synced: 07 Apr 2026
https://github.com/ramyacp14/global-warming-analysis
Analyzes and visualizes global temperature data to identify climate change trends. The project includes global and seasonal temperature trend analysis, country-wise and city-specific temperature visualizations, and geospatial analysis with interactive maps and heatmaps.
data-visualization folium geospatial-analysis jupyter-notebook matplotlib numpy opencage-geocoder pandas plotly python seaborn
Last synced: 07 Apr 2026
https://github.com/krishbharadwaj5678/clearbg
Instantly remove backgrounds from any image with Clear BG. Upload your photos, remove the unwanted backdrop, and download the result in seconds.
background-remove background-remover deployment numpy onnxruntime pillow python python3 rembg streamlit
Last synced: 07 Apr 2026
https://github.com/zakircodearchitect/intent-classifiers-on-regression-models
This project compares five optimization algorithms (GD, SGD, Momentum, RMSProp, and Adam) on Univariate Linear Regression and a neural network for Intent Classification with the ATIS dataset. It evaluates convergence speed, stability, and final loss, showing that Adam delivers the best performance across both models.
atis-dataset intent-classification jupyter-notebook keras keras-neural-networks matplotlib numpy python regression-models tenserflow
Last synced: 02 May 2026
https://github.com/pthmhatre/smart-attendance-system-using-face-recognition
This project aims to create a smart attendance system using face recognition technology. The system captures and recognizes faces in real-time and marks attendance automatically, providing a seamless and efficient way to manage attendance records.
adafruit computervision css face-recognition iot iot-application javascript mysql numpy opencv php pickle python raspeberry-pi rfid
Last synced: 12 Apr 2026
https://github.com/gurramankit/censusproject_ml_randomforest
The objective of this project is to build a classification model using the Census Income dataset from the UCI Machine Learning Repository. The model predicts whether an individual's income exceeds $50,000 per year, based on their demographic and employment-related attributes.
matplotlib numpy pandas python random-forest scikit-learn seaborn
Last synced: 14 Apr 2026
https://github.com/rakesh3596/apple-phone-sales-analysis
Apple Phone Sales Analysis using Python tools like Pandas, Matplotlib, Numpy, Plotly, Apple csv file
csv-files csv-reader matplotlib numpy pandas plotly python
Last synced: 14 Apr 2026
https://github.com/klihe/astar-visualization
I am trying to implement *a path finding algorithm and create a visualization of it with Python and numpy library
algorithm astar-algorithm numpy pathfinding pygame python visualization
Last synced: 06 Apr 2025
https://github.com/thekartikeyamishra/colorextractor
A Python-based project that extracts the dominant colors from an image using the KMeans clustering algorithm. This project is useful for applications like image processing, color palette generation, or analyzing the most prominent colors in images.
kmeans-clustering matplotlib matplotlib-pyplot numpy p pillow python sklearn
Last synced: 05 May 2026
https://github.com/l-gre/tradefx-ai
A Python-based project exploring algorithmic trading strategies, including backtesting, real-time data integration, and predictive modelling with TensorFlow and Keras. Key topics include technical indicators, risk management, and leveraging AWS and broker APIs for automated trading
algorithmic-trading aws backtesting broker-api keras machine-learning matplotlib numpy pandas portfolio-optimisation python real-time-data-integration risk-management technical-indicators tensorflow
Last synced: 12 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/shwetapardhi/assignment-3-q3-hypothesis-testing
Chi2 contengency independence test image of Buyer Ratio Assume Null Hypothesis as Ho: Independence of categorical variables (male-female buyer rations are similar across regions (does not vary and are not related) Thus Alternate Hypothesis as Ha: Dependence of categorical variables (male-female buyer rations are NOT similar across regions (does v
chi2-contingency contingency-analysis hypothesis-testing norm numpy pandas python scipy stats
Last synced: 12 Apr 2026
https://github.com/djdhairya/car-accident-detection
csv cv2 geocoder geolocation keras math matplotlib numpy opencv pandas scikit-learn system tiwilo transformer
Last synced: 12 Apr 2026
https://github.com/4211421036/githubiotpy
GitHubIoT is a comprehensive toolkit designed to simplify the visualization of IoT (Internet of Things) data with seamless GitHub integration. The application provides an intuitive graphical interface for real-time data monitoring, analysis, and configuration
cli esp32 esp8266 github-actions github-iot matplotlib numpy pypi-packages python tkinter
Last synced: 16 Apr 2025
https://github.com/eljandoubi/trading-with-momentum
A trading strategy based on a momentum indicator.
momentum numpy pandas scipy trading trading-algorithms trading-strategies
Last synced: 05 May 2026
https://github.com/mashalk1/computer-vision-attendance-system
A computer vision based attendance system, using cv2, firebase, numpy, cvzone and face_recognition library in python
computer-vision cv2 cvzone face-recognition numpy
Last synced: 04 Feb 2026
https://github.com/saopicc/ddfacet-kernels
Modular implementation of the DDFacet Gridding Kernels
Last synced: 26 Jan 2026
https://github.com/windjammer6/7.-numpy-pandas-matplotlib-learning-and-practice-python
My learning journey of Python's Libraries NumPy, Pandas and Matplotlib
matplotlib numpy pandas python
Last synced: 08 May 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/kumpatlapavankumar/medical-insurance-cost-estimation-using-machine-learning
Using python,numpy,pandas,seaborn,matplotlib and machine learning techniques
accuracy-score data-science data-visualization decision-trees exploratory-data-analysis gradient-boosting-classifier label-encoding linear-regression machine-learning matplotlib model-selection-and-evaluation numpy pandas prediction preprocessing python random-forest train-test-split xgboost-regression
Last synced: 28 Apr 2026
https://github.com/sonnguyen25/hackbeanpot-2025
EarthBeats - An Eco-friendly Pocket Road Trip Companion
css flask googlemaps-api html humeai knn-model mongodb nextjs nodejs numpy pandas python reactjs recommender-system scikit-learn spotify tailwindcss
Last synced: 11 Apr 2026
https://github.com/farhannirzhor/python_eda_project_on_diwali_sales_analysis
In this project, I was given a sales data. I analyzed their sales data and shared a summary
data-cleaning data-manipulation exploratory-data-analysis matplotlib numpy pandas python seaborn
Last synced: 04 May 2026
https://github.com/xiaohaoo/machine-learning-examples
机器学习使用不同框架的常见模型的例子
keras matplotlib numpy python pytorch sklearn tensorflow
Last synced: 11 Apr 2026
https://github.com/codeslash21/data_analyst_nanodegree
Notes and projects on Data Analyst Nanodegree.
data-analysis data-analyst-nanodegree data-cleaning data-visualization data-wrangling numpy pandas python3
Last synced: 06 May 2026
https://github.com/newsoftwareculture/datascience
jupyter-notebook keras-tensorflow numpy object-detection opencv pandas python3 tensorflow
Last synced: 12 Apr 2026
https://github.com/shhiivvaam/traffic_prediction
This project explores the application of advanced neural network architectures, including Multi-Layer Perceptron (MLP), Long Short-Term Memory (LSTM), and Gated Recurrent Unit (GRU), to forecast traffic volume. 👍👍✅
conv1d conv2d keras lstm matplotlib numpy pandas seaborn sklearn statsmodels tensorflow
Last synced: 12 Apr 2026
https://github.com/maruf346/python-programs
Here some basic python programs are uploaded. Find your needed one. Happy coding!
dict-python list-in-python numpy numpy-exercises pandas-python set-in-python tuples-in-python
Last synced: 16 May 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/sanjanahombal/sentiment-analysis-using-neural-networks
This project explores sentiment analysis using neural networks
convolutional-neural-networks countvectorizer deep-learning keras matplotlib neural-network numpy python tensorflow tfidf-vectorizer
Last synced: 06 Jan 2026
https://github.com/abideen-olawuwo/georgiatimeseries
A times series forcasting
arima itertools linear-regression matplotlib numpy pandas python seaborn statistics statsmodels time-series
Last synced: 11 Apr 2026
https://github.com/rscr1/summer_practice_mai_2
Решение всех заданий летней практики
matplotlib numpy pandas python scipy sympy
Last synced: 14 Apr 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/mohith-2002/plotchart
PlotChart is a web application created by the Python library Streamlit.
matplotlib numpy pandas python streamlit
Last synced: 12 Apr 2026
https://github.com/sabdikay/analysis-of-biodiversity
This project analyzes biodiversity data from the National Parks Service, focusing on species in various park locations. Conducted in Jupyter Notebook, it uses pandas, matplotlib, NumPy, seaborn, and chi2_contingency for analysis and visualization.
data-analysis data-analysis-python data-visualization exploratory-data-analysis jupyter-notebook matplotlib numpy pandas python seaborn
Last synced: 14 Apr 2026
https://github.com/ecrows/flippy
Python command-line utility for generating videos from image directories.
data-science image-processing numpy opencv python python3 video video-processing visualization
Last synced: 04 Mar 2026
https://github.com/lexxai/goit_python_ds_hw_05
Метод опорних векторів -Support Vector Machine, SVM. Дерева рішень - RandomForestClassifier, XGBClassifier
classification numpy pandas python random-forest-classifier reporting scikit-learn svm-classifier svm-model xgbclassifier
Last synced: 12 Apr 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/prakshal0809/machine_learning_algorithms
This project showcases basic machine learning programs I developed during my studies, written in Python, intended for educational use or as a foundation for more advanced projects.
machine-learning matplotlib numpy pandas python
Last synced: 12 Apr 2026
https://github.com/lmizner/cs249_datasciencefundamentals
Course work from UCLA's CS249 - Data Science Fundamentals
data-cleaning-and-preprocessing exploratory-data-analysis jupyter-notebook knn-regression linear-regression matplotlib numpy pandas python ridge-regression
Last synced: 12 Apr 2026
https://github.com/chirindaopensource/non_linear_forecasting_backcasting
Python implementation of Gourieroux-Jasiak's (2025) mixed causal-noncausal VAR models. Features probabilistic forecasting, nonlinear innovation filtering, and state-dependent IRF analysis for financial time series with explosive dynamics. Enables robust risk assessment and structural analysis of speculative behavior.
bootstrap bubble-analysis financial-modeling forecasting jupyter-notebook monte-carlo nonlinear-modeling numpy pandas python quantitative-finance research-implementation risk-management scipy statistical-modeling time-series uncertainty-quantification var-models
Last synced: 11 Apr 2026
https://github.com/iadtya/hate-text-classification
Training RNN(LSTM) on Hate speech with tensorflow and keras
fastapi keras lstm nltk numpy pandas tenserflow
Last synced: 12 Apr 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/sujit1011/air-quality-index-prediction
machine-learning numpy pandas regression scikit-learn
Last synced: 12 Apr 2026