Evaluating Clustering in Machine Learning
https://towardsdatascience.com/evaluating-clustering-in-machine-learning-e539af658785
https://towardsdatascience.com/evaluating-clustering-in-machine-learning-e539af658785
Medium
Evaluating Clustering in Machine Learning
A guide to why, how, and what
Python Decoded: 10 Essential Python Programs For Interview & Beyond
https://medium.com/@trineshnk/python-decoded-10-essential-python-programs-for-interview-beyond-1cb73824f968
https://medium.com/@trineshnk/python-decoded-10-essential-python-programs-for-interview-beyond-1cb73824f968
Medium
Python Decoded: 10 Essential Python Programs For Interview & Beyond
In this blog, we’ll explore 10 essential Python programs that often serve as common interview questions. These programs cover a wide range…
A Beginner’s Guide to Matplotlib for Python
https://medium.com/@vimalveeramani/a-beginners-guide-to-matplotlib-for-python-670374f7e725
https://medium.com/@vimalveeramani/a-beginners-guide-to-matplotlib-for-python-670374f7e725
Medium
A Beginner’s Guide to Matplotlib for Python
Matplotlib logo
Python Programming: A Comprehensive Guide to Basics and Object-Oriented Programming
https://medium.com/@muhammadnuh624/python-programming-a-comprehensive-guide-to-basics-and-object-oriented-programming-2c5c675ad8be
https://medium.com/@muhammadnuh624/python-programming-a-comprehensive-guide-to-basics-and-object-oriented-programming-2c5c675ad8be
Medium
Python Programming: A Comprehensive Guide to Basics and Object-Oriented Programming
Introduction
Detecting credit card fraud using Machine Learning
https://medium.com/@marciusdellano/detecting-credit-card-fraud-using-machine-learning-b61c675ec25c
https://medium.com/@marciusdellano/detecting-credit-card-fraud-using-machine-learning-b61c675ec25c
Medium
Detecting credit card fraud using Machine Learning
In this article, we will talk about a data science project that addresses fraud detection techniques using machine learning models.
COLOR DETECTION WITH OPENCV AND PYTHON
https://medium.com/@enocmtz0521/color-detection-with-opencv-and-python-db82ec1113e7
https://medium.com/@enocmtz0521/color-detection-with-opencv-and-python-db82ec1113e7
Medium
COLOR DETECTION WITH OPENCV AND PYTHON
Before of start with the explanation of the program color detection something that is important and should be clear is the type of HSV…
Django Humanize Library all details and How to use it?
https://medium.com/@abdullafajal/django-humanize-library-all-details-and-how-to-use-it-268ce97f4fc4
https://medium.com/@abdullafajal/django-humanize-library-all-details-and-how-to-use-it-268ce97f4fc4
Medium
Django Humanize Library all details and How to use it?
Django Humanize is a built-in Django module that provides a set of template filters to make data more human-readable. It offers various…
Python Switch-Say Goodbye to Nested If-Else Statements
https://pythonflood.com/python-switch-say-goodbye-to-nested-if-else-statements-5aa6ebbc800a
https://pythonflood.com/python-switch-say-goodbye-to-nested-if-else-statements-5aa6ebbc800a
Medium
Python Switch-Say Goodbye to Nested If-Else Statements
Python is a powerful programming language that allows developers to write concise and readable code. However, unlike some other programming…
Beyond MAE and RMSE: 6 Error Metrics to assess Time Series models
https://medium.datadriveninvestor.com/beyond-mae-and-rmse-6-error-metrics-to-assess-time-series-models-4f310d3eae68
https://medium.datadriveninvestor.com/beyond-mae-and-rmse-6-error-metrics-to-assess-time-series-models-4f310d3eae68
Medium
Beyond MAE and RMSE: 6 Error Metrics to assess Time Series models
Evaluation metrics, also known as performance measures or evaluative metrics, are quantitative measurements used to evaluate the…
Why should you learn Python in 2023?
https://medium.com/@ms4157801/why-should-you-learn-python-in-2023-aa89558832c2
https://medium.com/@ms4157801/why-should-you-learn-python-in-2023-aa89558832c2
Are You Using ChatGPT Correctly? Here’s How to Be Ahead of 90% of ChatGPT Users
https://medium.com/@Future-AI/are-you-using-chatgpt-correctly-heres-how-to-be-ahead-of-90-of-chatgpt-users-2f154c7a19b9
https://medium.com/@Future-AI/are-you-using-chatgpt-correctly-heres-how-to-be-ahead-of-90-of-chatgpt-users-2f154c7a19b9
Medium
Are You Using ChatGPT Correctly? Here’s How to Be Ahead of 90% of ChatGPT Users
ChatGPT, powered by the revolutionary GPT-3.5 architecture developed by OpenAI, is an incredible language model that can assist with a wide…
A simple news bot that posts news article links scraped from Ethiowebs made using Python.
https://medium.com/@samiberhanu122129/a-simple-news-bot-that-posts-news-article-links-scraped-from-ethiowebs-made-using-python-37a4e8536dae
https://medium.com/@samiberhanu122129/a-simple-news-bot-that-posts-news-article-links-scraped-from-ethiowebs-made-using-python-37a4e8536dae
Medium
A simple news bot that posts news article links scraped from Ethiowebs made using Python.
In this article, I'm going to show you how to web scrape, how to create a telegram bot, and how to use them together to make a bot that…
Sentiment Analysis on Shopping Reviews: Unveiling Customer Opinions
https://medium.com/@matthewchuagt/sentiment-analysis-on-shopping-reviews-unveiling-customer-opinions-8c9e052c98c2
https://medium.com/@matthewchuagt/sentiment-analysis-on-shopping-reviews-unveiling-customer-opinions-8c9e052c98c2
Medium
Sentiment Analysis on Shopping Reviews: Unveiling Customer Opinions
In today’s digital era, online shopping has become an integral part of our lives. With countless products available at our fingertips…
Practical Applications of PyTorch Lightning in Data Science
https://medium.com/@harshitaaswani2002/practical-applications-of-pytorch-lightning-in-data-science-a182f34fddb6
https://medium.com/@harshitaaswani2002/practical-applications-of-pytorch-lightning-in-data-science-a182f34fddb6
Medium
Practical Applications of PyTorch Lightning in Data Science
PyTorch Lightning is a lightweight PyTorch wrapper that simplifies the process of building and training complex deep learning models. It…
How to Automate Code Quality with Python Pre-Commit Hooks
https://towardsdatascience.com/how-to-automate-code-quality-with-python-pre-commit-hooks-e550debbd62e
https://towardsdatascience.com/how-to-automate-code-quality-with-python-pre-commit-hooks-e550debbd62e
Medium
How to Improve Your Code Quality with Python Pre-Commit Hooks?
Commit your code with peace of mind