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…