How to Create Custom Pooling Layer in Keras
https://medium.com/@paresh.khandelwal26/how-to-create-custom-pooling-layer-in-keras-4ed0b8f27bee
https://medium.com/@paresh.khandelwal26/how-to-create-custom-pooling-layer-in-keras-4ed0b8f27bee
Medium
How to Create Custom Pooling Layer in Keras
Pooling layers play a crucial role in convolutional neural networks (CNNs). They are responsible for reducing the spatial dimensions of…
Access Python dictionary keys/values with indexing
https://medium.com/@odyssey.unheard/access-python-dictionary-keys-values-with-indexing-92e3bc6087d1
https://medium.com/@odyssey.unheard/access-python-dictionary-keys-values-with-indexing-92e3bc6087d1
Medium
Access Python dictionary keys/values with indexing
The error message “‘dict_keys’ object is not subscriptable” occurs when you try to access elements of a `dict_keys` object using indexing…
How to host Django app in VPS using Docker in 5 mins
https://0xh7ml.medium.com/how-to-host-django-app-in-vps-using-docker-in-5-mins-2850caa1c444
https://0xh7ml.medium.com/how-to-host-django-app-in-vps-using-docker-in-5-mins-2850caa1c444
Medium
How to host Django app in VPS using Docker in 5 mins
Hello peps, If you are searching for the “How to host your Django app in VPS” without hassle. Then this write up is for you. Then result will be like below attachment (Fig: 1). If not then try to…
Mastering AWS Serverless Architecture: A Step-by-Step Guide with GitHub Actions
https://medium.com/@anubhavsanyal/mastering-aws-serverless-architecture-a-step-by-step-guide-with-github-actions-c9e7492bf0f4
https://medium.com/@anubhavsanyal/mastering-aws-serverless-architecture-a-step-by-step-guide-with-github-actions-c9e7492bf0f4
Medium
Mastering AWS Serverless Architecture: A Step-by-Step Guide with GitHub Actions
DDIntroduction
Solving Knapsack Problem (1–0) using Dynamic Programming in Python
https://medium.com/@eric.yeap.90/solving-knapsack-problem-1-0-using-dynamic-programming-in-python-536070efccc9
https://medium.com/@eric.yeap.90/solving-knapsack-problem-1-0-using-dynamic-programming-in-python-536070efccc9
Medium
Solving Knapsack Problem (1–0) using Dynamic Programming in Python
Knapsack problem is a classic optimization problem that is universally taught in the optimization courses.
sklearn-contrib-py-earth installation error
https://santoshgawande.com/sklearn-contrib-py-earth-installation-error-f8f68b0ecb23
https://santoshgawande.com/sklearn-contrib-py-earth-installation-error-f8f68b0ecb23
Medium
sklearn-contrib-py-earth installation error
Create virtual environment
How to Master Web Scraping of Complex JavaScript website with Scrapy and Selenium Python
https://medium.com/@rexsy.bimq12/how-to-master-web-scraping-of-complex-javascript-website-with-scrapy-and-selenium-python-c51856854f75
https://medium.com/@rexsy.bimq12/how-to-master-web-scraping-of-complex-javascript-website-with-scrapy-and-selenium-python-c51856854f75
Medium
How to Master Web Scraping of Complex JavaScript website with Scrapy and Selenium Python
This article will teach you of how to master web scraping using Scrapy and Selenium
Monte Carlo Tree Search: Improving the rollouts using the Rapid Action Value Estimation (RAVE)…
https://m-m-moghadam.medium.com/monte-carlo-tree-search-improving-the-rollouts-using-the-rapid-action-value-estimation-rave-be2a23c1b72b
https://m-m-moghadam.medium.com/monte-carlo-tree-search-improving-the-rollouts-using-the-rapid-action-value-estimation-rave-be2a23c1b72b
Medium
Monte Carlo Tree Search: Improving the rollouts using the Rapid Action Value Estimation (RAVE)…
Let’s Implement Rapid Action Value Estimation (RAVE) and All Moves As First (AMAF) algorithms to enhance the quality of simulations in the…
Building a 🚀📰 News Web App with Flask and News API
https://medium.com/@HardikKawale/building-a-news-web-app-with-flask-and-news-api-789cd58c9590
https://medium.com/@HardikKawale/building-a-news-web-app-with-flask-and-news-api-789cd58c9590
Medium
Building a 🚀📰 News Web App with Flask and News API
In today’s fast-paced world, staying updated with the latest news and information is crucial. With the power of web development and…
Part 1: Getting Data from Excel and Website, Data Cleaning and Compiling using Python
https://medium.com/@lfting/part-1-getting-data-from-excel-and-website-data-cleaning-and-compiling-using-python-a755522893f3
https://medium.com/@lfting/part-1-getting-data-from-excel-and-website-data-cleaning-and-compiling-using-python-a755522893f3
Medium
Part 1: Getting Data from Excel and Website, Data Cleaning, and Compiling using Python
This series of articles will talk about an example of a data analysis job in the manufacturing industry. The end goal is to create an…
Django Templates Unveiled: Delving into the Alchemy of Advanced Templating
https://medium.com/@joloiuy/mastering-django-templates-dive-deep-into-advanced-usage-649de122cf8c
https://medium.com/@joloiuy/mastering-django-templates-dive-deep-into-advanced-usage-649de122cf8c
Medium
Django Templates Unveiled: Delving into the Alchemy of Advanced Templating
Django, as a high-level Python web framework, has been designed for rapid development and clean, pragmatic design. One of its core…
Building a Data Engineering Pipeline with Python, Prefect, dbt, Terraform, Google Cloud Storage…
https://medium.com/@rahulsoni2225/building-a-data-engineering-pipeline-with-python-prefect-dbt-terraform-google-cloud-storage-2b3bb8114b3e
https://medium.com/@rahulsoni2225/building-a-data-engineering-pipeline-with-python-prefect-dbt-terraform-google-cloud-storage-2b3bb8114b3e
Medium
Building a Data Engineering Pipeline with Python, Prefect, dbt, Terraform, Google Cloud Storage, and Looker
Overview
SOLID Principles with Examples in Python
https://medium.com/@pavel.loginov.dev/solid-principles-with-examples-in-python-e907c2291d8
https://medium.com/@pavel.loginov.dev/solid-principles-with-examples-in-python-e907c2291d8
Medium
SOLID Principles with Examples in Python
The SOLID principles are designed to encourage the creation of code that is simpler, more dependable, and easier to enhance…
Introducing Tidi, a small dependency injection Python library
https://medium.com/@pattersam/introducing-tidi-a-small-dependency-injection-python-library-c6fd17a26ab
https://medium.com/@pattersam/introducing-tidi-a-small-dependency-injection-python-library-c6fd17a26ab
Medium
Introducing Tidi, a small dependency injection Python library
Built for those learning how DI can work in type-hinted Python, like me 😁 and for those that want try out a new DI library
Unveiling the Secrets of Temporal Data: Mastering Time-Based Queries in PostgreSQL
https://ashimabha-bose328.medium.com/unveiling-the-secrets-of-temporal-data-mastering-time-based-queries-in-postgresql-f69027356c38
https://ashimabha-bose328.medium.com/unveiling-the-secrets-of-temporal-data-mastering-time-based-queries-in-postgresql-f69027356c38
Medium
Unveiling the Secrets of Temporal Data: Mastering Time-Based Queries in PostgreSQL
Discover the world of temporal data handling in PostgreSQL! Master time-based queries, from historical analysis to future projections
Streamlit 1.26.0 brings Status to show process of your app
https://medium.com/@andy456333/streamlit-1-26-0-brings-status-to-show-process-of-your-app-e6c3d449cc05
https://medium.com/@andy456333/streamlit-1-26-0-brings-status-to-show-process-of-your-app-e6c3d449cc05
Medium
Streamlit 1.26.0 brings Status to show process of your app
What’s new in streamlit 1.26.0?
Optimizing Parseq OCR: Adding Quantization Support for Enhanced Efficiency
https://vikasojha894.medium.com/optimizing-parseq-ocr-adding-quantization-support-for-enhanced-efficiency-9dcb702cebf1
https://vikasojha894.medium.com/optimizing-parseq-ocr-adding-quantization-support-for-enhanced-efficiency-9dcb702cebf1
Medium
Optimizing Parseq OCR: Adding Quantization Support for Enhanced Efficiency
I recently added the quantization support for OCR Parseq. This blog explains how you can use the same to optimize your own model.