Label Bias Identification in ML model using Python code
https://towardsdatascience.com/label-bias-identification-in-ml-model-using-python-code-a0fec9febaa6
https://towardsdatascience.com/label-bias-identification-in-ml-model-using-python-code-a0fec9febaa6
Medium
Label Bias Identification in ML model using Python code
How to identify bias in Machine Learning Models
A look at the UK’s Coronavirus statistics since going out of Lockdown on 19 July 2021
https://tracyrenee61.medium.com/a-look-at-the-uks-coronavirus-statistics-since-going-out-of-lockdown-on-19-july-2021-f1703be89c4d
https://tracyrenee61.medium.com/a-look-at-the-uks-coronavirus-statistics-since-going-out-of-lockdown-on-19-july-2021-f1703be89c4d
Medium
A look at the UK’s Coronavirus statistics since going out of Lockdown on 19 July 2021
On 19 July 2021 the UK went out of lockdown. The conservative government promised once the COV19 vaccine had been rolled out. What is…
Build A Data Streaming Job In 5 Mins With PySpark & Faker
https://towardsdatascience.com/build-a-data-streaming-job-in-5-mins-with-pyspark-faker-a4f3d2420384
https://towardsdatascience.com/build-a-data-streaming-job-in-5-mins-with-pyspark-faker-a4f3d2420384
Medium
How To Create A JSON Data Stream With PySpark & Faker
In this tutorial you will learn how to generate a live data stream in JSON format, store files in an AWS S3 bucket and aggregate data on…
Why you should be using PHATE for dimensionality reduction
https://towardsdatascience.com/why-you-should-be-using-phate-for-dimensionality-reduction-f202ef385eb7
https://towardsdatascience.com/why-you-should-be-using-phate-for-dimensionality-reduction-f202ef385eb7
Medium
Why you should be using PHATE for dimensionality reduction
An intuitive and effective way to visualize the beauty and complexity of your data
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