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-02-09 00:17:55 UTC
- JSON Representation
https://github.com/siddhantborse/atmosviz
Atmos Viz is a Python-based project designed to analyze, visualize, and predict global temperature trends across various cities and countries using time-series analysis and advanced data science techniques. Leveraging historical climate data, this project integrates machine learning models, geospatial mapping, and interactive visualizations to unco
geopandas geospatial-analysis gis matplotlib numpy pandas plotly python scikit-learn seaborn shapefiles time timeseries-analysis timeseries-data
Last synced: 06 Apr 2025
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: 30 Sep 2025
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/varuntotakura/face-recognition
My own code for Face Recognition using Python
face-recognition numpy opencv python tensorflow
Last synced: 03 Sep 2025
https://github.com/ars-sg/python_projects
A collection of diverse Python projects. Each project is meant to highlight different aspects of Python, from data analysis and web development to automation and machine learning. Feel free to explore the code, contribute, or reach out if you have any questions or collaboration ideas!
machine-learning matplotlib numpy pandas python seaborn streamlit
Last synced: 31 Dec 2025
https://github.com/allanotieno254/pinecone-index-creation-vector-store-database-
This project demonstrates how to create an index in Pinecone, a vector database optimized for similarity search and machine learning applications. The notebook covers setting up a Pinecone client, creating an index, and managing vector data efficiently.
index jupyter-notebook numpy pinecone python
Last synced: 01 Apr 2025
https://github.com/ferdos-coder/instacartmarketbasketanalysisportflio
a repository for statistical and visual analyses utilizing tools like Pandas, NumPy, SQL, and Power BI using InstaCart Market Basket Data
jupyter-notebook machine-learning numpy pandas python statistics
Last synced: 01 Apr 2025
https://github.com/andres15alvarez/numericalcalculator
Calculator of roots of equations and system of linear algebraic equations.
numerical-methods numpy python scipy
Last synced: 31 Dec 2025
https://github.com/paulo-santos-ds/llm
Um aplicativo web simples de tradução que converte texto do português para o inglês, construído com Streamlit e Google Translator
deeptranslate googletranslate numpy pyngrok python streamlit
Last synced: 08 Apr 2025
https://github.com/haimond/python-data-science-fundamentals
Python notebooks for data manipulation (Pandas/NumPy) and API workflows – from basics to practical examples.
advanced-analytics data data-structures data-visualization deepnote jupyter-notebook loop multivariate-analysis nba-stats numpy pandas-dataframe pie-chart probability statistics
Last synced: 01 Apr 2025
https://github.com/subhamsarangi/pdnp
Data Analysis using Python
matplotlib numpy pandas python3
Last synced: 31 Dec 2025
https://github.com/who-else-but-arjun/tourism_dashboard
dasboard data-science numpy plotly streamlit
Last synced: 08 Apr 2025
https://github.com/kartikeya443/handgesture_vol_control
This OpenCV project enables remote control of sound playback using wireless communication. It lets users adjust the master volume of the central device using finger gestures, enhancing convenience and user experience.
mediapipe numpy opencv pycaw wireless-communication
Last synced: 22 Apr 2025
https://github.com/jeslipriya/emotion-detection
This project is an enhanced real-time facial emotion detection system that uses deep learning (OpenCV + mini-XCEPTION) to accurately recognize human emotions through a webcam or image input. It features advanced preprocessing, temporal smoothing, and a clean visual interface for smooth and stable emotion analysis.
7-emotions deep-learning emotion-detection fer2013 numpy opencv opencv-python python tensorflow
Last synced: 03 Jul 2025
https://github.com/tsungtsetu122/datamining-cifar10-classification
Data mining project on CIFAR-10 extracted features, applying preprocessing, classification models, and evaluation techniques to improve classification performance.
matplotlib numpy pandas python scikit-learn
Last synced: 11 Jun 2025
https://github.com/renan-siqueira/reinforcement-learning-cart-pole
This repository provides implementations of a Q-learning agent to balance a pole on a cart.
artificial-intelligence gym-environment machine-learning numpy openai-gym pygame python qlearning-algorithm reinforcement-learning
Last synced: 01 Apr 2025
https://github.com/dulajkavinda/breast-cancer-detect
🧬 breast cancer classification using machine learning
added machinelearning matplotlib numpy pandas python
Last synced: 01 Apr 2025
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: 11 Jun 2025
https://github.com/faisal-khann/python-practice
This is the section for python practice, where we engage in programming exercises to improve our Python skill.
numpy numpy-arrays pandas python
Last synced: 12 Jul 2025
https://github.com/meepo69/urban-air-quality-prediction-using-deep-learning
deeplearning nueral-networks numpy python pytorch
Last synced: 02 Apr 2025
https://github.com/takana671/texturegenerator
Procedually generate texture images from noise.
cloud cubemap cv2 cython noise noise-textures numpy python skybox
Last synced: 07 Jan 2026
https://github.com/akashash01/navie_bayes
It's an simple probabilistic classifiers based on applying Bayes theorem with strong independence assumptions between the features. Highly effective for text sequence oriented data(independent variables).
data-science machine-learning numpy pandas python sklearn supervised-learning
Last synced: 24 Jul 2025
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/akashash01/decision_tree
A very specific type of probability tree that enables you to make a decision on certain process(chance event outcomes, resources cost, utility).
data-science decision-tree-classifier machine-learning numpy pandas-dataframe python sklearn
Last synced: 01 Apr 2025
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/techcsispit/algorithmic-trading
This project focuses on algorithmic training using Python in Jupyter Notebooks. It covers various data structures and algorithms, providing a hands-on approach to solving algorithmic challenges. The notebooks are designed to be interactive and educational for learners of all levels.
matplotlib numpy pandas python sklearn
Last synced: 04 Sep 2025
https://github.com/martincastroalvarez/python-video-processing
Movie generator using MoviePy, OpenCV2 and Numpy.
Last synced: 08 Apr 2025
https://github.com/harmanveer2546/recognizing-digits
I used the MNIST dataset for the implementation of a handwritten digit recognition app. To implement this, will be using a special type of deep neural network called Convolutional Neural Networks. In the end, I also build a Graphical user interface(GUI) where you can directly draw the digit and recognize it straight away.
dense flatten gui keras maxpooling mnist numpy pandas pillow python sequential
Last synced: 26 Nov 2025
https://github.com/splithor1zon/edu-barriermethodlp
Education material for learning/teaching of Linear Progrmming using Barrier Method. Presentation with commentary and python code available.
barrier-method convex-optimization cvxpy educational-project linear-programming numpy presentation python
Last synced: 28 Mar 2025
https://github.com/jayanthpotluri5513/heart-disease-prediction-using-ml
This project aims to develop a machine learning model for heart disease prediction, leveraging the potential of advanced algorithms and a comprehensive dataset.
machine-learning matplotlib numpy pandas python
Last synced: 06 Apr 2025
https://github.com/prarthana-singh/car_price_predector
machine-learning numpy pandas python sklearn-library
Last synced: 26 Nov 2025
https://github.com/subhamsarangi/ml
Machine Learning
classifier deep-learning keras machine-learning neural-network numpy pandas python3 regression scikit-learn scipy tensorflow testing training
Last synced: 27 Nov 2025
https://github.com/kr1shnasomani/facefeel
Facial emotion recognition and detection using CNN
computer-vision deep-learning keras matplotlib neural-network numpy opencv pandas seaborn tensorflow
Last synced: 09 Apr 2025
https://github.com/ddeepanshu-997/datascience--olympics-games
in this repository i am going to perform some datascience techinques on the datasaet in order to get the valuable insights with the help of python libraries , packages etc.
data-science exploratory-data-analysis insights matplotlib-pyplot numpy pandas-dataframe problem-solving python visualization
Last synced: 28 Feb 2025
https://github.com/mayankmittal29/tensortinker_statistical_methods_in_ai
This repository contains implementations of various machine learning algorithms from scratch, including Multi-Layer Perceptron (MLP), Gaussian Mixture Models (GMM), Principal Component Analysis (PCA), Autoencoders, and Variational Autoencoders.
autoencoder-mnist cupy gmm-clustering image-segmentation matplotlib-pyplot mlp-classifier mlp-regressor mnist-dataset numpy pandas pca python3 pytorch roc-auc seaborn torch variational-autoencoder
Last synced: 30 Dec 2025
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: 30 Dec 2025
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: 25 Mar 2025
https://github.com/rafali25/perceptron-algorithm
A simple implementation of the Perceptron algorithm using numpy. This project demonstrates how to classify data points by iteratively updating weights and biases based on misclassified samples. Perfect for understanding the fundamentals of linear classification!
machine-learning numpy perceptron-neural-networks pycharm-ide python
Last synced: 01 Apr 2025
https://github.com/moonmoonsamal/meesho_order_financial_analysis
Generating insights from Meesho sales data (Oct-Nov)
cleaning-dataset eda numpy pandas visualization
Last synced: 25 Mar 2025
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: 24 Mar 2025
https://github.com/armahdavi/data_pipeline_analytics_statistics_ml_pm_psd_residential_qff
Sharing all the data pipelines and processing codes, statistical modellings, descriptive statistics, plot visualizations, and machine learning from Mahdavi & Siegel (2021) (Indoor Air) Project Miestone: 2017 - 2020 Full-length article: https://onlinelibrary.wiley.com/doi/abs/10.1111/ina.12782
data-science data-visualization dust hvac indoor-air-quality jupyter-notebook machine-learning matplotlib-pyplot numpy pandas python scikit-learn scipy-stats spyder spyder-python-ide statistics
Last synced: 28 Feb 2025
https://github.com/armahdavi/ml-xgboost-regressor---rapid-filter-forensics_rff-dust-recovery-from-hvac-filter
ML modelling of dust recovery from HVAC filters: Linear Regression vs. XGBoost - Project Milestone: 2017-2020.
linear-regression machine-learning matplotlib matplotlib-pyplot mpl-toolkits-mplot3d numpy pandas python seaborn seaborn-plots sklearn xgboost-regression
Last synced: 05 Jul 2025
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/armahdavi/data_analytics_statistics_plotting_pm_airborne_sampling
All codes for the data pipelines processing, statistical modellings, descriptive statistics and plot visualizations from airborne phase of Mahdavi et al. (2021) (Environmental Pollution) Project Miestone: 2018 - 2021
data-science data-visualization machine-learning matplotlib-pyplot numpy pandas python scikit-learn scipy-stats statistics
Last synced: 11 Jul 2025
https://github.com/waghraj1699/codeclauseinternship_crop_disease_identification
Crop Disease detection app,it predicts wheather the given image of crop has disease or not.
cnn deep-learning machine-learning numpy pandas transfer-learning
Last synced: 28 Mar 2025
https://github.com/montanaz0r/suicide-rate-analysis
Testing a significance of the correlation between a suicide rate and a number of psychiatrists and psychologists working in the mental health sector
analysis correlation data data-analysis data-science jupyter-notebook jupyter-notebooks matplotlib numpy pandas psychology python python-3 seaborn statistics suicide-rate
Last synced: 01 Apr 2025
https://github.com/dineshdhamodharan24/industrial-copper-modeling
It seems like you have a project that involves modeling industrial copper data using Python and several libraries such as pandas, numpy, and scikit-learn. This is a common and practical approach, as these libraries are widely used for data manipulation, analysis, and machine learning tasks.
bussiness-solution numpy pandas pickle pickle-file seaborn sklearn-library streamlit
Last synced: 23 Apr 2025
https://github.com/rubyyy1118/share-price-analysis
The assignment in my MSc Business Analytics course
data-analysis data-preprocessing data-science data-visualization matplotlib numpy pandas python seaborn
Last synced: 06 Mar 2025
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/supershivam5/python_projects
💻 Python programming with Numpy, Pandas, Matplotlib.🌟 Love exploring new technologies. Check out my projects!
matplotlib-pyplot numpy pandas scikit-learn seaborn
Last synced: 01 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/brian-hepler-phd/kak-decomposition-qml
Cartan decomposition (SU(4)) via Lie theory and QML – exact + variational approaches for two-qubit gates.
lie-theory machine-learning numpy pennylane qml quantum-computing quantum-gate-decomposition scipy su4
Last synced: 12 Apr 2025
https://github.com/nakshjainsonigara/football-eda
This EDA offers a comprehensive exploration of football analytics, leveraging Python libraries to analyze players, club games, and various other aspects of the sport. Through statistical analysis and visualization, we uncover insights into player performance, club strategies, and league dynamics providing valuable insights for football enthusiasts.
dash exploratory-data-analysis matplotlib numpy pandas plotly python scipy seaborn statistics
Last synced: 07 Jan 2026
https://github.com/satyamvyas04/masteringpython
MasteringPython features programs that reflect my growing proficiency and ongoing journey with the Python programming language.
jupyter-notebook machine-learning ml numpy openpyxl python3 tkinter
Last synced: 01 Apr 2025
https://github.com/haimgoldfisher/data_sience_intro_final_project
Final project of the Data Sience Intro course, Ariel university.
bayes classification decision-trees diamond kaggle knn-classification linear-regression logistic-regression numpy pandas regression scikitlearn-machine-learning sklearn wine
Last synced: 28 Feb 2025
https://github.com/omogbolahan94/lego-analysis
Analysis of LEGO data from 1949 to 2021.
Last synced: 09 Apr 2025
https://github.com/linggarm/poultry-meat-freshness-classification-with-transfer-learning-using-resnet
The utilization of the ResNet architecture and Transfer Learning methods to classify Poultry Meat Freshness images into two categories, namely Fresh and Rotten.
artificial-intelligence binary-classification cnn colab-notebooks computer-vision deep-learning fine-tuning imagenet machine-learning meat-classification numpy pandas poultry python residual-networks resnet scikit-learn supervised-learning tensorflow transfer-learning
Last synced: 26 Feb 2025
https://github.com/bagusperdanay7/fcc-da-mean-variance-standard-deviation-calculator
One of Data Analysis with Python (freecodecamp) task, created a Mean Variance Standard Deviation Calculator.
data-analysis freecodecamp-project numpy python
Last synced: 25 Mar 2025
https://github.com/mairagalvao/steak_risk_data
A data analysis based on correlations and comparisons among the samples.
database matplotlib numpy pandas python3 sql
Last synced: 26 Jan 2026
https://github.com/chenshuliu/python-guide-to-numpy
This repository is dedicated to explaining the functionalities of Numpy in Python
Last synced: 18 Jan 2026
https://github.com/supriya811106/whatsapp-chat-analyzer-app
Analyze WhatsApp chats with Python, Streamlit, and data visualization. Explore messaging patterns, content trends, and emoji usage to uncover insights from your conversations.
analyzer-web-app chat-analytics chat-analyzer data-preprocessing data-visualization emojis machine-learning matplotlib natural-language-processing nltk numpy pandas plotly python3 seaborn sentiment-analysis streamlit-webapp text-analysis user-engagement
Last synced: 30 Dec 2025
https://github.com/bhavnanahar/coral_project
ChatGPT said: This project analyzes and predicts the health of coral reefs in the Florida Keys by examining coral cover and species richness trends over time.
colab-notebook matplotlib numpy pandas plotly python random-forest scikit-learn seabo
Last synced: 17 Jun 2025
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/CDC_2017_Immunization_Data_Analysis
This project analyzes data from the CDC's 2017 National Immunization Survey Public Use File (NISPUF17) to answer research questions about immunization, child health, and vaccine-related behaviors.
Last synced: 21 Jul 2025
https://github.com/murugavl/loan_approval_prediction
This project is a Loan Approval Prediction System that uses Machine Learning to determine whether a loan application should be approved or rejected based on various factors. It is deployed using Streamlit for an interactive user experience.
jupyter-notebook machine-learning numpy pandas python random-forest-classifier scikit-learn stremlit
Last synced: 29 Nov 2025
https://github.com/mihirh19/uber-analysis
Uber's 2016 dataset analysis offers insightful information about the company's operations and user behaviour. Patterns and trends can be discovered by looking at variables like trip time, distance travelled, and pickup/drop-off locations. Uber may use this information to detect high-demand locations, increase overall efficiency, and optimise driver
matplotlib numpy opendatasets pandas seaborn
Last synced: 11 Aug 2025
https://github.com/anas436/generating-maps-with-folium-using-python
folium ibm-watson numpy pandas pulgins python3 wget
Last synced: 04 Jul 2025
https://github.com/ankitmishralive/machinelearning
Continuously deep diving in understanding & advancing my expertise in Machine Learning through ongoing education and hands on experience with practical learning.
artificial-intelligence data-analysis data-cleaning data-gathering machine-learning machinel-learning-algorithms matplotlib numpy pandas python seaborn
Last synced: 22 Mar 2025
https://github.com/diegodscamara/whisperlive
🎙️ WhisperLive: Real-time audio transcription powered by OpenAI's Whisper model. Convert live speech to text with high accuracy, supporting multiple languages and real-time processing. Perfect for accessibility, content creation, and live captioning.
ai blackhole numpy python wave whisper
Last synced: 02 Apr 2025
https://github.com/dibsthegreat/titantic-dataset-analytics
DASC4850 Final Project where I did EDA to determine the survivability of Titanic guests depending on Age, Gender, Wealth, etc.
data-science data-visualization matplotlib numpy pandas python random-forest-classifier
Last synced: 31 Mar 2025
https://github.com/samkazan/structural_discovery_of_macromolecules_data_analysis
This research project uses machine learning techniques and neural network to uncover key factors that contribute to successful protein structure discovery using Python and R
classification clustering ipython-notebook jupyter-notebook keras-neural-networks keras-tensorflow machine-learning neural-network numpy python r rmarkdown scikit-learn scipy tensorflow
Last synced: 02 Feb 2026
https://github.com/screamman-ssh/video-camera-to-ascii
Convert a video file or camera captured to display as text.
ascii camera-to-text computer numpy opencv pillow python python-3 video-to-text
Last synced: 31 Dec 2025
https://github.com/frolov-andrey2405/prime-numbers-and-polar-coordinate-system
Prime numbers and polar coordinate system
Last synced: 29 Nov 2025
https://github.com/niteshchawla/nc-walmart-casestudy
The Management team at Walmart Inc. wants to analyze the customer purchase behavior (specifically, purchase amount) against the customer’s gender and the various other factors to help the business make better decisions. They want to understand if the spending habits differ between male and female customers:.
central-limit-theorem confidence-intervals matplotlib-pyplot numpy pandas python scipy-stats seaborn stats
Last synced: 18 Jun 2025
https://github.com/navindafernando/feature-extraction
Heart Risk Level Predicting Regression Model & Web using Feature Engineering and Data Preprocessing :baby_chick:
categorical-encoding feature-engineering flask handling-outlier html5 joblib label-encoding machine-learning numpy pandas polynomial-features quantile-transformer scaling
Last synced: 20 Feb 2025
https://github.com/anag0es/projetos-ml
Este é um lugar onde guardo vários projetos para entender como funciona a aprendizagem de máquina. Cada projeto é uma forma de praticar o que estou aprendendo nos meus estudos.
artificial-intelligence crisp-dm data-science deep-learning learning machine-learning neural-network numpy pandas prediction-model python
Last synced: 25 Mar 2025
https://github.com/nixoletas/numpy-training
Data Science training and real projects
jupyter-notebook matplotlib matplotlib-pyplot numpy pandas
Last synced: 03 Apr 2025
https://github.com/manoj-kumar-c/data_analyst_projects
Live Data Analyst Projects.
Last synced: 07 Feb 2026
https://github.com/lexxai/goit_python_ds_hw_01
GoIT, Python Data Science, Homework number 1.
data-science google-colab jupyter-nootebook numpy numpy-arrays python
Last synced: 18 Mar 2025
https://github.com/dylan-stewart/marvel-mysql-project
Project for Data Science
data-science iris-dataset marvel mysql network-x numpy pandas python
Last synced: 25 Mar 2025
https://github.com/jsimell/sleepanalysis
A Python data analysis project analyzing the sleep quality affecting factors and temporal patterns in the sleeping data of a single subject.
data-analysis matplotlib numpy pandas python scikit-learn seaborn
Last synced: 22 Jul 2025
https://github.com/nambukeerthi/phonepe_project
This project will create a live geo-visualization dashboard using data from the PhonePe Pulse GitHub repository.
matplotlib numpy pandas python sklearn sql streamlit
Last synced: 01 Dec 2025
https://github.com/swapnilvishwakarma/twitter_sentiment_dashboard
Using Streamlit and Python, I created interactive data dashboards and used Pandas to manipulate data in data science workflows. I also used Plotly to create interactive graphs.
dashboard machine-learning matplotlib numpy pandas plotly sentiment-analysis streamlit-webapp webapp wordcloud
Last synced: 28 Feb 2025
https://github.com/ayhem18/tinyad
A simple Python library to better understand automatic Differentiation
automatic-differentiation mathematical-programming numpy python3
Last synced: 09 Apr 2025
https://github.com/sk-g/mnist_beginners
Model search in traditional machine learning algorithms (non DL) and DL starter codes on MNIST dataset. This is a good starter code for beginners trying to learn about curse of dimensionality, overfitting and other concepts in general
keras machine-learning machine-learning-algorithms mnist mnist-beginners mnist-classification mnist-dataset numpy overfitting python pytorch pytorch-implmention resnet resnet-50 scikit-learn scikitlearn-machine-learning sklearn tensorflow
Last synced: 01 Aug 2025