Automating Communication with Python: WhatsApp, Email, and SMS.
https://medium.com/@vanshikar/automating-communication-with-python-whatsapp-email-and-sms-e2244b6eb98f
https://medium.com/@vanshikar/automating-communication-with-python-whatsapp-email-and-sms-e2244b6eb98f
Medium
Automating Communication with Python: WhatsApp, Email, and SMS.
Automation is becoming more and more important in modern society, especially to streamline communication tasks. In this blog, you’ll learn…
“Beyond Coincidences: Exploring the Independent Two-Sample T-Test for Testing Bidding Strategies in…
https://medium.com/@gizemyorur/beyond-coincidences-exploring-the-independent-two-sample-t-test-for-testing-bidding-strategies-in-1c417fded000
https://medium.com/@gizemyorur/beyond-coincidences-exploring-the-independent-two-sample-t-test-for-testing-bidding-strategies-in-1c417fded000
Medium
“Beyond Coincidences: Exploring the Independent Two-Sample T-Test for Testing Bidding Strategies in Python"
Once upon a time, a brave social media platform embarked on a quest to unveil the true power of their new bidding strategy. They had an…
Pneumonia Classification using CNN Method with InceptionV3 Architecture
https://medium.com/@ryanbadai/pneumonia-classification-using-cnn-method-with-inceptionv3-architecture-847363eb99b3
https://medium.com/@ryanbadai/pneumonia-classification-using-cnn-method-with-inceptionv3-architecture-847363eb99b3
Medium
Pneumonia Classification using CNN Method with InceptionV3 Architecture
Pneumonia is a severe respiratory infectious disease that affects millions of people worldwide, causing significant morbidity and…
Literals, Variables, and print() Function
https://medium.com/@nishi.paul.in/literals-variables-and-print-function-3d5188c10bc8
https://medium.com/@nishi.paul.in/literals-variables-and-print-function-3d5188c10bc8
Medium
Literals, Variables, and print() Function
In this blog, I will walk you through the print() function first, followed by variables, data types, and literals. I will explain about functions in some other dedicated blog on functions. However…
Performance Metrics for Machine Learning Models (Part 6: Recall / Sensitivity)
https://dr-alvin-ang.medium.com/performance-metrics-for-machine-learning-models-part-6-recall-sensitivity-83cbfa9e029c
https://dr-alvin-ang.medium.com/performance-metrics-for-machine-learning-models-part-6-recall-sensitivity-83cbfa9e029c
Medium
Performance Metrics for Machine Learning Models (Part 6: Recall / Sensitivity)
Classification Metrics using Python by Dr. Alvin Ang
Elevating Data Visualization with Seaborn
https://medium.com/@chakshugupta774/elevating-data-visualization-with-seaborn-d3d58cf314ed
https://medium.com/@chakshugupta774/elevating-data-visualization-with-seaborn-d3d58cf314ed
Medium
Elevating Data Visualization with Seaborn
A Day 8 Learning Journey
Path to becoming a Software developer: Building my Own Clock
https://medium.com/@mcmahon770/path-to-becoming-a-software-developer-building-my-own-clock-52db2ea52885
https://medium.com/@mcmahon770/path-to-becoming-a-software-developer-building-my-own-clock-52db2ea52885
Medium
Path to becoming a Software developer: Building my Own Clock
🕰️ My First Day as a Software Developer: Building My Own Clock! 🚀
Performance Metrics for Machine Learning Models (Part 5: Precision)
https://dr-alvin-ang.medium.com/performance-metrics-for-machine-learning-models-part-5-precision-36cc1dc5fe7b
https://dr-alvin-ang.medium.com/performance-metrics-for-machine-learning-models-part-5-precision-36cc1dc5fe7b
Medium
Performance Metrics for Machine Learning Models (Part 5: Precision)
Classification Metrics using Python by Dr. Alvin Ang
Python vs. R for Machine Learning and Artificial Intelligence
https://python.plainenglish.io/python-vs-r-for-machine-learning-and-artificial-intelligence-c9feb1f2aefc
https://python.plainenglish.io/python-vs-r-for-machine-learning-and-artificial-intelligence-c9feb1f2aefc
Medium
Python vs. R for Machine Learning and Artificial Intelligence
Choosing the Right Language for Data Science Mastery
Performance Metrics for Machine Learning Models (Part 4: Accuracy)
https://dr-alvin-ang.medium.com/performance-metrics-for-machine-learning-models-part-4-accuracy-86c8af94318f
https://dr-alvin-ang.medium.com/performance-metrics-for-machine-learning-models-part-4-accuracy-86c8af94318f
Medium
Performance Metrics for Machine Learning Models (Part 4: Accuracy)
Classification Metrics in Python by Dr. Alvin Ang
Built-in Functions in Python — Presented By ExplorArc
https://medium.com/@explorarc.official/built-in-functions-in-python-presented-by-explorarc-fcc78e7aee6a
https://medium.com/@explorarc.official/built-in-functions-in-python-presented-by-explorarc-fcc78e7aee6a
Medium
Built-in Functions in Python — Presented By ExplorArc
Python Built-In Functions
String Manipulation in Python — Presented By ExplorArc
https://medium.com/@explorarc.official/string-manipulation-in-python-presented-by-explorarc-de6cc8399b70
https://medium.com/@explorarc.official/string-manipulation-in-python-presented-by-explorarc-de6cc8399b70
Medium
String Manipulation in Python — Presented By ExplorArc
How I Created an Animation Of the Embeddings During Fine-Tuning
https://pub.towardsai.net/how-i-created-an-animation-of-the-embeddings-during-fine-tuning-2b8bdf49f822
https://pub.towardsai.net/how-i-created-an-animation-of-the-embeddings-during-fine-tuning-2b8bdf49f822
Medium
How I Created an Animation Of the Embeddings During Fine-Tuning
Using Cleanlab, PCA, and Procrustes to visualize ViT fine-tuning on CIFAR-10
(1) Pandas: How to Pivot a Pandas DataFrame?
https://medium.com/@b.kiran1999kumar/pandas-part-1-exploring-different-methods-to-pivot-a-pandas-dataframe-992954517be1
https://medium.com/@b.kiran1999kumar/pandas-part-1-exploring-different-methods-to-pivot-a-pandas-dataframe-992954517be1
Medium
(1) Pandas: How to Pivot a Pandas DataFrame?
Pandas, a popular data manipulation library in Python, provides various powerful methods for reshaping and transforming data. One common…
Optimized Stock Trading Strategy: An RSI Backtest Framework
https://medium.com/@haiyangli_38602/optimized-stock-trading-strategy-an-rsi-backtest-framework-e3385ac67e95
https://medium.com/@haiyangli_38602/optimized-stock-trading-strategy-an-rsi-backtest-framework-e3385ac67e95
Medium
Optimized Stock Trading Strategy: An RSI Backtest Framework
This project presents a robust, data-driven Python framework for backtesting and optimizing a Relative Strength Index (RSI) based trading…
Implementing Transformers from Scratch — Positional Encoding
https://deepanshusachdeva5.medium.com/implementing-transformers-from-scratch-positional-encoding-614d731cf5b5
https://deepanshusachdeva5.medium.com/implementing-transformers-from-scratch-positional-encoding-614d731cf5b5
Medium
Implementing Transformers from Scratch — Positional Encoding
Continuing on Implementing Glove from scratch — Word Embedding for Transformers, this article will comprise of the steps included for the…