Repository that contains all the data science posts I wrote on Medium and the corresponding code.
A summary of topics covered until now:
- Programming
- Data Visualization
- SQL
- Pytorch
- MLOps
- Regularization
- Web Apps
- Data Engineering
- NLP
- Anomaly Detection
- Visual Anomaly Detection
- Statistics
- Dimensionality Reduction
- Web Scraping
- Reinforcement Learning
- Geospatial Data Analysis
- Data Science Portfolio
- Generative AI
Title | Article | Repository |
---|---|---|
A friendly Guide for writing Recursive Functions with Python | βοΈ | π± |
Explaining Python Classes in a simple way | βοΈ | |
Master Class Inheritance in Python | βοΈ | |
Master the basics of R Programming | βοΈ |
Title | Article | Repository |
---|---|---|
Plotly Express: Interprete data through interactive visualization | βοΈ | π± |
How to transition from Excel to Power BI | βοΈ | |
Tableau Tutorial for Beginners | βοΈ |
Title | Article | Repository |
---|---|---|
An Intuitive Guide to Integrate SQL and Python for Data Science | βοΈ | π± |
An Introduction to Common Tables Expressions inΒ SQL | βοΈ | π± |
Title | Article | Repository |
---|---|---|
Pytorch Tutorial for Beginners | βοΈ | π± |
Manipulating Pytorch Datasets | βοΈ | |
Understand Tensor Dimensions in DL models | βοΈ | |
CNN & Feature visualizations | βοΈ | π± |
Hyperparameter tuning with Optuna | βοΈ | π± |
K Fold Cross Validation | βοΈ | π± |
Convolutional Autoencoder | βοΈ | π± |
Denoising Autoencoder | βοΈ | π± |
Variational Autoencoder | βοΈ | π± |
Title | Article | Repository |
---|---|---|
An Intuitive Guide to Track Your ML Experiments with MLflow | βοΈ | |
A quick guide for tracking Pytorch Experiments using Neptune.ai | βοΈ | |
How to deploy your ML model using DagsHub+bentoML+AWS Lambda | βοΈ | π± |
How to deploy your ML model using DagsHub+MLflow+AWS SageMaker | βοΈ | π± |
Title | Article | Repository |
---|---|---|
A Comprehensive Guide of Regularization Techniques in Deep Learning | βοΈ | |
K-Fold Cross Validation for Machine Learning Models | βοΈ | |
A Comprehensive Guide to Image Augmentation using Pytorch | βοΈ | π± |
Albumentations: A Python library for advanced Image Augmentation strategies | βοΈ | π± |
Title | Article | Repository |
---|---|---|
Building a Web Application to Convert a Video to a Gif Using Streamlit | βοΈ | π± |
How to build a Web App to Transcribe and Summarize audio with Python | βοΈ | π± |
Creating a Web Application to extract topics from audio with Python | βοΈ | π± |
Building a Web Application to detect Breast Cancer in Ultrasound images | βοΈ | π± |
How to build a Shazam-like Telegram Bot using Python | βοΈ | π± |
Title | Article | Repository |
---|---|---|
My Pandas Cheatsheet for Exploratory Analysis and Data Manipulation | βοΈ | |
How To Deal With Time Series Using Pandas and Plotly Express | βοΈ | π± |
3 Pandas Functions To Group and Aggregate Data | βοΈ | |
Convert Strings to DateTime format in Python | βοΈ | |
Mito: A JupyterLab Extension for easy data manipulation with no code | βοΈ |
Title | Article | Repository |
---|---|---|
Text pre-processing in Python | βοΈ | |
Bag-of-Words with an Example in Python | βοΈ | π± |
TF-IDF with an Example in Python | βοΈ | π± |
Word Clouds with TF-IDF | βοΈ | π± |
Topic Modeling for E-commerce Reviews using BERTopic | βοΈ | π± |
Title | Article | Repository |
---|---|---|
Anomaly Detection With Isolation Forest | βοΈ | π± |
Interpretation of Isolation Forest with SHAP | βοΈ | π± |
Title | Article | Repository |
---|---|---|
Paper Review: Reconstruction by inpainting for visual anomaly detection | βοΈ | |
GANomaly Paper Review: Semi-Supervised Anomaly Detection via Adversarial Training | βοΈ | π± |
CFA Paper Review: a novel AD approach that exploits pre-trained CNNs and transfer learning | βοΈ |
Title | Article | Repository |
---|---|---|
Master the basics of R programming | βοΈ | |
Generalized Additive Models | βοΈ | π± |
An intuitive introduction to Boxplots | βοΈ | |
An introduction to Probability Sampling Methods | βοΈ | |
An introduction to non-Probability Sampling Methods | βοΈ | |
Top 15 Probability and Statistics Interview Questions for Data Scientists | βοΈ |
Title | Article | Repository |
---|---|---|
Variable Reduction with Principal Component Analysis | βοΈ | |
Implementing PCA from Scratch | βοΈ | π± |
How to perform LDA in Python with Sklearn | βοΈ | π± |
What Is the Difference Between PCA and LDA? | βοΈ |
Title | Article | Repository |
---|---|---|
Understanding the HTML Basics for Web Scraping | βοΈ | |
A Simple Introduction to Web Scraping with Beautiful Soup | βοΈ | |
An Intuitive Guide to Web Scraping using Selenium | βοΈ | |
Scraping job offers from Glassdoor using Octoparse | βοΈ | |
Web Scraping Greenhouse Gas data from Wikipedia using Octoparse | βοΈ | |
Build your own dataset of images for Deep Learning using Octoparse | βοΈ |
Title | Article | Repository |
---|---|---|
Acrobot with Deep Q-Learning | βοΈ | |
Deep Q-network with Pytorch and Gym to solve the Acrobot game | βοΈ | π± |
Title | Article | Repository |
---|---|---|
A Practical Introduction to Geospatial Data Analysis using QGIS | βοΈ | |
A comprehensive guide for getting started with OpenStreetMap | βοΈ | |
Geospatial Data Analysis with GeoPandas | βοΈ | π± |
Geospatial Data Analysis with OSMnx | βοΈ | π± |
Geospatial Data Analysis with Geemap | βοΈ | π± |
Title | Article | Repository |
---|---|---|
How to create a strong Data Science Portfolio for free | βοΈ |
Title | Article | Repository |
---|---|---|
Free From Google: Generative AI Learning Path | βοΈ | |
How to Use ChatGPT to Improve Your Data Science Skills | βοΈ | |
OpenAIβs Whisper API for Transcription and Translation | βοΈ | |
Using LangChain and ChatGPT to explain PythonΒ Code | βοΈ | π± |
Use LangChain to Extract a Dictionary from Text | βοΈ | π± |
How to Improve RAG Performance: 5 Key Techniques with Examples | βοΈ | π± |