matlplotlib
There are 33 repositories under matlplotlib topic.
PerpetualSmile/BeautyCamera
美颜相机,具有人脸检测、磨皮美白人脸、滤镜、调节图片、摄像功能
pilcru/ghpythonremote
A two-way connector to use regular Python from IronPython in Rhino/Grasshopper, and vice-versa.
kudoabhijeet/FoundationalML
Beginner's guide to Machine Learning. Notebooks, blogs, resources and tracks to help anyone get started.
emirhanai/US-dry-natural-production-prediction-machine-learning.py
Dry Natural Gas Production Prediction of the United States
AhmedNasef3/Simple-Linear-Regression-Project
A simple Linear Regression project on a simple dataset for beginners.
mpecchi/myfigure
a class for standardized accessible plots
puneeth714/Booter_bot
a crypto bot that checks the price movement in the markets and creates buy and sell signals
timudk/introduction_to_mcmc
A brief introduction to Markov chain Monte Carlo methods
DevMilk/PythonNeuralNetworkNumpy
A neural network implementation in python using matrix operations with gradient descent as backpropogation algorithm. Neural network trained with a math formula and compared with target values and Keras Model optimized by sgd (Stochastic Gradient Descent)
dishankkalra23/Explore-Weather-Trends
Analyzing local and global temperature data and comparing the temperature trends where we live to overall global temperature trends
sandhya-04/ipl_prediction
predict the IPL score of the team based on the past performance.
shanuhalli/Assignment-Simple-Linear-Regression
Predict delivery time using sorting time and Build a prediction model for salary hike.
vaibhavgangani/Data-Science-Examples-using-Matplotlib-and-Pandas
In this example, I have show how to plot a Bar graph and Pie chart from a given CSV file using python modules like Pandas and Matplotlib
vshantam/Mastering-Machine-Learning-With-Scikit-Learn-By-Gavin-Hackeling
This is the code repository for Mastering Machine Learning with scikit-learn - Second Edition, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.
Adityamaurya05/Data-Science-Projects
Welcome to the Data Science Projects repository! This repository is a collection of data science projects encompassing various domains and techniques. Whether you are a beginner looking to learn or an experienced data scientist seeking inspiration, this repository offers a rich set of examples to explore and build upon.
foolfun/Data-Analysis-of-Video-Website-Based-on-Python
基于python的关于b站的一些视频数据的分析(数据是18年的),仅作python学习参考,不做其他用途。
gaju45/Diwali-Sales-Analysis
Explore Diwali Sales Data Analysis: a project dissecting 11,251 records with 15 columns to uncover customer demographics and buying trends during the festive season. The objective? Understand customer behavior, identify key demographics and product categories driving sales. Utilizing Python libraries like Pandas, NumPy, Matplotlib, and Seaborn, thi
muthupillai1204/Diwali_Sales_Analysis
The Diwali sales analysis reviews past data to identify trends, peak buying times, popular products, and customer demographics. It assesses sales volume, revenue growth, and promotional effectiveness, helping businesses optimize marketing and inventory for future seasons.
Nityanand7/DataAnalysis_DataCleaningAndCorrelationInPython
Data Cleaning and Correlation In Python
pooja-da-rathod/Bank-Telemarketing-Campaign-Case-Study.
Providing Solutions for the future marketing campaigns using EDA Concepts
PratikBharadwaj/Data-Analysis
This directory includes the demonstration of data analysis using basic of NumPy, pandas for analysis and matplotlib for visualization
TheKing003KS/Handwritten-Digit-Detector-v1.0
This project implements a handwritten digit detector using machine learning.
vishaltembhre/GenAI-RAG-implementation
Developed an Azure OpenAI-based RAG email marketing platform with a Streamlit frontend and FIASS vector database for similarity search. The platform processes multiple input formats, including CSV, PDF, text, and PPT, and incorporates product descriptions and sales data to generate creative content and matplotlib graphs based on the input data.
VyjayanthiPolapragada/Image_Cartoonification_OpenCV
Cartoonify images using opencv and tkinter
YaminiGhumre/50_startups_prj3
50_startups_prj3 multiple linear regression practical
JaviRute/top_1000_movies-data_science_project
A few charts with ratings and info about the top 1000 IMDB movies of all time. You will also be able to use the Definitive Movie Picker!
MuhammadAliyan10/Artificial-Intelligence
Machine Learning all basic and libraries.
NeilanshTriesToCode/Python-Data-Analysis
Files from the group repository were shifted to this repository. This project uses Python and its modules to perform analyze a dataset, and present them using Tableau.
pathak-gaurav/python-matplotlib-12-may-2020
MatplotLib During Lockdown
Prem-98/Simple-Linear-Regression
simple linear regression assignment
Soumyapro/House-Price-Prediction
Explored different attributes of Boston housing dataset then a part of dataset was used to train the linear regression algorithm after that trained model was used to give predictions on remaining part of dataset.