1847 Activation Functions for Deep Learning
https://medium.com/@gp_pulipaka/1847-activation-functions-for-deep-learning-c4f950d3572e
https://medium.com/@gp_pulipaka/1847-activation-functions-for-deep-learning-c4f950d3572e
Medium
1847 Activation Functions for Deep Learning
The logistic function was invented in 1847. The past decade has shown high-precision and best-performing AI systems running on just…
How to compare two stock prices using Python
https://medium.com/geekculture/how-to-two-compare-stock-prices-using-python-86e552fd38fa
https://medium.com/geekculture/how-to-two-compare-stock-prices-using-python-86e552fd38fa
Medium
How to compare two stock prices using Python
Python is such a versatile language that it can be used to analyse and prepare stock prices. I am in the middle of studying Udacity’s…
Building a CLI application using Python
https://medium.com/@shubham.barudwale/publish-pip-package-that-runs-as-a-command-4c5988c22f46
https://medium.com/@shubham.barudwale/publish-pip-package-that-runs-as-a-command-4c5988c22f46
Medium
Building a CLI application using Python
Have you ever wondered How can I run my pip package with a CLI using the name? just like a sublime text where you can type subl on CLI on…
Web Scraping With Python Beautifulsoup — First Baby Steps
https://zl-liu.medium.com/web-scraping-with-python-beautifulsoup-first-baby-steps-3587a12d119c
https://zl-liu.medium.com/web-scraping-with-python-beautifulsoup-first-baby-steps-3587a12d119c
Medium
Web Scraping With Python Beautifulsoup — First Baby Steps
For those who are not quite familiar with web-scraping, simply put, web-scraping refers to writing a program to extract data from certain…
10 Visual Studio Code extensions that I used for Python Development
https://medium.com/@vinayguptasia233/10-visual-studio-code-extensions-that-i-used-for-python-development-10432827010e
https://medium.com/@vinayguptasia233/10-visual-studio-code-extensions-that-i-used-for-python-development-10432827010e
Medium
10 Visual Studio Code extensions that I used for Python Development
Visual Studio Code is one of the best IDE for development purposes and it is highly extensible and customizable. Here, takes a look of some…
Berlatih Analisis Regresi Linear Menggunakan Sklearn (4) : Regresi Linear
https://pnoerlina.medium.com/berlatih-analisis-regresi-linear-menggunakan-sklearn-4-regresi-linear-c96bbd0fadcc
https://pnoerlina.medium.com/berlatih-analisis-regresi-linear-menggunakan-sklearn-4-regresi-linear-c96bbd0fadcc
Medium
Berlatih Analisis Regresi Linear Menggunakan Sklearn (4) : Regresi Linear
*Latihan ini adalah bagian dari : The Data Science Course 2021 : Complete Data Science Bootcamp
[Python + AWS Lambda + API Gateway] How to set up a complete service?
https://medium.com/@tuergeist/python-aws-lambda-api-gateway-how-to-set-up-a-complete-service-520b9dbe39c
https://medium.com/@tuergeist/python-aws-lambda-api-gateway-how-to-set-up-a-complete-service-520b9dbe39c
Medium
[Python + AWS Lambda + API Gateway] How to set up a complete service?
There are times where you have a small piece of software, and you need it to be accessible on a public URL via a simple API. One way to do…
Insertion Sort — How It Works, Psuedocode and C++ & Python Implementation
https://medium.com/@eliana.lopez/insertion-sort-how-it-works-psuedocode-and-c-python-implementation-d32b5f22f096
https://medium.com/@eliana.lopez/insertion-sort-how-it-works-psuedocode-and-c-python-implementation-d32b5f22f096
Medium
Insertion Sort — How It Works, Psuedocode and C++ & Python Implementation
In this article we’ll look into how Insertion Sort works by looking into the psuedocode and actual implementation of it.