Activation Functions in Neural Networks: A Simplified Overview
https://medium.com/@NLPEngineers/activation-functions-in-neural-networks-a-simplified-overview-ad012c03532a
https://medium.com/@NLPEngineers/activation-functions-in-neural-networks-a-simplified-overview-ad012c03532a
Medium
Activation Functions in Neural Networks: A Simplified Overview
Activation functions play a crucial role in determining the output of a neural network, helping it make decisions like “yes” or “no.” These…
How I Solve Time Calculator Project in freeCodeCamp Scientific Computing with Python
https://medium.com/@nuryaumi10/how-i-solve-time-calculator-project-in-freecodecamp-scientific-computing-with-python-course-18e4c87c0a32
https://medium.com/@nuryaumi10/how-i-solve-time-calculator-project-in-freecodecamp-scientific-computing-with-python-course-18e4c87c0a32
Medium
How I Solve Time Calculator Project in freeCodeCamp Scientific Computing with Python
This week, I challenge myself to solve Time Calculator Project in freeCodeCamp Scientific Computing with Python Projects, I’ve already…
Implementing the Hangman Project in Python
https://medium.com/@learntocode.live/implementing-the-hangman-project-in-python-8cd729924c5d
https://medium.com/@learntocode.live/implementing-the-hangman-project-in-python-8cd729924c5d
Medium
Implementing the Hangman Project in Python
Here are the steps
Various Ways of Train Test Splits (Part 1: Using Scikit Learn)
https://dr-alvin-ang.medium.com/how-to-do-train-test-split-part-1-9889beb0b38f
https://dr-alvin-ang.medium.com/how-to-do-train-test-split-part-1-9889beb0b38f
Medium
How to do Train Test Split (Part 1: Using Scikit Learn)
on Iris Dataset with Python by Dr. Alvin Ang
Crafting a Dynamic Memes Sharing Platform with Django: Unleash the Power of Python for Meme…
https://medium.com/@sarahisdevs/crafting-a-dynamic-memes-sharing-platform-with-django-unleash-the-power-of-python-for-meme-38b814fafc97
https://medium.com/@sarahisdevs/crafting-a-dynamic-memes-sharing-platform-with-django-unleash-the-power-of-python-for-meme-38b814fafc97
Medium
Crafting a Dynamic Memes Sharing Platform with Django: Unleash the Power of Python for Meme…
Creating a Memes Sharing Platform using Django in Python can be a fun project. In this tutorial, I’ll guide you through the steps to create…
Pinpointing the blocking/sleeping Python code paths (using OpenResty XRay)
https://medium.com/@openresty/pinpointing-the-blocking-sleeping-python-code-paths-using-openresty-xray-3a0cd01425d2
https://medium.com/@openresty/pinpointing-the-blocking-sleeping-python-code-paths-using-openresty-xray-3a0cd01425d2
Medium
Pinpointing the blocking/sleeping Python code paths (using OpenResty XRay)
OpenResty XRay pinpoints blocking/sleeping Python code paths which slow down your processes and prevent them from using full CPU resources.
Various Places to get Datasets for Machine Learning (Part 5: Seaborn Datasets)
https://dr-alvin-ang.medium.com/various-places-to-get-datasets-for-machine-learning-part-5-seaborn-datasets-5c1643c3a455
https://dr-alvin-ang.medium.com/various-places-to-get-datasets-for-machine-learning-part-5-seaborn-datasets-5c1643c3a455
Medium
Various Places to get Datasets for Machine Learning (Part 5: Seaborn Datasets)
in Python by Dr. Alvin Ang
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…