Tagged matplotlib
Projects and posts related to matplotlib.
python
10
machine-learning
6
finance
6
data-analysis
5
pandas
5
data-visualization
3
data-science
3
matplotlib
2
seaborn
2
scikit-learn
2
forecasting
2
big-data
2
self-hosting
2
virtualization
2
proxmox
2
clustering
1
classification
1
numpy
1
web-scrape
1
time-series-analysis
1
investment-strategies
1
bayesian-network
1
decision-support-system
1
financial-modelling
1
time-series
1
statsmodels
1
monte-carlo-sim
1
mapreduce
1
apache-mahout
1
image-classification
1
pyspark
1
decision-tree-classifier
1
random-forest-classifier
1
multilayer-perceptron
1
lstm
1
tensorflow
1
keras
1
technology-risk-management
1
audit
1
compliance
1
ubuntu
1
debian
1
web-development
1
html
1
css
1
javascript
1
eleventy
1
ai
1
langchain
1
ollama
1
large-language-model
1
financial-analysis
0
vba
0
excel
0
Our Malaysian Dataset (Part 1) - A Cross-Cultural Analysis with Romanian Dataset for Financial Well-Being, Literacy and Behaviour
Nov 01, 2023
python data-visualization data-analysis pandas numpy seaborn matplotlib financeWe compare the Romanian dataset with our own surveyed dataset and explore the relationship between the sociodemographic and financial behaviour, with financial well being and financial literacy.
Wine Classification using k Nearest Neighbour from Scratch
Jul 17, 2023
python machine-learning clustering matplotlib seabornI created a machine learning model to categorize types of Italian wine. This project features a custom implementation of the k Nearest Neighbour algorithm. I also developed the nested cross validation logic without using external libraries. The work explores model stability when handling data with Gaussian noise.