Various Places to get Datasets for Machine Learning (Part 4: Keras Datasets)
https://dr-alvin-ang.medium.com/various-places-to-get-datasets-for-machine-learning-part-4-keras-datasets-7b06dcca2630
https://dr-alvin-ang.medium.com/various-places-to-get-datasets-for-machine-learning-part-4-keras-datasets-7b06dcca2630
Medium
Various Places to get Datasets for Machine Learning (Part 4: Keras Datasets)
in Python by Dr. Alvin Ang
Variants of Graph Neural Networks and implementation in TensorFlow
https://asokraju.medium.com/variants-of-graph-neural-networks-and-implementation-in-tensorflow-d63b5c8bc222
https://asokraju.medium.com/variants-of-graph-neural-networks-and-implementation-in-tensorflow-d63b5c8bc222
Medium
Variants of Graph Neural Networks and implementation in TensorFlow
See Graph Neural Networks and implementing in TensorFlow for introduction and basics.
Various Places to get Datasets for Machine Learning (Part 3: Github — Seaborn Datasets)
https://dr-alvin-ang.medium.com/various-places-to-get-datasets-for-machine-learning-part-3-github-seaborn-datasets-683e22b82f42
https://dr-alvin-ang.medium.com/various-places-to-get-datasets-for-machine-learning-part-3-github-seaborn-datasets-683e22b82f42
Medium
Various Places to get Datasets for Machine Learning (Part 3: Github — Seaborn Datasets)
in Python by Dr. Alvin Ang
Various Places to get Datasets for Machine Learning (Part 2: Scikit Learn Toy Datasets)
https://dr-alvin-ang.medium.com/various-places-to-get-datasets-for-machine-learning-part-2-scikit-learn-toy-datasets-8a46a63f8be9
https://dr-alvin-ang.medium.com/various-places-to-get-datasets-for-machine-learning-part-2-scikit-learn-toy-datasets-8a46a63f8be9
Medium
Various Places to get Datasets for Machine Learning (Part 2: Scikit Learn Toy Datasets)
in Python by Dr. Alvin Ang
How to use map() method in Python
https://medium.com/@hrishikesh.pandey995/how-to-use-map-method-in-python-729506272c39
https://medium.com/@hrishikesh.pandey995/how-to-use-map-method-in-python-729506272c39
Medium
How to use map() method in Python
Mapping consists of applying a transformation function to an iterable to produce a new iterable. Items in the new iterable are produced by…
Various Places to get Datasets for Machine Learning (Part 1: UCI ML Library)
https://dr-alvin-ang.medium.com/various-places-to-get-datasets-for-machine-learning-part-1-uci-ml-library-cfe80d7dd1c1
https://dr-alvin-ang.medium.com/various-places-to-get-datasets-for-machine-learning-part-1-uci-ml-library-cfe80d7dd1c1
Medium
Various Places to get Datasets for Machine Learning (Part 1: UCI ML Library)
in Python by Dr. Alvin Ang
Combining Sunglass Photo with Another Photo Using Python: A Step-by-Step Guide 😎📸
https://medium.com/@gopesh3652/combining-sunglass-photo-with-another-photo-using-python-a-step-by-step-guide-34b7e77e4c6b
https://medium.com/@gopesh3652/combining-sunglass-photo-with-another-photo-using-python-a-step-by-step-guide-34b7e77e4c6b
Medium
Combining Sunglass Photo with Another Photo Using Python: A Step-by-Step Guide 😎📸
Hey there, aspiring Python developers! Have you ever wondered how those cool sunglasses magically appear on people’s faces in photos? Well…
Caching Method Responses with cachetools in Python
https://rawheel.medium.com/caching-method-responses-with-cachetools-in-python-b7cfd9e86ad6
https://rawheel.medium.com/caching-method-responses-with-cachetools-in-python-b7cfd9e86ad6
Medium
Caching Method Responses with cachetools in Python
Improve your application’s performance by up to 500x 🚀
Unlocking the Mystery of Isomorphic Graphs
https://medium.com/@tanmaysomani2003/unlocking-the-mystery-of-isomorphic-graphs-1b798192f06b
https://medium.com/@tanmaysomani2003/unlocking-the-mystery-of-isomorphic-graphs-1b798192f06b
Medium
Unlocking the Mystery of Isomorphic Graphs
Finding hidden commonalities between various graphs is the subject of the fascinating field of graph isomorphism. We’ll use Python and the…
[As a] software engineer, [I want to] use coaching techniques [so that] team members grow…
https://che-kulhan.medium.com/as-a-software-engineer-i-want-to-use-coaching-techniques-so-that-team-members-grow-6d0fe889bc0c
https://che-kulhan.medium.com/as-a-software-engineer-i-want-to-use-coaching-techniques-so-that-team-members-grow-6d0fe889bc0c
Medium
[As a] software engineer, [I want to] use coaching techniques [so that] team members grow…
When team members come to you with a problem, do you find yourself telling them how to solve their problem? Do you find yourself sharing…
Mastering Python: A few Techniques for Optimizing Your Applications 🐍
https://medium.com/@bressan/mastering-python-a-few-techniques-for-optimizing-your-applications-56ab95612bb8
https://medium.com/@bressan/mastering-python-a-few-techniques-for-optimizing-your-applications-56ab95612bb8
Medium
Mastering Python: A few Techniques for Optimizing Your Applications 🐍
Python is a versatile programming language known for its simplicity and readability — that nowadays it can also be used for a large range…
What the heck is a Virtual Environment
https://yanick-andrade.medium.com/what-the-heck-is-virtual-environment-7492d2338f4a
https://yanick-andrade.medium.com/what-the-heck-is-virtual-environment-7492d2338f4a
Medium
What the heck is a Virtual Environment
Virtualenv Python
The Ultimate Guide to Python for Data Science
https://medium.com/@Aniket01/the-ultimate-guide-to-python-for-data-science-c35898e02592
https://medium.com/@Aniket01/the-ultimate-guide-to-python-for-data-science-c35898e02592
Medium
The Ultimate Guide to Python for Data Science
Introduction to Python for Data Science
Should you use Slots? How Slots affect your Class; When and How to Use
https://mikehuls.medium.com/should-you-use-slots-how-slots-affect-your-class-when-and-how-to-use-ab3f118abc71
https://mikehuls.medium.com/should-you-use-slots-how-slots-affect-your-class-when-and-how-to-use-ab3f118abc71
Medium
Should you use Slots? How Slots affect your Class; When and How to Use
One line of code for a 20% performance increase?
52-Week High Breakout Backtesting on Nifty 50
https://beerus11.medium.com/52-week-high-breakout-backtesting-on-nifty-50-8df94859f449
https://beerus11.medium.com/52-week-high-breakout-backtesting-on-nifty-50-8df94859f449
Medium
52-Week High Breakout Backtesting on Nifty 50
In the world of stock trading, various strategies have been developed to identify potential trends and profit opportunities. One such…
DeepFake Face-Swap in Video with Pytorch and OpenCV
https://dzdata.medium.com/deepfake-face-swap-in-video-with-pytorch-and-opencv-88e497e50ddd
https://dzdata.medium.com/deepfake-face-swap-in-video-with-pytorch-and-opencv-88e497e50ddd
Medium
DeepFake Face-Swap in Video with Pytorch and OpenCV
In this post, we are going to build a face swap program which is a simplified version of the “DeepFaceLab” project, using both Pytorch and…