Dog Breed Detection Using Transfer Learning and Fine-Tuning with InceptionV3 Model
https://medium.com/@611noorsaeed/dog-breed-detection-using-transfer-learning-and-fine-tuning-with-inceptionv3-model-0c379d88c7a2
https://medium.com/@611noorsaeed/dog-breed-detection-using-transfer-learning-and-fine-tuning-with-inceptionv3-model-0c379d88c7a2
Medium
Dog Breed Detection Using Transfer Learning and Fine-Tuning with InceptionV3 Model
Introduction:
Decoding the Genetic Alphabet: Python for Genomic Data Mastery
https://medium.com/@vohchenwei/decoding-the-genetic-alphabet-python-for-genomic-data-mastery-3064d44bed78
https://medium.com/@vohchenwei/decoding-the-genetic-alphabet-python-for-genomic-data-mastery-3064d44bed78
Medium
Decoding the Genetic Alphabet: Python for Genomic Data Mastery
Title: Decoding the Genetic Alphabet: Python for Genomic Data Mastery
10 Python Libraries for Data Scientists
https://medium.com/@LearnPythonProgramming/10-python-libraries-for-data-scientists-c5dc91ba3787
https://medium.com/@LearnPythonProgramming/10-python-libraries-for-data-scientists-c5dc91ba3787
Medium
10 Python Libraries for Data Scientists
As a data scientist, you often find yourself dealing with extensive datasets and complex tasks. But what if there were Python libraries…
Why is Python a preferred language for ethical hacking and Information Security audits?
https://medium.com/@mlndgrwl/why-is-python-a-preferred-language-for-ethical-hacking-and-information-security-audits-68c5ad1b518a
https://medium.com/@mlndgrwl/why-is-python-a-preferred-language-for-ethical-hacking-and-information-security-audits-68c5ad1b518a
Medium
Why is Python a preferred language for ethical hacking and Information Security audits?
In the realm of cybersecurity, the significance of ethical hacking and Information Security audits cannot be overstated. As technology…
Visualization for Exploratory Data Analysis in Python: Airline Analysis
https://medium.com/@chwordal/visualization-for-exploratory-data-analysis-in-python-airline-analysis-5d82d9c98d00
https://medium.com/@chwordal/visualization-for-exploratory-data-analysis-in-python-airline-analysis-5d82d9c98d00
Medium
Visualization for Exploratory Data Analysis in Python: Airline Analysis
Scenario
Enhance Data Quality with Python Spelling Correction
https://medium.com/@akashpradeepgupta/enhance-data-quality-with-python-spelling-correction-a95f1066d867
https://medium.com/@akashpradeepgupta/enhance-data-quality-with-python-spelling-correction-a95f1066d867
Medium
Enhance Data Quality with Python Spelling Correction
Spelling errors can negatively impact the quality and reliability of text data. Whether you’re working with customer feedback, social media…
Data Cleaning Project using Python: Audible Dataset
https://medium.com/@chwordal/data-cleaning-project-using-python-audible-dataset-b2d1b3e1c4ed
https://medium.com/@chwordal/data-cleaning-project-using-python-audible-dataset-b2d1b3e1c4ed
Medium
Data Cleaning Project using Python: Audible Dataset
Introduction
10 Most Frequeinent Words In ‘Dune: Part Two’ with Python
https://medium.com/@DorGe/10-most-frequeinent-words-in-dune-part-two-with-python-a8a78f8ddcfe
https://medium.com/@DorGe/10-most-frequeinent-words-in-dune-part-two-with-python-a8a78f8ddcfe
Medium
10 Most Frequeinent Words In ‘Dune: Part Two’ with Python
So, for all of you Dune geeks and Python lovers, I wanted to write my first article about Python with an explanation of code, so I decided…
Using Django with Multiple Databases
https://medium.com/@rajputgajanan50/using-django-with-multiple-databases-e6112186349e
https://medium.com/@rajputgajanan50/using-django-with-multiple-databases-e6112186349e
Medium
Using Django with Multiple Databases
Django, a high-level Python web framework, promotes rapid development and clean, pragmatic design. A common scenario for many Django…
Funnel Exploration in Google Analytics 4 using Python
https://medium.com/@mayuransivasothy/funnel-exploration-in-google-analytics-4-using-python-2352e103bd16
https://medium.com/@mayuransivasothy/funnel-exploration-in-google-analytics-4-using-python-2352e103bd16
Medium
Funnel Exploration: Google Analytics 4 Using Python
Funnel Exploration reports in Google Analytics 4 (GA4) are a powerful tool that can help us understand how users interact with our websites…
Connecting neurons using Tsodyks and Markram model — Introduction
https://medium.com/@celinesoeiro/connecting-neurons-using-tsodyks-and-markram-model-introduction-8212314343f0
https://medium.com/@celinesoeiro/connecting-neurons-using-tsodyks-and-markram-model-introduction-8212314343f0
Medium
Connecting neurons using Tsodyks and Markram model — Introduction
On April 2022 I wrote an article on how to code a neuron using the Izhikevich model in Python. In the end of that article, I mentioned…
Discovering the Hidden Sequence in 1 Divided by 998001
https://prdata.medium.com/discovering-the-hidden-sequence-in-1-divided-by-998001-1d6ef076e15b
https://prdata.medium.com/discovering-the-hidden-sequence-in-1-divided-by-998001-1d6ef076e15b
Medium
Discovering the Hidden Sequence in 1 Divided by 998001
A Mathematical Journey
Here is how to make digital elevation maps in Python in a matter of minutes using TouchTerrain.
https://medium.com/@bencebalogh_33809/here-is-how-to-make-digital-elevation-maps-in-python-in-a-matter-of-minutes-using-touchterrain-e0b98b66e754
https://medium.com/@bencebalogh_33809/here-is-how-to-make-digital-elevation-maps-in-python-in-a-matter-of-minutes-using-touchterrain-e0b98b66e754
Medium
Here is how to make digital elevation maps in Python in a matter of minutes using TouchTerrain and a few lines of code.
Once it occurred to me that I had to make a 3d model of a certain area at the shores of Lake Balaton, Hungary. The area is around the…
Tainting AWS Lambda Functions with Terraform
https://medium.com/anditb/tainting-aws-lambda-functions-with-terraform-a7d0099f8b4d
https://medium.com/anditb/tainting-aws-lambda-functions-with-terraform-a7d0099f8b4d
Medium
Tainting AWS Lambda Functions with Terraform
Tainting a resource very useful when the contents of an terraform resource is modified. Terraform doesn't have the habit of maintaining the…
Deferred Error Handling in Python: Logging Errors to File
https://medium.com/@luzhenna/deferred-error-handling-in-python-logging-errors-to-file-11887c9a49eb
https://medium.com/@luzhenna/deferred-error-handling-in-python-logging-errors-to-file-11887c9a49eb
Medium
Deferred Error Handling in Python: Logging Errors to File
Logging error or exceptions in python without raising an error to disrupt code execution.