Understanding N+1 SQL Query Problem and Solutions
https://medium.com/@amulyakandukuri4/understanding-n-1-sql-query-problem-and-solutions-19b4c622ee40
https://medium.com/@amulyakandukuri4/understanding-n-1-sql-query-problem-and-solutions-19b4c622ee40
Medium
Understanding N+1 SQL Query Problem and Solutions
In the world of database management, efficiency is of paramount importance. Database queries often play a critical role in the performance…
Introduction to Python for Data Science: A Powerful Toolkit for Working Professionals
https://medium.com/@chetakdeore1994/introduction-to-python-for-data-science-a-powerful-toolkit-for-working-professionals-5edda64015d8
https://medium.com/@chetakdeore1994/introduction-to-python-for-data-science-a-powerful-toolkit-for-working-professionals-5edda64015d8
Medium
Introduction to Python for Data Science: A Powerful Toolkit for Working Professionals
In the realm of data science, Python has emerged as a ubiquitous and powerful tool. For working professionals looking to excel in their…
Gunicorn and CPU Cores: Optimizing Python Web Applications
https://code.likeagirl.io/gunicorn-and-cpu-cores-optimizing-python-web-applications-9739e8c6dcf4
https://code.likeagirl.io/gunicorn-and-cpu-cores-optimizing-python-web-applications-9739e8c6dcf4
Medium
Gunicorn and CPU Cores: Optimizing Python Web Applications
Python is a popular programming language for web development, and it offers various web frameworks like Flask, Django, and FastAPI. While…
Using PCA for Data Reduction and Face Recognition on LFW Dataset
https://medium.com/@ahmedmbutt/using-pca-for-data-reduction-and-face-recognition-on-lfw-dataset-9a078eec8fcc
https://medium.com/@ahmedmbutt/using-pca-for-data-reduction-and-face-recognition-on-lfw-dataset-9a078eec8fcc
Medium
Using PCA for Data Reduction and Face Recognition on LFW Dataset
Principal Component Analysis (PCA) is a powerful technique for dimensionality reduction and feature extraction. It can be used to…
Self-study plan for quant researcher — Puzzle (Day 1)
https://medium.com/@quachmaiboi/self-study-plan-for-quant-researcher-puzzle-day-1-f0f481e686e
https://medium.com/@quachmaiboi/self-study-plan-for-quant-researcher-puzzle-day-1-f0f481e686e
Medium
Self-study plan for quant researcher — Puzzle (Day 1)
This series will document my journey to becoming a quantitative researcher. I am currently preparing for my interview and hope that this…
Demystifying Tensorflow and Keras: A Beginner’s Guide
https://medium.com/@smita_pr/demystifying-tensorflow-and-keras-a-beginners-guide-1739fdc28d30
https://medium.com/@smita_pr/demystifying-tensorflow-and-keras-a-beginners-guide-1739fdc28d30
Medium
Demystifying Tensorflow and Keras: A Guide to Neural Networks in Keras
TensorFlow and Keras
In-Depth Understanding of Outliers in Machine Learning with Python
https://blog.stackademic.com/in-depth-understanding-of-outliers-in-machine-learning-with-python-a58acfd467c4
https://blog.stackademic.com/in-depth-understanding-of-outliers-in-machine-learning-with-python-a58acfd467c4
Medium
In-Depth Understanding of Outliers in Machine Learning with Python
Various types of outlier detection and removal techniques
HyperTab: Hypernetwork Approach for Deep Learning on Small Tabular Datasets
https://medium.com/@wwydmanski/hypertab-hypernetwork-approach-for-deep-learning-on-small-tabular-datasets-ae68a0f2a0f3
https://medium.com/@wwydmanski/hypertab-hypernetwork-approach-for-deep-learning-on-small-tabular-datasets-ae68a0f2a0f3
Medium
HyperTab: Hypernetwork Approach for Deep Learning on Small Tabular Datasets
`pip install hypertab` is all you need
Mastering Anomaly Detection: A Guide to Isolation Forests
https://kaabar-sofien.medium.com/mastering-anomaly-detection-a-guide-to-isolation-forests-88173ae43044
https://kaabar-sofien.medium.com/mastering-anomaly-detection-a-guide-to-isolation-forests-88173ae43044
Medium
Mastering Anomaly Detection: A Guide to Isolation Forests
A Comprehensive Guide to Isolation Forests: Detecting Anomalies in Time Series
OR-Tools Unleashed: Mastering Rectangle Painting
https://medium.datadriveninvestor.com/or-tools-unleashed-mastering-rectangle-painting-c09bff6aba23
https://medium.datadriveninvestor.com/or-tools-unleashed-mastering-rectangle-painting-c09bff6aba23
Medium
OR-Tools Unleashed: Mastering Rectangle Painting
Consider a m by n board. There are mn points on the grid. The goal is to paint the points in a way that no monochromatic rectangles can be…
Python Selenium Architecture in Detail
https://medium.com/@gmuralidharan29/python-selenium-architecture-in-detail-5defd3c4bec3
https://medium.com/@gmuralidharan29/python-selenium-architecture-in-detail-5defd3c4bec3
Medium
Python Selenium Architecture in Detail
As we all know, Selenium is an automation tool used for web application testing, and Python is a programming language. Selenium scripts can…
Sentiment Analysis For Batik Air Reviews
https://medium.com/@rizq.ramadhan17/sentiment-analysis-for-batik-air-reviews-b834d9b13391
https://medium.com/@rizq.ramadhan17/sentiment-analysis-for-batik-air-reviews-b834d9b13391
Medium
Sentiment Analysis For Batik Air Reviews
Batik Air is a commercial airlines in Indonesia that founded in 2013. Here, we are going to web scrape with beautifulsoup4 for the reviews…