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/ttwag/p2_gaussian_elimination
A function that encodes the Gaussian Elimination algorithm
algorithm linear-algebra numpy python
Last synced: 29 Apr 2026
https://github.com/raufjatoi/ai-programming
Programming for AI labs
ai deep-learning jupyter-notebooks machine-learning matplotlib numpy pandas python pytorch seaborn sklearn tensorflow
Last synced: 11 Apr 2026
https://github.com/djdhairya/breast-cancer-prediction
accuracy aiml machine-learning mean numpy pandas pkl prediction python streamlit
Last synced: 11 Apr 2026
https://github.com/riju18/from-data-production-to-client-handover
The common tedious problem is to build a data app to demonstrate the data analysis & analytics along with Machine Learning to a client. It was an attempt to do it on small scale in the most powerful & simplest way.
machine-learning matplotlib numpy pandas plotly python seaborn streamlit
Last synced: 30 Apr 2026
https://github.com/samir-atra/license-plate-recognition
License plate recognition system
imageai-library knn lpr numpy object-detection opencv python tensorflow tensorflow-tutorials
Last synced: 03 May 2026
https://github.com/kishanlalchoudhary/be-sem-7
BE SEM 7 Assignments
blockchain cpp design-analysis-algorithms machine-learning matplotlib numpy pandas scikit-learn seaborn
Last synced: 11 Apr 2026
https://github.com/rock12231/data-science-using-python-jupyter-notebook
Data Science Using Python Jupyter Notebook
data-science jupyter jupyter-notebook numpy pandas python
Last synced: 15 Mar 2025
https://github.com/talapanenivarshithchowdary/asteroid-detection-ml
This project uses Machine Learning to detect and classify asteroids based on trajectory and size, aiding in Near-Earth Object detection and planetary defense.
classification data-science decision-trees jupyter-notebook knn logistic-regression machine-lea matplotlib numpy pandas pillow prediction python3 random-forest scikit-learn
Last synced: 11 Apr 2026
https://github.com/audy21/datacamp
Learning portfolio documenting my progress, while taking Data Analyst & Data Science certifications from DataCamp.
data-analysis data-science machine-learning matplotlib numpy pandas python scikit-learn seaborn
Last synced: 11 Apr 2026
https://github.com/swarnabhaghosh/house-price-prediction-model
Built an end-to-end regression pipeline to predict house prices using Linear Regression with automated preprocessing (PowerTransform, StandardScaling) via Scikit-learn's Pipeline and ColumnTransformer.
column-transformer linear-regression matplotlib-pyplot numpy pandas pipeline python scikit-learn seaborn
Last synced: 11 Apr 2026
https://github.com/nachtfeuer/covid19
Python script(s) for visualizing corona data
csv json matplotlib numpy pandas python requests tkinter
Last synced: 05 May 2026
https://github.com/amanda-ucc/market-tracker
Automated portfolio creator that generates a portoflio which mimics a bench mark index by minimizing the tracking error.
beta covariance numpy pandas scipy sharpe-ratio tracking-error variance yfinance
Last synced: 11 Apr 2026
https://github.com/ricardorobledo/ml_optimization
matplotlib numpy python scikit-learn xgboost
Last synced: 11 Apr 2026
https://github.com/allanreda/telco-customer-churn-predictor-app
A web-based machine learning application that predicts customer churn using a logistic regression model. Built with Scikit-Learn for model training, Gradio for the user interface, and deployed on Google Cloud App Engine. The app allows users to input customer data and receive predictions on churn risk to support business decision-making.
app-engine data-visualization deployment google-cloud gradio hyperparameter-tuning logistic-regression machine-learning numpy pandas scikit-learn
Last synced: 16 Apr 2026
https://github.com/andersoncrs/prediccion_precio_vehiculos_statsmodels
Este proyecto utiliza un modelo de regresión lineal para predecir el precio de vehículos basándose en sus características principales. El análisis incluye la definición del problema, exploración y limpieza de datos, conversión de variables categóricas a numéricas, evaluación de correlaciones y entrenamiento del modelo.
analisis-de-datos analisis-exploratorio-de-datos matplotlib numpy seaborn statsmodels visualizacion-de-datos
Last synced: 26 Apr 2026
https://github.com/patilsukanya/assignment-07-clustering-q2-crime
Used libraries and functions as follows:
clustering-algorithm dbscan eda groupby-method matplotlib-pyplot numpy pandas python scatter-plot sklearn standard-scaler
Last synced: 11 Apr 2026
https://github.com/emhash/numpy-tutorial
Just simple tasks of practice of NumPy library of python
numpy numpy-library numpy-tutorial python
Last synced: 11 Apr 2026
https://github.com/lijesh010/ml_project_data_preprocessing
The main objective of this project is to design and implement a robust data preprocessing system that addresses common challenges such as missing values, outliers, inconsistent formatting, and noise. By performing effective data preprocessing, the project aims to enhance the quality, reliability, and usefulness of the data for machine learning.
data-cleaning data-exploration data-preprocessing machine-learning numpy pandas-python python scikit-learn
Last synced: 11 Apr 2026
https://github.com/project54321/stocksniper
"An interactive Stock Dashboard that visualizes historical prices, calculates key financial metrics, displays fundamental statements, and aggregates the latest news for any ticker — all in a sleek, easy-to-use Streamlit interface."
alphavantage finance numpy pandas plotly pypi python stock-market stocknews streamlit
Last synced: 11 Apr 2026
https://github.com/kkufieta/carnd-vehicle-detection
Vehicle Detection & Tracking - Self Driving Cars
cv2 hog-features numpy self-driving-car sklearn vehicle-detection
Last synced: 11 Apr 2026
https://github.com/isabelacaldeira/chutelibre
Crashing into code. Here is a physics problem about free fall solved with python!
freefall jupyter-notebook matplotlib numpy physics physics-simulation python3
Last synced: 11 Apr 2026
https://github.com/cfbastarz/jupyternotebooks
A collection of several Jypyter notebooks.
dask matplotlib numpy python xarray xesmf
Last synced: 18 Jan 2026
https://github.com/chanmeng666/advanced-neural-network-applications
Practical implementations of perceptron and linear neuron models for classification and regression, with mathematical analysis and visualizations in Jupyter notebooks.
classification data-analysis data-science educational gradient-descent jupyter-notebook linear-neuron machine-learning matplotlib neural-network neural-networks numpy perceptron python regression
Last synced: 03 May 2026
https://github.com/binakot/python3-course
course data-science learning matplotlib numpy pandas python
Last synced: 11 Apr 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: 01 May 2025
https://github.com/patilsukanya/assignment-04.-simple-linear-regression-q1
Used libraries and functions as follows:
correlation-analysis data-visualization distplot eda feature-engineering model-building model-predictions model-testing numpy ols-regression p-value pandas python r-square-values regression-plot seaborn simple-linear-regression smf statmodels t-score
Last synced: 09 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/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/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/epsoft/embedding
Embedding
adam dense embedding flatten itertools numpy onehotencoder optimizers pandas sequential tensorflow
Last synced: 12 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/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/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/sadegh15khedry/creditcard-transaction-anomaly-detection-using-isolationforest
detecting fraudulent transactions in credit card data using anomaly detection techniques.
anomaly-detection matplotlib numpy pandas python seaborn sklearn
Last synced: 27 Feb 2025
https://github.com/marvin-vw/3dengine_python
3D engine written in Python using OpenCV and NumPy
Last synced: 04 Feb 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/offthetab/matcha_code_generation
Fine-tunning MatCha model for better python matplot lib code generation by given chart.
fine-tuning huggingface matcha matplotlib numpy pandas pil sklearn torch
Last synced: 20 Jan 2026
https://github.com/jvictor011/analise_de_dados_pokemon
Este projeto se concentra na análise dos dados da Pokedex, que incluem informações sobre vários Pokémon. O código em Python realiza várias etapas de análise exploratória de dados (AED) e gera visualizações para entender melhor as características dos Pokémon.
matplotlib numpy pandas python scipy
Last synced: 07 May 2025
https://github.com/alwaysvivek/next-word-prediction
🔮 Predicts the next word in a text sequence using either an N-gram statistical model or an LSTM-based neural network.
argparse laplace-smoothing machine-learning neural-network ngrams nlp nltk numpy python3 tensorflow
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/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/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/winterwind/housingpricesproject
A two-part project involving making predictions using various regressors and then implementing linear regression from scratch and predicting that way
csv csv-files data-science decision-tree gradient-descent jupyter jupyter-notebook knearest-neighbors knn linear-regression linear-regression-scratch machine-learning matplotlib matplotlib-pyplot numpy pandas python random-forest regression sklearn
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/3rd-son/movie-streaming-service-analysis
Exploratory Data Analysis of the Streaming Services like Neflix, Hulu, Disney+ etc
data-analysis exploratory-data-analysis jupyter-notebook matplotlib numpy pandas plotly python seaborn
Last synced: 18 Apr 2026
https://github.com/mariam-zaidi/credit_risk_analytics
Performing Exploratory Data analysis for loan application approvals and understanding Risk analytics
exploratory-data-analysis matplotlib numpy pandas risk-analytics seaborn
Last synced: 06 May 2026
https://github.com/allenvox/statistics
Workspace for applied problems of probability theory & mathematical statistics & modelling class
acf autocorrelation distribution k-means k-means-clustering maths matplotlib numpy probability-theory python sklearn statistics
Last synced: 17 Apr 2026
https://github.com/nisch-mhrzn/book-recommender-system
A Flask-based application that suggests books tailored to user preferences, leveraging collaborative filtering and a curated dataset.
Last synced: 12 Apr 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/manojkp08/student-performance-analysis
The Student Performance Analyzer is your go-to solution for understanding and improving student performance. By blending the power of machine learning with interactive visualizations, this tool provides educators and learners with personalized insights into learning styles, performance gaps, and actionable improvements.
machine-learning numpy pandas python requests scikit-learn streamlit
Last synced: 12 Apr 2026
https://github.com/jvictor011/analise_de_precos_de_materias-primas_agricolas
Este projeto concentra-se na análise dos dados de preços de várias matérias-primas agrícolas ao longo do tempo. O conjunto de dados usado para esta análise é chamado de agricultural_raw_material.csv.
matplotlib numpy pandas python seaborn
Last synced: 07 May 2025
https://github.com/parkjungyoon/til-data_study
✍ 데이터분석, 데이터베이스, 클라우드 컴퓨팅 등을 공부하고 기록하는 저장소 입니다.
crawling machine-learning monodb mysql numpy pandas python
Last synced: 12 Apr 2026
https://github.com/mzayles/report_consolidado_analise-descritiva
💻📊✅ Curso de Programação em Python para Data Science | Mensuramento de dados com Matplotlib.
matplotlib numpy pandas python
Last synced: 24 Mar 2025
https://github.com/mzayles/base_vendas_analise-exploratoria
💻📊✅ Curso de Programação em Python para Data Science | Identificando e analisando problemas.
Last synced: 24 Mar 2025
https://github.com/sultanazhari/prediction-model-of-customers-leaving
Bank Beta Company focus on retain existing customers, our task is to create a model that predicts whether or not a customer will leave the bank soon.
accuracy-score confusion-matrix logistic-regression-algorithm matplotlib-pyplot numpy pandas python3 random-forest roc-auc-score seaborn train-test-using-sklearn
Last synced: 20 Apr 2026
https://github.com/sujalk777/signal_systems_lab
This repository contains the assignments for the Signal Systems Laboratory course offered at IIT Jammu Autumn 24
jupyter-notebook librosa linux matplotlib numpy python raspberry-pi
Last synced: 12 Apr 2026
https://github.com/shreeparab1890/chat-analyzer
This project is a Data Analysis project to analyze the WhatsApp chats.
data-analysis numpy pandas python
Last synced: 12 Apr 2026
https://github.com/shandilya1998/neurorobotics
Python tools for robotics, deep reinforcement learning and neuroscience research.
computational-neuroscience mujoco mujoco-py numpy openai-gym pytorch reinforcement-learning robotics
Last synced: 12 Apr 2026
https://github.com/abideen-olawuwo/converted-web-app
Deploying model with Flask
flask jsonify matplotlib numpy pandas pickle python requests
Last synced: 12 Apr 2026
https://github.com/hediyeorhan/styletransfer
artificial-intelligence deep-learning numpy python tensorflow
Last synced: 12 Apr 2026
https://github.com/criscorreas/ad-prediction-classification-models
Alzheimer's Disease (AD) prediction using the OASIS-2 dataset
alzheimers-disease keras lgbmclassifier matplotlib model-classification numpy oasis-2 pylab python pytorch scipy seaborn sklearn tensorflow
Last synced: 12 Apr 2026
https://github.com/sofiaalmaz/fanfictionproject
Анализ фанфиков по Гарри Поттеру с целью написания самого популярного фанфика
analysis fanfics fanfiction harry-potter jypyternotebook matplotlib ml networkx numpy pandas python scipy seaborn streamlit wordcloud
Last synced: 06 Jan 2026
https://github.com/ailsonguedes/iris-flower-ml-project
Machine learning model using logistic regression to classify the Iris-Flower of dataset.
classification data-science dataset ia iris-classification iris-dataset jupyter-notebook logistic-regression machine-learning numpy pandas python sklearn
Last synced: 12 Apr 2026
https://github.com/varuntotakura/face-recognition
My own code for Face Recognition using Python
face-recognition numpy opencv python tensorflow
Last synced: 09 Apr 2026
https://github.com/khushi130404/catnet
CatNet is a simple machine learning project that classifies images as either a cat or not a cat using logistic regression. The dataset consists of labeled images of cats and non-cats, preprocessed and used to train a binary classification model.
h5py matplotlib numpy pillow scipy
Last synced: 12 Apr 2026
https://github.com/c-mohammed-zaid/python
A diverse collection of Python projects showcasing skills in game development, data manipulation, and utility tools, including classic games, encryption, and data analysis.
jupyter-notebook matplotlib numpy pandas python scipy turtle
Last synced: 06 Jan 2026
https://github.com/kareem74x/data-mining-uni-project
A project focused on applying data mining techniques to extract insights from datasets
data-mining matplotlib numpy pandas python
Last synced: 25 Feb 2026
https://github.com/akashash01/random_forest
It enable learning method for classification, regression and other task. Operates by building multiple decision tree ay training time. It is much more robust than Decision Tree algorithm.
data-science machine-learning numpy pandas python random-forest-classifier sklearn supervised-learning
Last synced: 01 Apr 2025
https://github.com/asier-ortiz/ai-course-notebooks
AI course Notebooks and Exercises
keras matplotlib numpy pandas python seaborn skit-learn tensorflow
Last synced: 12 Apr 2026
https://github.com/rohitinu6/image_cartoonify
To Cartoonify an Image using opencv-python
image-processing matplotlib numpy opencv opencv-python python
Last synced: 12 Apr 2026
https://github.com/tnleite/credit-card-customer-clustering
Este repositório apresenta um projeto de segmentação e predição de clientes de cartões de crédito. Utilizando EDA, clusterização (K-Means) e machine learning, o objetivo é prever o grupo de novos clientes, apoiando estratégias de marketing personalizadas.
classification-algorithm clustering-algorithm clustering-analysis data-science exploratory-data-analysis kmeans-clustering logistic-regression machine-learning-algorithms machine-learning-models matplotlib numpy scikit-learn seaborn
Last synced: 07 May 2026
https://github.com/prashhhant213/customer-behavior-analysis-for-walmart-black-friday-sales
This project is a Walmart case study analyzing customer purchase behavior by gender and demographics to inform business decisions, especially around spending habits during events like Black Friday.
matplotlib numpy pandas python scipy seaborn
Last synced: 06 Jan 2026
https://github.com/arrmansa/leetcode-nice-solutions
Some solutions for leetcode problems that I found fun - either the algorithm or using numpy bruteforce where it shouldn't be
leetcode leetcode-python leetcode-python3 leetcode-solutions numpy python python3
Last synced: 16 Mar 2025
https://github.com/aneeshmurali-n/python-tasks
Here we are going to learn data science and python by doing tasks by task
data-science data-visualization exploratory-data-analysis filter lambda lambda-functions map-reduce matplotlib numpy oops-in-python pandas python python-fundamentals regex regular-expression
Last synced: 12 Apr 2026
https://github.com/shreenidhi7700/skimlit-project
Natural Language Processing Project -SKIMLIT
google-colab lstm-neural-networks numpy pandas python3 rnn-tensorflow tensorflow
Last synced: 09 Apr 2026
https://github.com/rishabhmathur06/data_analysis-netflix
data data-analytics data-science matplotlib-pyplot numpy pandas python seaborn
Last synced: 12 Apr 2026
https://github.com/parth-jatav/super-store-analysis-project
The Super Store Analysis project leverages Python libraries such as pandas, matplotlib, and numpy to perform a comprehensive analysis of a retail store's data. This project includes data cleaning, visualization, and statistical analysis to identify key trends, optimize inventory, enhance decision-making processes for improved business performance.
data-analysis matplotlib numpy pandas python super-store
Last synced: 12 Apr 2026
https://github.com/mahmoudnamnam/superstore-analysis
This project explores the SuperStore dataset to uncover insights into sales, profit, and customer behavior. It identifies key trends, regional variations, and product performance, using data analysis and machine learning techniques to guide business strategy and optimize performance.
clustering data-analysis data-science data-visualization geopandas jupyter-notebook machine-learning numpy pandas plotly regression seaborn sklearn
Last synced: 12 Apr 2026
https://github.com/gyselle-marques/reconhecimentofacial-desafiodio
Machine Learning: Sistema de Reconhecimento Facial criado com OpenCV e YOLO11.
colab-notebook dataset dio-bootcamp face-detection face-recognition image-classification machine-learning numpy object-detection opencv opencv-python portuguese-brazilian python transfer-learning yolo yolov11
Last synced: 12 Apr 2026
https://github.com/lmizner/codecademy_life_expectancy_gdp
Utilize understanding of data visualization to analyze and plot data about GDP and life expectancy
barplot jupyter-notebook lineplot matplotlib-pyplot numpy pandas python scatterplot seaborn
Last synced: 12 Apr 2026
https://github.com/thariniselvakumar/kidney-disease-prediction
This project is about the kidney disease prediction using machine learning algorithms
machine-learning matplotlib numpy pandas scikit-learn seaborn
Last synced: 12 Apr 2026
https://github.com/afnanenayet/kaggle-titanic
The classic Kaggle Titanic data science challenge
backprop backpropagation classification classifier data forest kaggle layer learn mlp multi numpy pandas perceptron random science scikit sklearn titanic
Last synced: 12 Apr 2026
https://github.com/ledsouza/python-powerbi
Desenvolver uma dashboard para análise do mercado financeiro utilizando Python e Power BI
etl matplotlib numpy pandas powerbi python seaborn
Last synced: 12 Apr 2026
https://github.com/bearddan2000/python-web-3d-matplotlib-distribution-cumulative-graph
A demo of creating a 3d distribution cumulative graph.
3d cumulative distribution graph matplotlib numpy pandas python web
Last synced: 12 Apr 2026
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/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/filip-kustura/python-covid-19-behaviors-analysis
Using Jupyter Notebook, this university project analyzes attitudes and behaviors related to the COVID-19 pandemic using a two-year survey from Imperial College London and YouGov research company. Utilizing Pandas, NumPy and Matplotlib, the data analysis focuses on three countries, exploring trends and insights throughout the pandemic.
covid-19 data-analysis data-visualization jupyter-notebook matplotlib numpy pandas python university-project
Last synced: 12 Apr 2026
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/rizkyrajitha/ann_101
A really simple neural network for binary classification written from scratch using python
Last synced: 08 May 2026
https://github.com/alisonmitchell/countries-of-the-world
Exploratory Data Analysis of US Government data from the World Factbook to investigate GDP ($ per capita), Literacy (%) and Phones (per 1000).
data-science machine-learning matplotlib numpy pandas python seaborn
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/akashkg03/facial-expression-image-classification
This notebook involves to build a facial expression image classifier which categorizes facial expressions into one of seven emotions: anger, disgust, fear, happiness, sadness, surprise, and neutral.
jupiter-notebook numpy pandas python
Last synced: 28 Apr 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