Using K-Means to Cluster Users and Recommend Similar Trip Destinations
https://kaiserm.medium.com/using-k-means-to-cluster-users-and-recommend-similar-trip-destinations-d3c87eb72453
https://kaiserm.medium.com/using-k-means-to-cluster-users-and-recommend-similar-trip-destinations-d3c87eb72453
Medium
Using K-Means to Cluster Users and Recommend Similar Trip Destinations
Cool tricks include applying and visualizing the Within Cluster Sum of Squares, Elbow Method, and Silhouette Score
Understand the OS Module in Python by Imagining Yourself to be a Traveler
https://python.plainenglish.io/understanding-os-module-in-python-as-a-traveler-90833b97f28a
https://python.plainenglish.io/understanding-os-module-in-python-as-a-traveler-90833b97f28a
Medium
Understand the OS Module in Python by Imagining Yourself to be a Traveler
OS module in Python explained through an interesting analogy.
Notas Musicais Artificiais (Revisitado — Parte 2)
https://fontanads.medium.com/notas-musicais-artificiais-revisitado-parte-2-b941b88ce310
https://fontanads.medium.com/notas-musicais-artificiais-revisitado-parte-2-b941b88ce310
Medium
Notas Musicais Artificiais (Revisitado — Parte 2)
Hoje você vai entender a diferença musical entre um “tom” — uma nota pura que possui uma amplitude constante ao longo do tempo — e uma…
Character-level Deep Language Model with GRU/LSTM units using TensorFlow
https://medium.com/nabla-squared/character-level-deep-language-model-with-gru-lstm-units-using-tensorflow-ec419fe692cd
https://medium.com/nabla-squared/character-level-deep-language-model-with-gru-lstm-units-using-tensorflow-ec419fe692cd
Medium
Character-level Deep Language Model with GRU/LSTM units using TensorFlow
In this article, I’m going to show how to implement GRU and LSTM units and how to build deeper RNNs using TensorFlow. I will start by…
Guide for the IBM Quantum Developer Certification Exam
https://blue-natchapol.medium.com/guide-for-the-ibm-quantum-developer-certification-exam-ff0dafc0f3da
https://blue-natchapol.medium.com/guide-for-the-ibm-quantum-developer-certification-exam-ff0dafc0f3da
Medium
Guide for the IBM Quantum Developer Certification Exam
ในปี 2021 นี้ เรื่องของ Quantum Computing ไม่ใช่เรื่องไกลตัวอีกต่อไป ด้วยเครื่องมือต่าง ๆ มากมายที่เราสามารถหยิบมาใช้ได้ฟรี…
Peeking on Serie-A 2020/2021 Most Creative Player
https://medium.com/@karaeng.katagana/peeking-on-serie-a-2020-2021-most-creative-player-d612cd42262b
https://medium.com/@karaeng.katagana/peeking-on-serie-a-2020-2021-most-creative-player-d612cd42262b
Medium
Peeking on Serie-A 2020/2021 Most Creative Player
This is part of my journeys on learning Python, as I believe to learn something you have to make it interesting for yourself.
Python and Headless: How to make interactive, adaptable, affordable reports
https://michaelb-74052.medium.com/python-and-headless-how-to-make-interactive-adaptable-affordable-reports-487a501966b4
https://michaelb-74052.medium.com/python-and-headless-how-to-make-interactive-adaptable-affordable-reports-487a501966b4
Medium
Python and Headless: How to make interactive, adaptable, affordable reports
In this article, I’ll show you how to pull data from a headless CMS and create a content type report using the Python framework: Dash.
[Note] Jaro Distance / Jaro-Winkler Distance
https://haren.medium.com/note-jaro-distance-jaro-winkler-distance-8c65d779abe9
https://haren.medium.com/note-jaro-distance-jaro-winkler-distance-8c65d779abe9
Medium
[Note] Jaro Distance / Jaro-Winkler Distance
在 Document level 中,我們常用 Cosine Similarity 或是 Euclidean Distance 來衡量兩個 doc 的相似度。但如果我現在想要在 Word level 上,比較兩個詞的相似度,該怎麼做呢?以下介紹 Jora Based…
How To Easily Uninstall Python Packages Through a PyWebIO GUI
https://betterprogramming.pub/how-to-easily-uninstall-python-packages-through-a-pywebio-gui-ab33fb66a4ce
https://betterprogramming.pub/how-to-easily-uninstall-python-packages-through-a-pywebio-gui-ab33fb66a4ce
Medium
How To Easily Uninstall Python Packages Through a PyWebIO GUI
Create your own package uninstaller GUI
Face Detection using Haar Cascade Classifier in OpenCV and Python
https://medium.com/@rhugwedanshedge/face-detection-using-haar-cascade-classifier-in-opencv-and-python-d6318d0e189a
https://medium.com/@rhugwedanshedge/face-detection-using-haar-cascade-classifier-in-opencv-and-python-d6318d0e189a
Medium
Face Detection using Haar Cascade Classifier in OpenCV and Python
In this blog, we will have a brief understanding of what are Haar Cascades, how it is used for Face Detection and the use of OpenCV-Python…
Alerta de Preço e Disponibilidade na Amazon via Python
https://medium.com/@gusleig/alerta-de-pre%C3%A7o-e-disponibilidade-na-amazon-via-python-edaff669297e
https://medium.com/@gusleig/alerta-de-pre%C3%A7o-e-disponibilidade-na-amazon-via-python-edaff669297e
Medium
Alerta de Preço e Disponibilidade na Amazon via Python
Muita gente já deve ter passado pela situação de precisar comprar algum produto que estava indisponível em qualquer loja online. Eu mesmo…
Hypertuning a LSTM with Keras Tuner to forecast solar irradiance
https://aminasbai.medium.com/hypertuning-a-lstm-with-keras-tuner-to-forecast-solar-irradiance-7da7577e96eb
https://aminasbai.medium.com/hypertuning-a-lstm-with-keras-tuner-to-forecast-solar-irradiance-7da7577e96eb
Medium
Hypertuning a LSTM with Keras Tuner to forecast solar irradiance
Project Overview