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/csanri/simplenn
Simple Neural Network for MNIST Classification
machine-learning-algorithms neural-network numpy python
Last synced: 19 Apr 2026
https://github.com/emerald-geomodelling/downfile
A safe & version independent pickle alternative that integrates setuptool entry points for extensions
feather json numpy pandas python serialization
Last synced: 19 Apr 2026
https://github.com/ola-kaznowska/ai-python
Artificial Neural Networks in Python
ai artificial-intelligence artificial-neural-networks machine-learning numpy numpy-library python3 tensorflow tensorflow2
Last synced: 20 Apr 2026
https://github.com/abideen-olawuwo/language-detection
A language detection app
countvectorizer multinomial-naive-bayes numpy pandas
Last synced: 20 Apr 2026
https://github.com/prahaladhchandrahasan/housingprices_adavanced_regression
A machine learning model for "House Prices: Advanced Regression Techniques" kaggle competition.
machine-learning-algorithms matplotlib-pyplot numpy pandas python3 scikit-learn
Last synced: 20 Apr 2026
https://github.com/levieyal/oop-course-exercises
The first exercises in the OOP in Java and python course that took place in the first semester of 2021
docs git github graph-algorithms interfaces numpy python solid-principles unit-testing
Last synced: 20 Apr 2026
https://github.com/jbalooshie/school_district_analysis
Analysis of standardized testing results using NumPy and Pandas, executed in Jupyter Notebook. Summaries of the testing results are provided based on school, test type, and grade level.
data-analysis data-science dataframes jupyter-notebook numpy pandas python
Last synced: 20 Apr 2026
https://github.com/vtorres09/projetomonitoriaip
📋 Data analysis of a dataset created to select students to be teacher assistant (Introduction to Programming).
numpy object-oriented-programming pandas python
Last synced: 20 Apr 2026
https://github.com/mkhekare/bikesharing_ml
Provides insights into the bike sharing trends based on various factors such as time of day, season, and weather. The findings can be used to improve bike sharing services and understand user behavior.
matplotlib numpy numpy-library pandas seaborn
Last synced: 20 Apr 2026
https://github.com/carefree0910/mlblog
My Machine Learning Blog
deep-learning machine-learning numpy visualization
Last synced: 20 Apr 2026
https://github.com/agoose77/midas-tape
An Awkward-Forth backed reader of MIDAS tape files
awkward-array awkward-forth hep midas numpy tape
Last synced: 21 Apr 2026
https://github.com/danpoynor/pet-shelter-data-analysis-notebook
Demonstration of skills analyzing data from a pet shelter. The CSV data contains tables detailing the incoming and outgoing animals and I use my knowledge of Pandas to gather and present the requested information.
csv data-analysis data-cleaning data-science jupyter-notebook matplotlib numpy pandas pet-shelter tabular-data
Last synced: 21 Apr 2026
https://github.com/mohammed-majid/image-classification-nn
Image classification using custom Neural Network (No ML packages)
custom multiclass-classification neural-network numpy
Last synced: 22 Apr 2026
https://github.com/mariacarolinass/analise-de-dados
Iniciando com NumPy e Matplotlib
matplotlib matplotlib-pyplot numpy numpy-exercises
Last synced: 23 Apr 2026
https://github.com/johanntf/direccion_maximo_crecimiento
Dirección de máximo crecimiento en una función multivariable dado un punto de partida
customtkinter matplotlib numpy python
Last synced: 18 May 2026
https://github.com/sanjanahombal/study-on-sentiment-analysis
This project explores the optimal combination of Bag-of-Words and TF-IDF vectorization with Naive Bayes and SVM for sentiment analysis. It evaluates performance using accuracy, precision, recall, and F1-score, addressing ethical concerns like data privacy and bias to improve sentiment classification in real-world applications.
bag-of-words confusionmatrix googlecollab gridsearch-crossvalidation matplotlib-pyplot naive-bayes-classifier numpy pandas seaborn sklearn svm-classifier tfidf-vectorizer
Last synced: 07 Jan 2026
https://github.com/sultanazhari/customer-habit-analysis-model
Megaline company wants to develop a model that can analyze consumer behavior and recommend one of Megaline's two new plans: Smart or Ultra. In this classification task, we need to develop a model that is able to choose the right package
accuracy-score decision-tree-classifier logistic-regression matplotlib-pyplot numpy pandas python3 random-forest-classifier seaborn train-test-using-sklearn
Last synced: 11 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/santiagoenriquega/custom_neural_net
This repository focuses on building a neural network from scratch using only base python and Numpy.
gradient-descent neural-network numpy optimization python
Last synced: 18 May 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/erikaax08/numerical_methods
This repository hosts the project developed for the Numerical Methods class at the Benemérita Universidad Autónoma de Puebla (BUAP)
django maths matplotlib numerical-methods numpy plotly
Last synced: 19 Aug 2025
https://github.com/dor-sketch/audio-visual-synth
Combining real-time graphics, audio synthesis, and interactive elements to create an engaging, cross-platform music visualizer.
image-processing midi-player music-composition musicsheet notes-tool numpy pygame pygbag pyopengl
Last synced: 18 May 2026
https://github.com/ksalekk/ct-visualizer
computed-tomography dicom medical-imaging numpy pyside6 python
Last synced: 18 May 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/yash22222/analysis-of-amcat-aspiring-minds
Analyzing employment outcomes for engineering graduates based on a provided dataset. Specifically, it aims to verify a claim regarding the salary range for fresh graduates in certain engineering roles and investigate potential relationships between gender and specialization preferences.
amcat aspiring-minds charts computer-engineering data-analytics data-vizualisation dataset graph machine-learning matplotlib numpy pandas python seaborn
Last synced: 12 Apr 2026
https://github.com/yesenvidnath/facerecognito-pythonfacialrecognitionapplication
this is a web application created to detect faces using a pre-given image links through Excel format, this project uses Pytorch & Flask
Last synced: 10 Apr 2026
https://github.com/lefteris-souflas/economic-connectedness-analysis
Jupyter notebook, replicating studies on social capital from Nature journal, analyze economic connectedness, upward income mobility, and more. Python and relevant datasets are utilized to recreate figures and analyses.
analytics choropleth-map json jupyter-notebook matplotlib matplotlib-pyplot numpy pandas plotly-express python3 regplot scatterplot seaborn stata visualization
Last synced: 07 Apr 2026
https://github.com/altaris/turbo-broccoli
JSON (de)serialization extensions
bokeh json keras numpy pandas pytorch serialization sklearn tensorflow
Last synced: 04 Jan 2026
https://github.com/bearddan2000/python-web-3d-matplotlib-scatter-parametric-curve-graph
A demo of creating a 3d scatter parametric curve graph.
3d curve graph matplotlib numpy pandas parametric python scatter web
Last synced: 09 Apr 2026
https://github.com/kr1shnasomani/facetronix
A toolkit for face detection, annotation, and mask recognition.
computer-vision deep-learning keras neural-network numpy opencv tensorflow
Last synced: 05 Apr 2026
https://github.com/yalai92/master_academic_projects
This repository is dedicated to showcasing the academic projects completed during my Master in Data Science & AI. The main objective is to show a collection of projects in various data science fields, including: data cleaning & preprocessing, data analysis, data visualization, machine learning, clustering, among others.
automation clustering data-merging google-colab jupyter-notebook machine-learning matplotlib numpy pandas powerbi python sklearn xgboost
Last synced: 13 Jun 2025
https://github.com/muhkartal/fr-framework
A modular and extensible face recognition framework featuring real-time detection, facial landmark analysis, and recognition with API support.
dlib face-recognition fastapi numpy opencv pillow pydantic python-multipart requests scipy uvicorn
Last synced: 13 Apr 2026
https://github.com/toon-van-berkel/imagetovideofx
ImageToVideoFX is a simple Python project that takes an image (JPG/PNG) and transforms it into a short video with a smooth zoom effect. You can optionally add background music. This is perfect for content creators or developers who want to automate turning images into engaging video content.
imagetovideo moviepy numpy pillow python
Last synced: 08 May 2025
https://github.com/trups39/nyc-green-taxi-trip-analysis
Analyze NYC Green Taxi data, predicting fares and optimizing pickup locations using Regression machine learning models uncover travel patterns.
numpy pandas predictive-modeling python3 regression-models skit
Last synced: 17 Feb 2026
https://github.com/raminbadri/machine-learning-with-python
This where I will upload all my machine learning projects and samples
classification clustering data-science jupyter-notebook machine-learning matplotlib numpy pandas python3 regreession scikit-learn
Last synced: 12 Apr 2026
https://github.com/guifernandess7/ciencia-de-dados-e-ml-notebooks
Notebooks com uso dos módulos Pandas, Numpy e Matplotlib para análise de dados e criação de gráficos e tensorFlow e seaborn para machine learning e visualização
machine-learning matplotlib numpy pandas python tensorflow
Last synced: 04 Apr 2026
https://github.com/lgope/book-recommender-system
Book recommender system a Collaborative Filtering Based Recommender System using Machine Learning, Numpy, Pandas Python, Flask, Kaggle Dataset
collaborative-filtering flask html-css jupyter-notebook kaggle-dataset machine-learning numpy pandas python
Last synced: 13 Apr 2026
https://github.com/yannbouyeron/yannbouyeron.github.io
Python pour les SVT
1s alignement anagene biopython clustal enzyme genetique genopy geopandas koala matplotlib-pyplot numpy pandas phylogenie python svt traduction transcription ts
Last synced: 10 Apr 2026
https://github.com/rajesh9943/developing-a-bike-buyer-sales-report-dashboard-using-excel
This dataset has details of 1000 users from different backgrounds and whether or not they buy a bike. This data can be used to build the dashboard in Google Sheets. There are some NA (Null / Empty) values injected in the dataset. Use this dataset for Data Cleaning, Exploration, and Visualization.
excel google-sheets numpy pandas-library python3
Last synced: 17 May 2026
https://github.com/adikahnf/Data-analysis-with-Python
data-analysis numpy pandas python streamlit
Last synced: 31 Dec 2025
https://github.com/sudarshanc00/brain-tumor-classification
This project uses a deep learning model in PyTorch to classify brain MRI images into four tumor types, aiding early diagnosis and treatment planning. Two ResNet-based models were developed and optimized, achieving high accuracy to support healthcare professionals in identifying tumor categories.
matplotlib numpy pytorch resnet scikit-learn streamlit
Last synced: 10 Apr 2026
https://github.com/mathensley/asimpleneuralnetworklib
A simple library in Python for training datasets using neural network models
deep-learning neural-networks numpy python
Last synced: 19 Apr 2026
https://github.com/firewind25/gdp-data-extraction-and-processing
Data Extraction from a web resource using Web-Scraping and request APIs. Processed it using Pandas and NumPy libraries. Finally exporting it to csv file for further analysis
numpy pandas python webscraping
Last synced: 12 Jul 2025
https://github.com/blinksta1ker/spam-mail-classification
Supervised ML model using Logistic Regression model to classify an email as Ham or Spam
jupyter-notebook logistic-regression machine-learning numpy pandas python sklearn supervised-machine-learning
Last synced: 09 Apr 2026
https://github.com/zombietdv/cnn_and_beta-vae-
CNN and Beta-VAE implementation. Only Numpy as the main library.
automatic-differentiation backpropagation-algorithm beta-vae cnn deep-learning numpy optimization-algorithms
Last synced: 21 Mar 2025
https://github.com/mnitin-reddy/image-compression-using-k-means-clustering
This project implements the K-means algorithm for clustering and image compression. It reduces the number of colors in an image using K-means, achieving compression while maintaining key visual features. The project demonstrates the process on a sample dataset and a real image.
image-processing imagecompression kmeans-clustering machine-learning matplotlib numpy
Last synced: 19 May 2026
https://github.com/wondermongering/nonlineardatagen
A flexible Python framework for generating, fitting, and visualizing noisy nonlinear data. Perfect for educational purposes, algorithm testing, and demonstrating statistical concepts. Includes tools for various noise models, custom function fitting, robust error metrics, and publication-quality visualizations
curve-fitting data-simulation data-visualization education educational-tool interpolation mathematical-modelling matplotlib noise-modeling numpy regression-analysis scientific-computing scipy signal-processing statistics teaching-resource time-series-analysis
Last synced: 22 Aug 2025
https://github.com/aminkhavari78/-maternal-health-risk-data-set
In this part I'm working on Maternal Health Risk Prediction
data-science linearsvc machine-learning matplotlib numpy pandas scatter-plot sklearn
Last synced: 05 May 2026
https://github.com/xkomil/datasciencesummerstudy
I want to document in this repository all my studying data science topics
data-science data-visualization machine-learning meteostat numpy pandas seaborn sklearn streamlit-webapp
Last synced: 05 May 2026
https://github.com/Madhuresh2011/Leetcode-Questions-Analysis-Using-Python
The LeetCode Question Analysis is a Python-based project designed to help users analyze and gain insights into LeetCode problems. It allows users to track, categorize, and evaluate their progress, identify patterns in problem-solving, and optimize the preparation.
analysis csv-files matplotlib-pyplot numpy pandas python python-project seaborn
Last synced: 13 Sep 2025
https://github.com/mjshubham21/ny_yellow_taxi_python_da_project
A data analysis project of New York Yellow Taxi (Feb of 2025) using Python and its libraries for analytics like : NumPy, MatPlotLib, Pandas and Seaborn.
data-analysis jupyter-notebook matplotlib numpy pandas python seaborn
Last synced: 04 May 2026
https://github.com/avin27/credit-card-fraud-detection
A python script to analyse credit card data to detect fraudulent transactions
data-science numpy pandas sklearn
Last synced: 10 Apr 2026
https://github.com/nermeenkamal/population_growth_analysis_and_visualization
Python
analysis data-science dataset matplotlib numpy pandas python seaborn visualization
Last synced: 02 May 2026
https://github.com/liblaf/array-typing
🧮 Type-safe array operations for NumPy, JAX, and PyTorch
array code-quality documentation jax numpy python static-analysis torch type-hints typing
Last synced: 19 Aug 2025
https://github.com/nikhilfuke1/movies-recommendation-system-python-project-
This project is a simple movie recommendation system built using Python. It suggests movies based on the similarity of titles and a predefined similarity score matrix.
difflib numpy pandas python sklearn
Last synced: 30 Dec 2025
https://github.com/memgonzales/order-brushing-shopee2020
Solution to the Week 1 Contest (Student Category) of the 2020 Shopee Code League on order brushing detection
data-analytics e-commerce fraud-detection jupyter-notebook numpy order-brushing pandas python rule-based
Last synced: 11 Apr 2026
https://github.com/omarnahhass/crypto-cast
CryptoCast is a machine learning-powered tool that showcases three fundamental prediction models for forecasting cryptocurrency prices
cryptocurrency machine-learning numpy pandas python
Last synced: 05 May 2026
https://github.com/pramodyasahan/custom-image-classification-model
This repository hosts a TensorFlow-based custom image classification model. The model is designed to classify images into binary classes, labeled as 'Happy' and 'Sad'.
computer-vision convolutional-neural-networks cv2 keras matplotlib numpy tensorflow
Last synced: 11 Apr 2026
https://github.com/zalkklop/lvsm
Official code for "LVSM: A Large View Synthesis Model with Minimal 3D Inductive Bias" (ICLR 2025 Oral)
attention-mechanisms deep-learning github-config large-view-synthesis matplotlib multi-label-classification nltk numpy one-vs-rest python seaborn sql tensorflow transformers
Last synced: 09 Apr 2025
https://github.com/elmezianech/email-spam-ham-classifier-lr
Email Classifier: A machine learning project using Python that categorizes emails into spam and ham (non-spam). Utilizes the Scikit-Learn library, employing logistic regression and TF-IDF (Term Frequency-Inverse Document Frequency) vectorization for text analysis and classification.
ai emails jupyter-notebook logistic-regression machine-learning ml numpy pandas python spam-detection spam-filtering tfidfvectorizer
Last synced: 09 Apr 2026
https://github.com/sagravela/plotground
Plotting Tool with Matplotlib and Tkinter. Video Demo:
matplotlib numpy python tkinter
Last synced: 19 May 2026
https://github.com/DYK-Team/vna-impedance-measurements
Calibration and deembedding for impedance measurments
antenna-equation cst-studio de-embedding delay-time lab-automation magneto-impedance microstrip numpy pcb-cells phase-unwrapping probe python rohde-schwarz scattering-parameters scpi-instruments sensors solt-calibration surface-impedance vna zhejiang-university
Last synced: 08 May 2025
https://github.com/shshojaei/python-tutorial
Python tutorials
jupyter-notebook matplotlib numpy pandas programming-t python python-tutorial scipy seaborn tutorial
Last synced: 05 Apr 2026
https://github.com/martinkersner/kmeans-meetup
Presentation about k-Means for Seoul AI Meetup on July 22, 2017.
kmeans numpy python scikit-learn
Last synced: 03 May 2026
https://github.com/paulinhok14/csgo-datascience-project
📊 Analysis of CS:GO grenade usage patterns and their impact on match outcomes using data science and statistical methods.
matplotlib mlflow numpy python scikit-learn scipy seaborn
Last synced: 30 Dec 2025
https://github.com/chandkund/recipe-recommendations
The Recipe Recommendations project leverages natural language processing (NLP) techniques to process recipe descriptions and classify them into categories like desserts, main courses, and more. The system provides personalized recommendations by analyzing the text input and suggesting relevant recipes.
embeddings matplotlib nlp numpy pandas softmax tensorflow
Last synced: 06 Apr 2026
https://github.com/redinfinitypro/ai_projects
Rating (7/10) The code is a chatbot that interacts with users based on article content. However, issues include incorrect sorting, typos, incorrect indentation, and lack of explanations for each part, potentially affecting the bot's robustness and understanding of context.
newspaper nltk numpy python random sklearn string warnings
Last synced: 20 Jul 2025
https://github.com/andreazoccatelli/knn_fromscratch
knn implementation in numpy
classification knn-classifier machine-learning numpy
Last synced: 19 May 2026
https://github.com/tahir1072a/titanic-veri-analizi
Kaggle Titanic veri seti kullanılarak NumPy ve Pandas ile yapılan veri analizi projesi.
data-science kaggle numpy pandas python titanic-survival-prediction
Last synced: 30 Dec 2025
https://github.com/ahmedabdalkreem/preprocessing
All you need to be dataset ready to work in model without any Noise.
Last synced: 07 Apr 2026
https://github.com/ashishsingh789/customer_purchase_prediction_using_decision-tree-_classifier
Decision Tree Classifier to predict customer purchases using demographic and behavioral data. Key steps: data preprocessing, EDA, model training, evaluation, and feature importance analysis.
data datascience desiciontree eda machine-learning-algorithms matplotlib numpy pandas-dataframe python seaborn
Last synced: 11 Apr 2026
https://github.com/abideen-olawuwo/loan
A loan prediction modes
adaboostclassifier catboost-classifier gaussian knearest-neighbor-algorithm linear-svc logistic-regression matplotlib naive-bayes-classifier numpy pandas sklearn xgboost
Last synced: 10 Apr 2026
https://github.com/adijo/multilayeredperceptron
An implementation of a multi-layered perceptron.
deep-learning machine-learning numpy
Last synced: 01 May 2026
https://github.com/rtmigo/skifts_py
Search for the most relevant documents containing words from a query. Uses Scikit-learn and Numpy
cosine-similarity information-retrieval numpy python scikit-learn text-mining tf-idf
Last synced: 19 Aug 2025
https://github.com/hariprasath-v/machinehack-odetocode_predicting_weather_using_alien_fruit_properties
Identify the type of climate the exoplanet has based on the properties of the fruit by using machine learning.
catboost machine-learning matplotlib numpy pandas seaborn shap sklearn
Last synced: 11 Apr 2026
https://github.com/ashwathdazur/understanding-ds-using-python
Python NumPy, Pandas, Matplotlib and Seaborn for Data Analysis, Data Science and ML. Pre-machine learning Analysis.
data-science dataanalysis matplotlib numpy panda python3
Last synced: 19 May 2026
https://github.com/abhijeet107/household-transactions-analysis-report
This project analyzes household financial transactions spanning from 2015 to 2018, focusing on income, expenses, net savings, and spending patterns across categories and modes of payment.
matplotlib numpy pandas powerbi python seborn
Last synced: 11 Apr 2026
https://github.com/csengupta1101/career-survey---data-scientist
This repository holds an in depth analysis of Scrapped data from naukri.com. which showcases in in demand skills and opportunities in Data science across the subcontinent.
analysis career data-science matplotlib naukri numpy pandas python3
Last synced: 07 May 2026
https://github.com/jpgiant/training_project
Analyzing whether there is a difference between the average death ages of left handers and right handers using Bayesian Conditional Probability Theorem.
bayesian-statistics data-analysis data-visualization numpy pandas-dataframe python
Last synced: 30 Apr 2026
https://github.com/chubi-x/sort-it-image-classifier
Sort-it is an image classification application that classifies images of cats, dogs, bicycles, cars, and motorcycles.
image-classification machine-learning numpy pandas python streamlit tensorflow
Last synced: 05 Apr 2026
https://github.com/yashika-malhotra/machine-learning---linear-regression-on-education-institute
In this analysis, I built a model to predict graduate admissions using Linear, Ridge, Lasso, and ElasticNet regressions. CGPA, GRE, and TOEFL scores emerged as key predictors. ElasticNet effectively handled multicollinearity and balanced L1 and L2 regularization.
linear-models linear-regression matplotlib normalization numpy pandas python seaborn sklearn sklearn-library standardization standardscaler statsmodels
Last synced: 20 Jan 2026
https://github.com/hariprasath-v/machinehack_intel_oneapi_hackathon_the_llm_challenge
Generate a response for the question from pre-defined text using LLM(Extracted Question-Answering(QA) Model).
accuracy exploratory-data-analysis extractive-question-answering huggingface machine-learning matplotlib nlp nltk numpy pandas python seaborn sklearn spacy spellchecker wordcloud
Last synced: 10 Apr 2026
https://github.com/bishopce16/movies-etl
The goal of this project was to create an automated pipeline for a company Amazing Prime that is hosting a hackathon.
json numpy pandas pgadmin4 psycopg2 python regular-expressions sql sqlalchemy time
Last synced: 11 Apr 2026
https://github.com/urvee1810/bitcoin-price-forecasting-using-arma
The analysis reveals the challenges of predicting Bitcoin prices during highly volatile periods and demonstrates how traditional time series models perform under different market conditions. The project includes comparative analysis of model performance during stable and volatile market phases.
arima arma augmented-dickey-fuller-test feature-engineering machine-learning matplotlib mplfina numpy pandas python random-forest randomforestregressor scikit-learn seaborn statsmodels time-series-analysis
Last synced: 06 Mar 2026
https://github.com/subratamondal1/machine-learning
Machine Learning Notes with tools like Numpy, Pandas, Scikit-Learn.
machine-learning numpy pandas scikit-learn
Last synced: 10 Apr 2026